Commit deafdc2
feat: Styling update (django-cms#1360)
* Fix: Failing js test
* Separate icons from styles
* Cancel button
* Move cms detection into settings.py
* fix isort
* Frontend based on node 16
* Styling fixes
* Show order in correct order in directory listing dropdown
* Fix drop-down menus
* Remove unused components
* Remove unused component
* Django 4.0+ triggers a migration due to new naming conmventions
* Add explanation to except clause for detecting icons
* Add no-cover for cms-specific code
* Provide own filer-specific cms 4 icons
* update iconfont
* Update css
* Update edit button on file widget
* Add expand icon, only offer canonical url if it is configured in directory listing
* Bump version
* fix: typo in the word
* Update filer/templates/admin/filer/tools/detail_info.html
Co-authored-by: Vinit Kumar <[email protected]>
* Update filer/templates/admin/filer/tools/detail_info.html
Co-authored-by: Vinit Kumar <[email protected]>
* Update filer/templates/admin/filer/folder/directory_table_list.html
Co-authored-by: Vinit Kumar <[email protected]>
* Add download and rel="noreferrer noopener" to download/canonical url actions
* Shorten svg literal
* fix isort issue
* Fix folder breadcrumbs
* Add webp support
* transparent webp support
* Breadcrumbs now preserve directory listing type
---------
Co-authored-by: Vinit Kumar <[email protected]>1 parent 2780b6b commit deafdc2
File tree
61 files changed
+450
-257
lines changed- .github/workflows
- docs
- filer
- admin
- fields
- management/commands
- migrations
- models
- private/sass
- components
- layout
- libs
- static/filer
- css
- maps
- fonts
- src
- templates/admin/filer
- folder
- tools
- widgets
- templatetags
- tests/utils/custom_image/migrations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+450
-257
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| |||
108 | 122 | | |
109 | 123 | | |
110 | 124 | | |
111 | | - | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments