Fix/inconsistent navbar styling#9
Merged
ajayparihar merged 13 commits intomainfrom Aug 23, 2025
Merged
Conversation
- Update all theme color variables to new palette - Adjust border colors for better visibility in both dark and light themes - Improve focus states and hover effects
- Remove dark-mystic-forest theme from HTML - Simplify light theme card styles with reduced shadow and border opacity - Fix CSS syntax error with misplaced closing brace - Add consistent card hover effects comment
- Change navbar from sticky to fixed positioning for better scroll behavior - Add dynamic height calculation for navbar to prevent content overlap - Update body padding to account for fixed navbar height
- Remove redundant card border in light theme - Standardize navbar typography and interactive controls - Enhance modal button hover/focus states and about modal layout - Improve tags input and form field focus states - Refine about modal typography and link chip styling
- Add consistent transition properties to buttons - Implement theme-aware hover/focus states for better UX - Clean up redundant styles and improve code formatting
Refactor codebase into modular components (constants, utils, state, performance) for better maintainability. Add skeleton loading, improved accessibility, and comprehensive error handling. Update manifest and service worker for PWA support. Enhance UI with consistent design patterns and responsive improvements.
…ce worker caching
- Added ComponentFactory class for centralized component management, including lifecycle management, dependency injection, and event-driven communication. - Introduced ItemService class for handling item-related operations, including CRUD functionality, validation, and advanced filtering. - Established a global component factory instance for easy access to components throughout the application. - Enhanced error handling and performance monitoring in component creation and service operations. - Implemented automatic cleanup on page unload and visibility change for better resource management.
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.