GestionTablets/templates
ijuanes 06da5bdf2f Phase 1: Responsive tables and Tailwind CSS standardization
- Added responsive table styles with mobile card layouts to base.html
- Converted all templates from Bootstrap/plain CSS to Tailwind CSS
- Implemented responsive tables with horizontal scroll on desktop
- Added mobile card layouts for better readability on small screens
- Standardized form layouts with Tailwind responsive grid
- Updated all 15 templates for consistent styling:
  * base.html (responsive table CSS)
  * index.html (responsive tables + mobile cards)
  * students.html (Bootstrap -> Tailwind)
  * student_detail.html (Bootstrap -> Tailwind)
  * add_student.html (Bootstrap -> Tailwind)
  * edit_student.html (Bootstrap -> Tailwind)
  * import_students.html (Bootstrap -> Tailwind)
  * loan_tablet.html (Bootstrap -> Tailwind)
  * history.html (plain CSS -> Tailwind)
  * non_loanable_devices.html (plain CSS -> Tailwind)
  * add_non_loanable_device.html (plain CSS -> Tailwind)
  * edit_non_loanable_device.html (plain CSS -> Tailwind)
  * add_tablet.html (plain CSS -> Tailwind)
  * add_user.html (plain CSS -> Tailwind)
  * project_management.html (plain CSS -> Tailwind)
2026-06-24 15:53:55 +01:00
..
components feat(i18n): add Spanish localization support with Flask-Babel 2026-06-20 09:58:13 +01:00
add_non_loanable_device.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
add_student.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
add_tablet.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
add_user.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
base.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
edit_non_loanable_device.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
edit_student.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
history.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
import_students.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
index.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
loan_tablet.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
non_loanable_devices.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
project_management.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
student_detail.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
students.html Phase 1: Responsive tables and Tailwind CSS standardization 2026-06-24 15:53:55 +01:00
user_loans.html feat(i18n): add Spanish localization support with Flask-Babel 2026-06-20 09:58:13 +01:00
user_loans_detail.html feat(i18n): add Spanish localization support with Flask-Babel 2026-06-20 09:58:13 +01:00