feat: Implement attire item filtering and refactor attire capture flow and repository logic

This commit is contained in:
Achintha Isuru
2026-02-25 22:18:25 -05:00
parent c7c505f743
commit 083744cd34
6 changed files with 38 additions and 25 deletions

View File

@@ -196,7 +196,7 @@ extension StaffNavigator on IModularNavigator {
///
/// Record sizing and appearance information for uniform allocation.
void toAttire() {
pushNamed(StaffPaths.attire);
navigate(StaffPaths.attire);
}
/// Pushes the attire capture page.