pix360core/src/pix360core
Kumi 2acf8501b4
feat(styles): enhance accessibility and UI hints
Improved the UI's informative elements by introducing accessible tooltips and clearer button hierarchy in the CSS. Specifically, focused on enhancing keyboard navigation accessibility by outlining `abbr` elements when focused, and adjusted the `.card-block > .btn` selector for better specificity, ensuring button styles apply more reliably. In the HTML template, added an abbreviation (abbr) element with a tooltip to explain the resolution input field, aiding user understanding and interaction without cluttering the UI.

These changes aim to make the platform more inclusive and user-friendly, particularly for users relying on keyboard navigation, and provide clearer, immediate guidance on the resolution setting process without overwhelming them with text.
2024-04-13 12:05:07 +02:00
..
classes Implement automatic module installer/updater 2023-10-31 09:33:37 +01:00
management Implement automatic module installer/updater 2023-10-31 09:33:37 +01:00
managers Pix360 core app - current status 2023-10-26 09:51:39 +02:00
migrations Pix360 core app - current status 2023-10-26 09:51:39 +02:00
models A bunch of fixes and improvements 2023-10-27 20:03:51 +02:00
static feat(styles): enhance accessibility and UI hints 2024-04-13 12:05:07 +02:00
templates/pix360core feat(styles): enhance accessibility and UI hints 2024-04-13 12:05:07 +02:00
__init__.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
admin.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
apps.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
backends.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
installer.py feat(installer): update modules JSON URL 2024-04-12 12:45:58 +02:00
loader.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
tests.py Pix360 core app - current status 2023-10-26 09:51:39 +02:00
urls.py Implement generating "thumbnails" 2023-10-30 13:51:59 +01:00
views.py Refactor UI updates and AJAX logic 2023-12-12 14:17:13 +01:00
worker.py A bunch of fixes and improvements 2023-10-27 20:03:51 +02:00