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

Use HTMX #767

Open
hasansezertasan opened this issue May 13, 2024 · 3 comments
Open

Use HTMX #767

hasansezertasan opened this issue May 13, 2024 · 3 comments

Comments

@hasansezertasan
Copy link
Contributor

hasansezertasan commented May 13, 2024

Use HTMX

At #678, we discussed using HTMX to do inline edits.

Benefits:

  • HTMX could ease the development of create_modal, edit_modal, and details_modal from Flask Admin.
  • HTMX could ease the development of Redis Console from Flask Admin.
  • HTMX is a UI Toolkit (Bootstrap, Tabler, Tailwind) agnostic library. So if we ever come up with a different template mode, it still going to be useful.
  • HTMX allows us to build SPA applications without traditional tools like ReactJS or Angular.
@hasansezertasan
Copy link
Contributor Author

I'm currently working on a Redis CLI like in the Flask Admin and planning to open a PR.

What do you think about this feature?

@aminalaee
Copy link
Owner

Hmm, I think that's nice but there's still a lot missing in SQLAdmin which I think could be more useful. I've been meaning to work on the filters for a while now, but I haven't had the time.

@hasansezertasan
Copy link
Contributor Author

Hmm, I think that's nice but there's still a lot missing in SQLAdmin which I think could be more useful. I've been meaning to work on the filters for a while now, but I haven't had the time.

I agree with you. I think #394 deserves some attention.

But as a POC, I think RedisCLI is the best-fitting implementation. I've made some progress at contrib/rediscli branch. Feel free to check it out and give some insight.

I'm waiting for #771 to be resolved to continue developing the RedisCLI implementation.

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

2 participants