Conversation
…pport - Introduced Dioxus framework for the web interface, replacing the previous Leptos implementation. - Updated Makefile to support building both Leptos and Dioxus frontends based on the FRONTEND variable. - Added new web components, pages, and API integration for Dioxus. - Created migration documentation from Leptos to Dioxus, highlighting key changes and advantages. - Enhanced README with project structure and features of the new Dioxus-based web interface.
- Added new styling constants for section containers and subtitles in styles.rs. - Refactored TableView component to utilize new styling constants for improved readability and maintainability. - Updated Activity and Overview pages to use the new SECTION_SUBTITLE class for consistent styling of subtitles.
- Added instructions for building the wheel package with Dioxus frontend assets in README.md. - Removed outdated MIGRATION.md and README.md files that detailed the previous Leptos implementation, as the project has fully transitioned to Dioxus.
- Updated the 'wheel' target to depend on the existence of frontend assets. - Added a new target to ensure that 'app/dist/index.html' is built before packaging. - Improved output messages for clarity during the build process for both Dioxus and Leptos frontends.
leepsilon
approved these changes
Oct 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.