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

feat: htmx-based web ui #147

Merged
merged 37 commits into from
Sep 18, 2024
Merged

feat: htmx-based web ui #147

merged 37 commits into from
Sep 18, 2024

Conversation

shouya
Copy link
Owner

@shouya shouya commented Sep 18, 2024

This new web ui is written with htmx and maud for the goal of making the ui self-contained in the rust project. Which means it requires no additional build-step for front-end. htmx does most of the heavy lifting so the new ui is smaller and hopefully easier to maintain than the old.

Currently, the new ui has mostly reached feature parity with the old inspector ui. New features can be expected in the future.

The new ui is enabled by default. You can disable it the same way by customizing RSS_FUNNEL_INSPECTOR_UI environment variable.

For compatibility reasons, the old ui is still available through the /_inspector route. This route will be removed in a future release. Any feedback on the new ui is welcome.

@shouya shouya merged commit d178443 into master Sep 18, 2024
2 checks passed
@shouya shouya deleted the htmx-web-ui branch September 18, 2024 08:42
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

Successfully merging this pull request may close these issues.

1 participant