GestionTablets/templates
ijuanes 927c323a6e feat(ui): add responsive CSS for mobile accessibility
- Add mobile-first responsive CSS to base.html
- Wrap all tables in .table-container for horizontal scrolling on mobile
- Add breakpoints for phones (576px), tablets (768px), desktops (992px, 1200px)
- Improve mobile navigation (vertical stack) and form layouts (full-width)
- Add print styles for clean printing
- Update project_management.html editor for mobile
- Document all changes in docs/RESPONSIVE_CSS.md

No backend or JavaScript changes - pure CSS solution.
For 5 internal technical users, this is simpler and more appropriate than
HTMX or SPA approaches. Solves mobile accessibility issue with minimal changes.
2026-06-20 01:20:39 +01:00
..
add_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
add_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
add_user.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
base.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
edit_non_loanable_device.html feat(non-loanable-devices): implement non-loanable device management 2026-06-09 23:54:38 +01:00
history.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
index.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
loan_tablet.html Initial commit: Tablet lending system with user-tablet many-to-many relationship 2026-06-03 10:43:17 +01:00
non_loanable_devices.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
project_management.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00
user_loans.html feat(ui): add responsive CSS for mobile accessibility 2026-06-20 01:20:39 +01:00