Open lsetiawan opened 4 weeks ago
This pull request introduces a new ManageResourcesBody widget and integrates it into the navigation system. The most important changes include adding the new widget, updating the routes, and modifying the navigation to include the new widget.
ManageResourcesBody
src/support_sphere/lib/presentation/pages/main_app/manage_resources/manage_resources_body.dart
src/support_sphere/lib/constants/routes.dart
AppRoute
manageResources
Resolves #162
🚀 Deployed on https://deploy-preview-165--pdc-ssphere.netlify.app
This pull request introduces a new
ManageResourcesBody
widget and integrates it into the navigation system. The most important changes include adding the new widget, updating the routes, and modifying the navigation to include the new widget.New Widget Addition:
src/support_sphere/lib/presentation/pages/main_app/manage_resources/manage_resources_body.dart
: Added a newManageResourcesBody
widget, which includes a layout with a placeholder for a table of resources and a section for button filters.Route and Navigation Updates:
src/support_sphere/lib/constants/routes.dart
: Imported theManageResourcesBody
widget and updated theAppRoute
to include this new widget as the body for themanageResources
route. [1] [2]Related Issues
Resolves #162