ionic-planb-logistic-app-fl.../lib/components
Jean-Philippe Brule 65f0f4451b Implement collapsible sidebar with badge-only view
Add collapsible sidebar functionality for both deliveries and routes pages:

- DeliveryListItem: Add isCollapsed parameter to show badge-only view when sidebar is collapsed
- RouteListItem: Add isCollapsed parameter with same badge-only behavior
- MapSidebarLayout: Add sidebarBuilder function to pass collapsed state to child widgets
- CollapsibleRoutesSidebar: Pass collapsed state to RouteListItem components
- UnifiedDeliveryListView: Add isCollapsed parameter and pass to DeliveryListItem

Collapsed sidebar:
- Width: 80px (accommodates 60px badge with 10px margins)
- Shows only status-colored order number badges
- Badges remain centered and aligned during animations
- Removed horizontal slide animation in collapsed view to prevent misalignment
- Maintains scale and fade animations for smooth entrance

Expanded sidebar:
- Width: 420px (original full layout)
- Shows badge, vertical accent bar, and delivery/route details
- Full animations including horizontal slide

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 11:00:48 -05:00
..
collapsible_routes_sidebar.dart Implement collapsible sidebar with badge-only view 2025-11-17 11:00:48 -05:00
dark_mode_map.dart Remove floating navigation buttons from map 2025-11-17 08:57:05 -05:00
delivery_list_item.dart Implement collapsible sidebar with badge-only view 2025-11-17 11:00:48 -05:00
delivery_map.dart Improve map navigation UI and add collapsible deliveries sidebar 2025-11-16 12:20:40 -05:00
glassmorphic_route_card.dart Fix linting issues and code quality improvements 2025-11-16 01:39:35 -05:00
map_sidebar_layout.dart Implement collapsible sidebar with badge-only view 2025-11-17 11:00:48 -05:00
navigation_tc_dialog.dart Upgrade Flutter packages and fix breaking changes for Riverpod 3.0 2025-11-16 01:25:16 -05:00
premium_route_card.dart Fix linting issues and code quality improvements 2025-11-16 01:39:35 -05:00
route_list_item.dart Implement collapsible sidebar with badge-only view 2025-11-17 11:00:48 -05:00