feat(ui): upgrade structural components, extract password preview controls, and modernize branding#45
Merged
Merged
Conversation
…ardize component constraints
…rategy and generator screens
…tem" This reverts commit 5e0808bf7634430c4f7607df3dee35bb41164556.
14ef319 to
e2117b3
Compare
e2117b3 to
8fb1b50
Compare
…pilation error in CI
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.
Description
This Pull Request delivers a comprehensive, premium design system upgrade and branding overhaul for PassVault Enterprise, successfully completing Phase 2 of the UI refactoring roadmap. All changes have been developed under strict Clean Architecture standards, adhering to functional rules, and fully aligning with quality and security guidelines.
🎨 What Changed?
1. Brand Identity & Cross-Platform Icons
2. Design System Component Overhaul & Cleanup
AppButton,AppTextField,AppCard,AppLoader,AppErrorPage, andAppFeatureShellusing curated HSL tailored color schemes, sleek dark gradients, and micro-interactions.app_fab_rotate.dart/app_pressable_scale.dartapp_text_button.dart(andapp_text_button_test.dart)app_filter_chips.dart(andapp_filter_chips_test.dart)app_icon_badge.dart(andapp_icon_badge_test.dart)app_list_option.dart(andapp_list_option_test.dart)app_shimmer_loading.dart(andapp_shimmer_loading_test.dart)strategy_option_tile.dart3. Password Preview Card Extraction & Integration
PasswordPreviewCardcomponent (located inlib/core/design_system/components/common/password_preview_card.dart).test/core/design_system/components/common/password_preview_card_test.dart).4. UI Polish & Layout Hardening
5. Quality Assurance & Test Hardening
intro_screen_test.dart/onboarding_robot.dartby updating the test robot to hit-test the interactiveGestureDetectordescendant directly rather than the outerRenderProxyBoxwrapping.🧪 Verification & Quality Gate Status
All code passes the project's strict quality gates before review request:
flutter analyzedart format .📊 Code Coverage Report
Generated by PassVault CI