GestionTablets/templates
ijuanes b8ecfce5f0 Add dark mode toggle with persistence and fix visibility issues
- Add Font Awesome for moon/sun icons
- Add dark mode CSS styles for body, inputs, tables, flash messages
- Add theme toggle button next to language switcher
- Add localStorage persistence for theme preference
- Fix code/bg-gray-100 visibility in dark mode
- Fix table header text color in dark mode
2026-06-23 20:54:15 +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 fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
add_student.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +01:00
add_tablet.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
add_user.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
base.html Add dark mode toggle with persistence and fix visibility issues 2026-06-23 20:54:15 +01:00
edit_non_loanable_device.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
edit_student.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +01:00
history.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
import_students.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +01:00
index.html feat(i18n): add Spanish localization support with Flask-Babel 2026-06-20 09:58:13 +01:00
loan_tablet.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +01:00
non_loanable_devices.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
project_management.html fix(i18n): enable translations in all templates and implement cookie-based language persistence 2026-06-20 13:14:41 +01:00
student_detail.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +01:00
students.html Student data import implementation: added tables, migration, import script, tests, and documentation. 2026-06-23 19:57:49 +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