vanta-admin 0.1.6__tar.gz → 0.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {vanta_admin-0.1.6/vanta_admin.egg-info → vanta_admin-0.2.0}/PKG-INFO +23 -8
  2. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/README.md +22 -7
  3. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/pyproject.toml +1 -1
  4. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.admin.css +477 -92
  5. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.base.css +92 -41
  6. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.login.css +13 -24
  7. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.responsive.css +7 -5
  8. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.tokens.css +72 -78
  9. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/two_factor.css +20 -30
  10. vanta_admin-0.2.0/vanta_admin/static/admin/img/favicon.png +0 -0
  11. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/js/sidebar.js +169 -8
  12. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/base_site.html +1 -0
  13. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/nav_sidebar.html +21 -1
  14. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templatetags/admin_theme.py +2 -0
  15. {vanta_admin-0.1.6 → vanta_admin-0.2.0/vanta_admin.egg-info}/PKG-INFO +23 -8
  16. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin.egg-info/SOURCES.txt +1 -0
  17. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/LICENSE +0 -0
  18. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/MANIFEST.in +0 -0
  19. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/setup.cfg +0 -0
  20. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/__init__.py +0 -0
  21. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/apps.py +0 -0
  22. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/static/admin/css/theme.css +0 -0
  23. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/app_index.html +0 -0
  24. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/base.html +0 -0
  25. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/change_form.html +0 -0
  26. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/change_list.html +0 -0
  27. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/filter.html +0 -0
  28. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/includes/breadcrumbs.html +0 -0
  29. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/index.html +0 -0
  30. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/admin/login.html +0 -0
  31. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/_base.html +0 -0
  32. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/_base_focus.html +0 -0
  33. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/_wizard_actions.html +0 -0
  34. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/core/login.html +0 -0
  35. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/core/setup_complete.html +0 -0
  36. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templates/two_factor/profile/profile.html +0 -0
  37. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin/templatetags/__init__.py +0 -0
  38. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin.egg-info/dependency_links.txt +0 -0
  39. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin.egg-info/requires.txt +0 -0
  40. {vanta_admin-0.1.6 → vanta_admin-0.2.0}/vanta_admin.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vanta-admin
3
- Version: 0.1.6
3
+ Version: 0.2.0
4
4
  Summary: A sharp, dark, and portable Django admin theme forged for builders who want the admin to feel less default.
5
5
  Author: oli-dev0
6
6
  License-Expression: MIT
@@ -32,13 +32,26 @@ standard Django admin behavior.
32
32
 
33
33
  ## What It Adds
34
34
 
35
- - A fixed sidebar with persistent collapsed state and remembered open sections.
36
- - Light and dark theme support through CSS tokens.
37
- - A denser dashboard, changelist, filter, message, and form presentation.
38
- - Default icons for common admin apps, models, and recent actions.
39
- - A responsive mobile sidebar overlay.
40
- - Optional themed templates for `django-two-factor-auth` login, setup completion,
41
- account security, and backup-token flows.
35
+ - A cleaner admin layout with a fixed sidebar that remembers how you left it.
36
+ - Light and dark mode, using the same calm Vanta look across the admin.
37
+ - Less visual noise on the main admin screens, login pages, cards, filters, and
38
+ two-factor auth pages.
39
+ - Denser dashboards, tables, filters, messages, and forms so admin work feels
40
+ easier to scan.
41
+ - Admin messages that appear clearly, pause while hovered, and dismiss
42
+ themselves after a short time.
43
+ - Changelist actions that appear only when rows are selected, stay available
44
+ while scrolling, and include a clear-selected control.
45
+ - Styled select controls for common admin dropdowns, while Django's native
46
+ multi-select fields stay unchanged.
47
+ - Built-in icons for common admin areas, models, and recent actions.
48
+ - A cleaner account menu with theme controls, project links, password access,
49
+ logout, and a Vanta support link.
50
+ - A packaged favicon for the admin.
51
+ - A mobile sidebar overlay that makes the admin easier to use on smaller
52
+ screens.
53
+ - Optional matching templates for `django-two-factor-auth` login, setup
54
+ completion, account security, and backup-token screens.
42
55
 
43
56
  Vanta Admin does not replace Django admin, change your permissions, or configure
44
57
  two-factor authentication for you. If your project uses `django-two-factor-auth`,
@@ -121,6 +134,8 @@ Vanta only provides the theme layer.
121
134
  - The Django app label you add to `INSTALLED_APPS` is `vanta_admin`.
122
135
  - Two-factor auth support is visual/template support for projects that already
123
136
  install and configure `django-two-factor-auth`.
137
+ - Vanta keeps Django admin server-rendered. It does not add a frontend runtime
138
+ or a custom dashboard framework.
124
139
 
125
140
  ## Links
126
141
  - Website: https://vanta-admin.org/
@@ -7,13 +7,26 @@ standard Django admin behavior.
7
7
 
8
8
  ## What It Adds
9
9
 
10
- - A fixed sidebar with persistent collapsed state and remembered open sections.
11
- - Light and dark theme support through CSS tokens.
12
- - A denser dashboard, changelist, filter, message, and form presentation.
13
- - Default icons for common admin apps, models, and recent actions.
14
- - A responsive mobile sidebar overlay.
15
- - Optional themed templates for `django-two-factor-auth` login, setup completion,
16
- account security, and backup-token flows.
10
+ - A cleaner admin layout with a fixed sidebar that remembers how you left it.
11
+ - Light and dark mode, using the same calm Vanta look across the admin.
12
+ - Less visual noise on the main admin screens, login pages, cards, filters, and
13
+ two-factor auth pages.
14
+ - Denser dashboards, tables, filters, messages, and forms so admin work feels
15
+ easier to scan.
16
+ - Admin messages that appear clearly, pause while hovered, and dismiss
17
+ themselves after a short time.
18
+ - Changelist actions that appear only when rows are selected, stay available
19
+ while scrolling, and include a clear-selected control.
20
+ - Styled select controls for common admin dropdowns, while Django's native
21
+ multi-select fields stay unchanged.
22
+ - Built-in icons for common admin areas, models, and recent actions.
23
+ - A cleaner account menu with theme controls, project links, password access,
24
+ logout, and a Vanta support link.
25
+ - A packaged favicon for the admin.
26
+ - A mobile sidebar overlay that makes the admin easier to use on smaller
27
+ screens.
28
+ - Optional matching templates for `django-two-factor-auth` login, setup
29
+ completion, account security, and backup-token screens.
17
30
 
18
31
  Vanta Admin does not replace Django admin, change your permissions, or configure
19
32
  two-factor authentication for you. If your project uses `django-two-factor-auth`,
@@ -96,6 +109,8 @@ Vanta only provides the theme layer.
96
109
  - The Django app label you add to `INSTALLED_APPS` is `vanta_admin`.
97
110
  - Two-factor auth support is visual/template support for projects that already
98
111
  install and configure `django-two-factor-auth`.
112
+ - Vanta keeps Django admin server-rendered. It does not add a frontend runtime
113
+ or a custom dashboard framework.
99
114
 
100
115
  ## Links
101
116
  - Website: https://vanta-admin.org/
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vanta-admin"
7
- version = "0.1.6"
7
+ version = "0.2.0"
8
8
  description = "A sharp, dark, and portable Django admin theme forged for builders who want the admin to feel less default."
9
9
  readme = "README.md"
10
10
  license = "MIT"