Fix/sidebar hover transitions - #4039
Conversation
…nflict-free)
- Split test_agent_scorecard.py into two files (was concatenated) - Fix unclosed string literal in test_pii_redactor.py - Fix E701 multi-statement if/elif lines in test_auto_close_service.py - Fix E701 for-loop one-liners in test_duplicate_cache_limit.py - Fix E701 sys.modules stubs in test_supabase_service.py - Fix E701 sys.modules stubs in test_tenant_isolation.py - Fix special characters in docstrings (>= replaces unicode >=) - Add missing get_encryption_key() to encryption.py - Fix test_translation_service.py import ordering - Update pytest.ini norecursedirs to exclude .tmp-ci-venv :wq#
…nflict-free)
…nflict-free)
|
@Nancy-3012 is attempting to deploy a commit to the ritesh Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedToo many files! This PR contains 2983 files, which is 2883 over the limit of 100. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (17)
📒 Files selected for processing (2983)
You can disable this status message by setting the |
🎯 Summary
Resolves #3871 by creating a reusable
Sidebar.jsxnavigation component with smooth hover color transition effects usingtransition-colors duration-300 ease-in-outon all menu links.🛠️ Changes Made
Frontend/src/components/shared/Sidebar.jsx— New ComponentSidebar navigation with hover transitions:
transition-colors duration-300 ease-in-outTailwind classesemerald-600with subtle background highlightemerald-50background withemerald-700textNavLinkfromreact-router-domfor active state detection✅ Fixes
Closes #3871