extensions-website/ratings
Márton Lente 9300b78c70 Implement Web Assets' theme system and selection, and add 'light' theme (#118)
Enables the theme system, and the optional light theme introduced in Web Assets
v2. It resolves local contrast issues, and makes the necessary project-specific
changes.

The theme remains dark by default, that users can set to either
'system-preferred'  or 'light' respectively. User selection is stored in
'browser's local storage, and will prevail on next page loads.

Pull Request: #118
2024-05-08 14:20:05 +02:00
..
migrations Make it possible to fully delete unlisted/unrated extensions and versions (#81) 2024-04-19 11:00:13 +02:00
static/ratings/styles Implement Web Assets' theme system and selection, and add 'light' theme (#118) 2024-05-08 14:20:05 +02:00
templates/ratings Post Web Assets v2 upgrade UI fixes and improvements (#114) 2024-05-07 16:33:25 +02:00
tests Make it possible to fully delete unlisted/unrated extensions and versions (#81) 2024-04-19 11:00:13 +02:00
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
admin.py Adming: show extension in ratings admin 2024-04-19 15:04:08 +02:00
apps.py Notification emails (#80) 2024-04-18 16:11:18 +02:00
models.py Ratings notification: cleanup unused code 2024-04-19 15:19:17 +02:00
signals.py Log deleted extension data (#84) 2024-04-19 16:25:49 +02:00
urls.py Ratings: rate extension page and form 2022-10-11 12:38:58 +02:00
views.py Extension manage views: clean up common mixins 2022-10-12 16:23:42 +02:00