Refactor: Implement multi-item inventory for Pad Tracker and dynamic navigation

This commit is contained in:
2026-01-02 18:10:50 -06:00
parent 56683f5407
commit 8772b56f36
44 changed files with 3515 additions and 781 deletions

View File

@@ -34,6 +34,8 @@ class AppColors {
static const Color warning = Color(0xFFE8C567);
static const Color error = Color(0xFFE87B7B);
static const Color info = Color(0xFF7BB8E8);
static const Color mint = Color(0xFF98DDCA);
static const Color teal = Color(0xFF5B9AA0);
}
/// App theme configuration