Conversation
…te, Select, Spinner)
…taDisplay, and DatasetUpdateManager for UI consistency
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.
This pull request introduces a major UI/UX redesign, migrating the project from Bootstrap to a modern stack centered around Tailwind CSS and Reka UI. It removes Bootstrap and Bootstrap Icons, adds Tailwind and related plugins, and introduces new base UI components, resulting in a more maintainable, accessible, and visually consistent codebase. Additionally, it deprecates previous incremental release plans in favor of a comprehensive redesign.
UI Framework Migration and Modernization
package.json,src/assets/scss/styles.scss, and related test files; added Tailwind CSS, Reka UI, Lucide icons, and supporting PostCSS plugins to the project dependencies and configuration. [1] [2] [3] [4] [5] [6] [7]src/assets/main.css.Component Redesign and New Base Components
BaseTopBar,BaseBottomNav,BaseSideRail) and refactored the app shell insrc/App.vuefor a modern, responsive layout with dark mode support.BaseAlert.vueandBaseBadge.vuefor consistent alert and badge styling using Tailwind and Lucide icons. [1] [2]Refactoring Existing Components
DatasetUpdateProgress.vueandStorageQuotaDisplay.vueto use the newBaseButtoncomponent and Tailwind utility classes, removing custom button CSS and improving layout responsiveness. [1] [2] [3] [4] [5] [6] [7]Release Plan Updates
v0.4-pwa-optimization.mdandv0.5-ui-polish.md) in favor of a unified, comprehensive redesign as described in the new v0.5 release plan. [1] [2]