Conversation
Flutter — new LX design system (deep space theme, glassmorphism, electric-cyan accent): - Add lx_theme.dart with full design token set (colors, radii, spacing) - Add lx_glass.dart — glassmorphism surface widget (40px blur, hairline border, accent variant) - Add lx_sparkline.dart, lx_ring.dart — custom painter primitives for Monitor/Dashboard - Add lx_background.dart — radial gradient + dot-grid page background replacing AnimatedAuroraBackground - Add lx_tab_bar.dart — floating glass bottom nav bar with 5 tabs and cyan active indicator - Add lx_header.dart — standard screen header with back chevron, eyebrow, and action slot - Rewrite dashboard_screen.dart — hub with connection hero card, LxRing, sparkline, 6-module grid; tab-bar navigation; media/touchpad tabs hidden from bar - Add lx_tab_bar.dart — floating glass bottom nav bar with 5 tabs and cyan active indicator - Add lx_header.dart — standard screen header with back chevron, eyebrow, and action slot - Rewrite dashboard_screen.dart — hub with connection hero card, LxRing, sparkline, 6-module grid; tab-bar navigation; media/touchpad tabs hidden from bar
1. device_auth_page.dart — full redesign - Replaced AnimatedAuroraBackground → LxBackground, removed AppBarCustom - New custom header: "LINQORA" wordmark left + settings gear (LxGlass circle) right - All LinStyles.glassMorphism → LxGlass - All Material theme colors → lxAccent, lxText, lxTextDim, lxRed, lxAmber, lxTextGhost - ElevatedButton/OutlinedButton → LxGlass with onTap (accent variant for the refresh action) - Device list items rebuilt with the LX icon-box style matching the module cards 2. device_home_page.dart — status bar fix - Wrapped WillPopScope in SafeArea(bottom: false) — reconnect banner and all content now start below the system status bar; bottom: false leaves tab bar padding to DashboardScreen 3. dashboard_screen.dart — settings restored - Added a settings_outlined LxGlass icon button in the hub's connection row (left of the existing disconnect button), navigating to AppRoutes.SETTINGS
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.