vanta-admin 0.6.0__tar.gz → 0.8.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 (45) hide show
  1. {vanta_admin-0.6.0/vanta_admin.egg-info → vanta_admin-0.8.0}/PKG-INFO +9 -3
  2. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/README.md +8 -2
  3. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/pyproject.toml +1 -1
  4. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.admin.css +421 -126
  5. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.responsive.css +14 -12
  6. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/two_factor.css +49 -1
  7. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/js/changelist.js +107 -0
  8. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/js/sidebar.js +156 -0
  9. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/change_list.html +35 -12
  10. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/nav_sidebar.html +30 -1
  11. vanta_admin-0.8.0/vanta_admin/templates/two_factor/profile/disable.html +25 -0
  12. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templatetags/admin_theme.py +21 -1
  13. {vanta_admin-0.6.0 → vanta_admin-0.8.0/vanta_admin.egg-info}/PKG-INFO +9 -3
  14. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin.egg-info/SOURCES.txt +1 -0
  15. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/LICENSE +0 -0
  16. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/MANIFEST.in +0 -0
  17. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/setup.cfg +0 -0
  18. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/__init__.py +0 -0
  19. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/apps.py +0 -0
  20. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.base.css +0 -0
  21. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.css +0 -0
  22. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.login.css +0 -0
  23. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/css/theme.tokens.css +0 -0
  24. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/img/favicon.png +0 -0
  25. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/js/forms.js +0 -0
  26. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/js/messages.js +0 -0
  27. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/static/admin/js/vanta-theme.js +0 -0
  28. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/app_index.html +0 -0
  29. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/base.html +0 -0
  30. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/base_site.html +0 -0
  31. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/change_form.html +0 -0
  32. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/filter.html +0 -0
  33. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/includes/breadcrumbs.html +0 -0
  34. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/index.html +0 -0
  35. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/admin/login.html +0 -0
  36. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/_base.html +0 -0
  37. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/_base_focus.html +0 -0
  38. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/_wizard_actions.html +0 -0
  39. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/core/login.html +0 -0
  40. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/core/setup_complete.html +0 -0
  41. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templates/two_factor/profile/profile.html +0 -0
  42. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin/templatetags/__init__.py +0 -0
  43. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin.egg-info/dependency_links.txt +0 -0
  44. {vanta_admin-0.6.0 → vanta_admin-0.8.0}/vanta_admin.egg-info/requires.txt +0 -0
  45. {vanta_admin-0.6.0 → vanta_admin-0.8.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.6.0
3
+ Version: 0.8.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
@@ -36,6 +36,8 @@ feels more deliberate in everyday use.
36
36
 
37
37
  - A cleaner admin layout with a fixed sidebar that remembers how you left it.
38
38
  - A sidebar navigation filter that lets users quickly narrow large admin menus by app or model name.
39
+ - A resizable desktop sidebar that remembers each user's preferred width in the browser.
40
+ - A sidebar expand/collapse-all control for quickly opening or closing visible navigation sections.
39
41
  - Light and dark mode, using the same calm Vanta look across the admin.
40
42
  - A more settled light-mode palette with clearer search focus states and stronger changelist table headers.
41
43
  - Less visual noise on the main admin screens, login pages, cards, filters, and
@@ -50,11 +52,15 @@ feels more deliberate in everyday use.
50
52
  themselves after a short time.
51
53
  - Changelist actions that appear only when rows are selected, stay available
52
54
  while scrolling, and include a clear-selected control.
55
+ - Changelist filters that open from a compact toolbar button instead of taking a
56
+ permanent right-side column.
57
+ - Active-filter indicators in the toolbar, including a count when filters are
58
+ applied.
53
59
  - Styled select controls for common admin dropdowns, while Django's native
54
60
  multi-select fields stay unchanged.
55
61
  - Built-in icons for common admin areas, models, and recent actions.
56
62
  - A cleaner account menu with display preferences, project links, password
57
- access, logout, and a Vanta support link.
63
+ access, 2FA settings, logout, and a Vanta support link.
58
64
  - A 12-hour and 24-hour time-format preference for changelist date/time values,
59
65
  stored in the browser for each admin user.
60
66
  - Shorter changelist date formatting that makes date-heavy tables easier to
@@ -64,7 +70,7 @@ feels more deliberate in everyday use.
64
70
  - A mobile sidebar overlay that makes the admin easier to use on smaller
65
71
  screens.
66
72
  - Optional matching templates for `django-two-factor-auth` login, setup
67
- completion, account security, and backup-token screens.
73
+ completion, account security, disable confirmation, and backup-token screens.
68
74
 
69
75
  Vanta Admin does not replace Django admin, change your permissions, or configure
70
76
  two-factor authentication for you. If your project uses `django-two-factor-auth`,
@@ -11,6 +11,8 @@ feels more deliberate in everyday use.
11
11
 
12
12
  - A cleaner admin layout with a fixed sidebar that remembers how you left it.
13
13
  - A sidebar navigation filter that lets users quickly narrow large admin menus by app or model name.
14
+ - A resizable desktop sidebar that remembers each user's preferred width in the browser.
15
+ - A sidebar expand/collapse-all control for quickly opening or closing visible navigation sections.
14
16
  - Light and dark mode, using the same calm Vanta look across the admin.
15
17
  - A more settled light-mode palette with clearer search focus states and stronger changelist table headers.
16
18
  - Less visual noise on the main admin screens, login pages, cards, filters, and
@@ -25,11 +27,15 @@ feels more deliberate in everyday use.
25
27
  themselves after a short time.
26
28
  - Changelist actions that appear only when rows are selected, stay available
27
29
  while scrolling, and include a clear-selected control.
30
+ - Changelist filters that open from a compact toolbar button instead of taking a
31
+ permanent right-side column.
32
+ - Active-filter indicators in the toolbar, including a count when filters are
33
+ applied.
28
34
  - Styled select controls for common admin dropdowns, while Django's native
29
35
  multi-select fields stay unchanged.
30
36
  - Built-in icons for common admin areas, models, and recent actions.
31
37
  - A cleaner account menu with display preferences, project links, password
32
- access, logout, and a Vanta support link.
38
+ access, 2FA settings, logout, and a Vanta support link.
33
39
  - A 12-hour and 24-hour time-format preference for changelist date/time values,
34
40
  stored in the browser for each admin user.
35
41
  - Shorter changelist date formatting that makes date-heavy tables easier to
@@ -39,7 +45,7 @@ feels more deliberate in everyday use.
39
45
  - A mobile sidebar overlay that makes the admin easier to use on smaller
40
46
  screens.
41
47
  - Optional matching templates for `django-two-factor-auth` login, setup
42
- completion, account security, and backup-token screens.
48
+ completion, account security, disable confirmation, and backup-token screens.
43
49
 
44
50
  Vanta Admin does not replace Django admin, change your permissions, or configure
45
51
  two-factor authentication for you. If your project uses `django-two-factor-auth`,
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vanta-admin"
7
- version = "0.6.0"
7
+ version = "0.8.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"