feat: enhanced Project management UI for better experience#73
Merged
Conversation
…ality and UI updates
…nd remove unused project components
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 focuses on updating the font system and refining navigation related to projects in the application. The main changes include switching the default fonts to IBM Plex, removing the global "Projects" navigation entry, and ensuring project navigation links directly to the associated database. Additionally, there are numerous code style improvements for better readability and maintainability.
Font and Design System Updates:
index.htmlandsrc/App.css, replacing Geist fonts. (index.html, src/App.cssR6-R20).font-sansand.font-monoutility classes to use IBM Plex fonts. (src/App.css, src/App.cssR6-R20)src/App.css, [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Navigation and Project Handling:
src/components/layout/CommandPalette.tsx, [1];src/components/layout/VerticalIconBar.tsx, [2] [3]/<databaseId>) instead of a generic/projectspage. (src/components/layout/CommandPalette.tsx, src/components/layout/CommandPalette.tsxL421-R421)/projectsroute. (src/components/layout/CommandPalette.tsx, src/components/layout/CommandPalette.tsxL192-R192)src/components/layout/CommandPalette.tsx, src/components/layout/CommandPalette.tsxL410-R409)Code and Style Cleanups:
src/App.css, multiple references)src/App.css, src/App.cssL464-R501)These changes modernize the UI's typography, clarify navigation, and improve code quality for future maintenance.