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 includes various updates and improvements to the Electron app, including new dependencies, component additions, and updates to the project's structure and styles. The most important changes are grouped by theme below.
Dependencies and Libraries:
@icons-pack/react-simple-icons
and@radix-ui/react-navigation-menu
topackage.json
dependencies.TanStack Router
to the list of libraries inREADME.md
.README.md
.Component Updates:
NavigationMenu
component and replaced it with a new version that includes i18n support and uses@radix-ui/react-navigation-menu
. [1] [2]Footer
andInitialIcons
components to thetemplate
directory. [1] [2]HomePage
andSecondPage
components to include the newFooter
andInitialIcons
components. [1] [2]Project Structure:
template
directory undersrc/components
for non-essential template components.README.md
to reflect the newtemplate
directory.Routing:
AboutPage
withSecondPage
and updated the routes accordingly. [1] [2] [3]Style and Utility Updates:
utils/tailwind
path. [1] [2] [3]global.css
to use new font files and addedfont-display: swap
for better performance.global.css
.These changes collectively improve the structure, functionality, and maintainability of the Electron app.