No description
Find a file
Kumi 37a41a7011
feat(servers): improve form UI/UX
Enhanced the server installation form's user interface and user experience by explicitly using labels for all form fields and leveraging the Django form tags library to add CSS classes. This change makes the form more accessible and visually consistent, meeting modern web standards. The use of `add_class` from `form_tags` ensures that each form element is styled properly, providing a better interaction experience for users.

This update addresses accessibility concerns and aims for a cleaner, more navigable form layout, making it easier for users to understand and fill out the necessary information for server installation.
2024-06-05 18:58:54 +02:00
.vscode feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
coffeemachine feat(servers): improve form UI/UX 2024-06-05 18:58:54 +02:00
.gitignore feat: enhance GameServer installation flow 2024-06-05 18:58:17 +02:00
manage.py feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
requirements.txt feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00