fix(layouts): improve admin layout with stick navbar mobile #206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates to the layout and styling of the admin interface, focusing on improving the user experience and visual consistency.
Improvements to layout and navigation:
app/src/app/Layouts/Admin/AdminLayout.php
: Simplified the navigation bar by removing the mobile menu button and adjusted the submenu to be more responsive and visually consistent. [1] [2]Styling updates:
app/src/app/Layouts/Admin/AdminLayout.php
: Updated text styles for various navigation links to ensure consistent font size and whitespace. [1] [2] [3] [4] [5] [6] [7]app/src/app/Views/Admin/Users.php
: Refined the button and table styles for better readability and user interaction. [1] [2]app/src/app/Views/Admin/WorkOrders.php
: Adjusted button styles and fixed link paths to ensure proper navigation. [1] [2] [3] [4]Tailwind CSS configuration updates:
app/src/public/assets/js/tailwind.js
: Modified color values and applied new styles for primary links and submenu items to enhance visual appeal and consistency. [1] [2] [3]