feat: Refactor mobile UI components to adhere to design system tokens and improve loading and snackbar functionalities

This commit is contained in:
Achintha Isuru
2026-02-10 15:34:52 -05:00
parent a34cc5b462
commit 4f94bf6835
8 changed files with 259 additions and 132 deletions

View File

@@ -12,3 +12,5 @@ export 'src/widgets/ui_button.dart';
export 'src/widgets/ui_chip.dart';
export 'src/widgets/ui_error_snackbar.dart';
export 'src/widgets/ui_success_snackbar.dart';
export 'src/widgets/ui_loading_page.dart';
export 'src/widgets/ui_snackbar.dart';