feat(nav): redesign mobile bottom nav with 5-item FAB layout#1899
Conversation
- Add manual resize capability to Connections table columns - Dynamically match theme names and check icons with their respective colors in ThemeSelector - Remove blur effect on Modals to eliminate rendering delay and increase max width for settings - Refine collapsed Sidebar traffic indicator layout for compact vertical display - Improve input field accessibility and appearance in Config page (URL, Search, Select)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1899 +/- ##
=======================================
Coverage ? 15.02%
=======================================
Files ? 21
Lines ? 1498
Branches ? 238
=======================================
Hits ? 225
Misses ? 1269
Partials ? 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Code Review🔴 Main Issue: Popup should appear above the FAB X buttonThe secondary popup panel is currently positioned with: <div class="fixed inset-x-0 bottom-[4.5rem] z-50 mx-auto w-max lg:hidden">But the FAB button itself has a <button class="group relative -top-3 flex h-14 w-14 ...">This causes the popup panel to not sit directly above the X button. Specifically:
Suggested fix: Change Other findings:
|
feat(nav): redesign mobile bottom nav with 5-item FAB layout
7-itemgrid with a cleaner5-itemlayoutData Usage, Logs, and Config
Before:

After: