Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into html templating/embedding #652

Open
Mirko-von-Leipzig opened this issue Jan 28, 2025 · 0 comments
Open

Look into html templating/embedding #652

Mirko-von-Leipzig opened this issue Jan 28, 2025 · 0 comments

Comments

@Mirko-von-Leipzig
Copy link
Contributor

⚠ This is very low priority, capturing solely so we don't forget about this.

Originally mentioned in #647

Static files

Low priority, but we could consider a better html solution. Especially if we want to add more in the future as a configuration/admin dashboard.

There are some interesting developments with htmx and crates like maud and askama for embedding html.

Currently we only have the faucet's webpage, which is a single html+js+css served separately (aka index.html fetches index.css and index.js). Something else to consider is replacing the javascript file with htmx which is all the rage at the moment.

This should only really be considered IFF we fiddle with the faucet webpage, and/or introduce more webpages for other purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant