wagtail/client/scss
Tidiane Dia c136f461bc Add duplicate detection to multiple image upload view
Add utility function to find an image's potential duplicates

Add logic to detect duplicates on multiple images upload view

Add template shown when a user is prompted to confirm a duplicate upload

Add client-side logic to confirm a duplicate upload

Add/update styles

Add tests for duplicate image uploads

Index Image file_hash field

Ensure that a user can choose an image from duplicates returned by find_image_duplicates

Use CSS classes instead of HTML elements to hide edit form on duplicate upload

Add ImagesPermissionPolicy helper to retrieve the permission policy dynamically

This allows test cases that override the base image model to pick up the corresponding permission policy, should they need it.

Remove usage of sibling selector

Use wagtail image templatetag to generate image

Renamed ImagesPermissionPolicy to ImagesPermissionPolicyGetter

Fail loudly when setting permission policy and a wromg image model is provided

Add decorator to disconnect a signal's receiver during a test execution and use it in get_image_model tests

Improve warning message on duplicate upload in multiple upload view

Show matching form when confirming a duplicate upload
2022-04-13 17:59:51 +01:00
..
components Add duplicate detection to multiple image upload view 2022-04-13 17:59:51 +01:00
elements Page editor underline tabs (#8266) 2022-04-12 16:11:08 +01:00
generic
objects Convert all UI code to CSS logical properties (#8051) 2022-03-15 13:21:06 +00:00
overrides Page editor underline tabs (#8266) 2022-04-12 16:11:08 +01:00
settings Remove legacy sidebar, refactoring slim sidebar implementation 2022-04-08 11:51:09 -04:00
tools removed redundant text-transform instances 2022-03-22 08:11:41 +10:00
_settings.scss
_tools.scss Switch all Node tooling from Gulp to Webpack, with needed code changes 2022-02-01 07:36:17 +10:00
core.scss Move page meta information from the header to a new status side panel component inside of the page editing UI (#8285) 2022-04-13 03:21:51 +01:00