feat: complete centralized error handling system with documentation

This commit is contained in:
2026-02-11 10:36:08 +05:30
parent 7570ffa3b9
commit 3e212220c7
43 changed files with 1144 additions and 2858 deletions

View File

@@ -32,6 +32,7 @@ class WorkerHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
final t = Translations.of(context);
final i18n = t.staff.home;
final bannersI18n = i18n.banners;
final quickI18n = i18n.quick_actions;