forked from django-cms/django-filer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
1 parent
2780b6b
commit deafdc2
Showing
61 changed files
with
450 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
filer/migrations/0015_alter_file_owner_alter_file_polymorphic_ctype_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// @import "components/iconography"; | ||
|
||
@import "components/iconography"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// @import "components/iconography"; | ||
|
||
@import "libs/font-awesome.min"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.