Open guymguym opened 1 year ago
WDYT about this direction @nb-ohad ?
BTW I mean that also standalone command line nsfs and other servers like it should have the UI or a subset of it
Hi @guymguym, Sorry for the late reply.
Personally, I wouldn't go with HTMX as a UI/UX framework for solving the problem at hand. If you push it enough, you can get decent results for a SPA-like application.
HTMX technology excels is adding small to medium amounts of reactivity to a mainly static HTML-based site. But you will find more complex use cases hard to design and solve using it.
My recommendation these days is a compile-based approach with almost no runtime. The topmost candidate in this category is Svelt
This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.
This issue is stale and had no activity for too long - it will now be closed.
This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.
Describe the problem
We have no UI since we deprecated it in #6948.
Describe the solution you'd like
I want to use HTMX to create UI in small steps. I think an initial version could be just - a login page + accounts page, buckets page, and a footer ribbon that shows the CPU and memory info perhaps.
Describe alternatives you've considered
The benefit of htmx is that it adds no dependencies, and no build steps, which makes it ideal for an open source projects - it reduces a lot of complexity and maintenance from anyone who might want to build the project.
Additional context
https://www.youtube.com/watch?v=r-GSGH2RxJs