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
ijuanes
2959cd5299
Student data import implementation: added tables, migration, import script, tests, and documentation.
2026-06-23 19:57:49 +01:00
ijuanes
2248237c79
fix(i18n): enable translations in all templates and implement cookie-based language persistence
...
- Add _() translation function to add_tablet.html, add_user.html, loan_tablet.html
- Add _() translation function to add_non_loanable_device.html, edit_non_loanable_device.html
- Add _() translation function to history.html, non_loanable_devices.html, project_management.html
- Update app.py to use cookie-based language persistence with 1-year expiry
- Add /set_language endpoint to handle language switching with cookie + session
- Update language switcher in base.html to use new endpoint
- Set Spanish (es) as default language for internal app
- Import make_response and session from Flask
2026-06-20 13:14:41 +01:00
ijuanes
8a8d2f02fa
Initial commit: Tablet lending system with user-tablet many-to-many relationship
...
- Database schema: tablets, users, loans (junction table)
- CLI app: minimal_app.py
- Web apps: app.py (Flask), simple_app.py (http.server)
- Features: loan management, search, user loans view, project notes
- Git structure: CONTRIBUTING.md, .gitignore
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-03 10:43:17 +01:00