feat(view_orders): implement View Orders feature with filter tabs and calendar navigation
- Added ViewOrdersFilterTab widget for displaying filter options with counts. - Created ViewOrdersHeader widget to include a sticky header with title, filter tabs, and calendar controls. - Established ViewOrdersModule for dependency injection of repositories, use cases, and BLoCs. - Integrated ViewOrdersPage to handle initial date arguments for displaying orders. - Updated pubspec.yaml with necessary dependencies for the View Orders feature.
This commit is contained in:
@@ -32,8 +32,9 @@ workspace:
|
||||
- packages/features/client/home
|
||||
- packages/features/client/settings
|
||||
- packages/features/client/hubs
|
||||
- packages/features/client/create_order
|
||||
- packages/features/client/view_orders
|
||||
- packages/features/client/orders/create_order
|
||||
- packages/features/client/orders/view_orders
|
||||
- packages/features/client/orders/orders_common
|
||||
- packages/features/client/client_coverage
|
||||
- packages/features/client/client_main
|
||||
- packages/features/client/reports
|
||||
|
||||
Reference in New Issue
Block a user