Dan Braghis
76ad7da450
Update move page breadcrumb
2022-01-19 22:22:40 +00:00
Dan Braghis
9c6dace720
Tidy up breadcrumb display in a .tab-merged context
...
e.g. the ModelAdmin InspectView
2022-01-19 22:22:40 +00:00
Dan Braghis
411d3b00d3
Make breadcrumbs styling backwards compatible
2022-01-19 22:22:40 +00:00
Dan Braghis
a8c4d578fe
Add locale switcher in the page chooser
2022-01-19 13:13:33 +00:00
Matt Westcott
05fdea0394
Use standard form styling for 'create task' form
2022-01-16 14:27:59 +10:00
Jason Attwood
10f9de2459
Fix Dropdown issues in windows High contrast mode
...
- Fixes #7450
2022-01-16 14:09:45 +10:00
Jason Attwood
a0e55cedee
Fix comment buttons not displaying correctly in high contrast mode
...
- fixes #7459
2022-01-15 23:41:42 +10:00
Shariq Jamil
28d9ded998
Add border to help/warning blocks for high contrast mode
...
- ensures the content has visible separation in windows high contrast mode
- fixes #7447
2022-01-15 23:37:05 +10:00
Krzysztof Jeziorny
8fa614eaf7
Render horizontal listing as a flex container
...
- Don't set fixed height on listed images
- Improve display of image listing for long image titles
2022-01-15 22:21:46 +10:00
Tidiane Dia
bc7e116c75
Style move breadcrumb
2022-01-14 17:07:50 +00:00
Dan Braghis
6f5fa46c16
Include the locale label in explorer root
2022-01-13 10:55:28 +00:00
Martin Coote
f8d76b4bd1
Improve implementations of visually-hidden text in explorer and main menu toggle ( #5793 ). Fix #5269
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-13 07:42:28 +00:00
Wicked
88c7d46282
Improve the visibility of field error messages, in Windows high-contrast mode and out ( #7663 ) Fix #7241
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-13 06:46:35 +00:00
Thibaud Colas
7e4745fd38
Add mobile support for sidebar sub-panels
2022-01-12 16:46:08 +00:00
Thibaud Colas
6db5561044
Fix sidebar getting obscured by messages banners
2022-01-12 16:46:08 +00:00
Vu Pham
0055be331b
Modify responsive size for buttons on mobile
...
- fixes #6618
2022-01-08 21:30:14 +10:00
Tidiane Dia
2a3304fab7
Update breadcrumb dropdown button style
2022-01-07 16:23:17 +00:00
Tidiane Dia
bb04093f91
Add icon-only dropdown class and style it
2022-01-07 16:23:17 +00:00
Tidiane Dia
14bfbcc5b8
Set dropdown font-size directly in dropdown_item class
2022-01-07 16:23:17 +00:00
Tidiane Dia
dcd1b116b2
Display header buttons in page edit breadcrumb
2022-01-07 16:23:16 +00:00
Dan Braghis
614ec3fc2a
Remove woff fonts
2021-12-20 18:17:04 +00:00
Kevin Gutiérrez
131cd076b7
Change spin animation name
2021-11-18 07:05:53 +10:00
Shohan
8033078d6c
[lint] Fix lint errors ( #7608 )
2021-10-15 16:51:18 +01:00
Dan Braghis
57b0d2c2d7
Improve image listing checkbox alignment
...
Co-Authored-By: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-15 16:51:18 +01:00
Dan Braghis
247bfe883f
Further tidy up following code review
...
Co-Authored-By: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-15 16:51:18 +01:00
Dan Braghis
d19e1b4380
Tidy up based on code review
2021-10-15 16:51:18 +01:00
Dan Braghis
2688bb062c
Extract bulk actions styles to own component
...
_listing.scss still has a couple of references to bulk actions, but they quite nested so best left in there
2021-10-15 16:51:18 +01:00
Shohan
9c5d0a2a26
Bulk actions - action bar UI fixes ( #7403 )
...
* [fix] Fix transform transition of action bar
* [refactor] Increase spacing in action bar, consistent with the designs
* [fix] Make button width fixed, with proper notes to accessibility
* [refactor] Decrease padding and border radius, remove borders from buttons, align action bar with titles
* [refactor] Remove border from more button and decrease font weight of button label
2021-10-15 16:51:18 +01:00
Shohan
d773e9b4d2
[feat] Add bulk action ui to images listing
2021-10-15 16:51:18 +01:00
Shohan
48e9508fc1
[refactor] Refactor based on review comments
...
Changed following
- Use data- attributes to select elements instead of using classes
2021-10-15 16:51:18 +01:00
Shohan
d2ce53903c
[refactor] Refactor based on review comments
...
Changed following
- action bar now uses translate for animation instead of changing layout
- action bar is now hidden from both text readers and keyboard navigation when it is out of view
- css now doesn't use elements for styling
- 'Show all in listing' is now a button instead of an <a>
- Changed aria labels to more suitable and meaningful ones
2021-10-15 16:51:18 +01:00
Shohan
d5481b0df5
[fix] Fix small ui issues and inconsistencies in the action bar
...
Fixed following
- Fixed the transition time of the action bar
- Fixed the sudden jerk due to text change in the action bar
- select all text in the action bar now appears only if there are more objects to display
2021-10-15 16:51:18 +01:00
Shohan
b7f24a2d81
[refactor] Refactor existing bulk action code for reusability
2021-10-15 16:51:18 +01:00
Shohan
75764a99e7
[refactor] Capitalise 'More' text using css rather than rendering uppercase text in html
2021-10-15 16:51:18 +01:00
Shohan
263d652a61
[fix] Fix css issues regarding footer and bulk action buttons
...
Fixed following
- The text color on the bulk action buttons used to turn white on hover. Now, the text color changes acoordingly
- Changes to footer css changed caused changes in some unwanted places. Fixed that by namespacing the css changes
2021-10-15 16:51:18 +01:00
Shohan
020f8dcfaf
[feat] Move actions bar to footer and ad bulk actions to search page
...
Added following
- Add 'More' dropdown if there are more than 4 bulk actions
- Add bulk actions to 'Pages search' page
Changed following
- Move actions bar from headers to footer
2021-10-15 16:51:18 +01:00
Shohan
403cd5eb29
[feat] Add 'Select all pages in listing' support
2021-10-15 16:51:18 +01:00
Shohan
f875484f73
[feat] Add support for filters and bulk actions (del, pub, and unpub)
...
Added following
- Add support for filters
- Add bulk delete, publish and unpublish actions (views and templates)
- Add search textbox to get filtered results
- Add view to get count of pages corresponding to a set of given filters
2021-10-15 16:51:18 +01:00
Shohan
64a1d7299f
[feat] Add bulk actions in page listing
...
Added following
- Add bulk action checkboxes (non functional), actions, filters in page listing (non functional)
- Add search bar in page listing (non functional)
2021-10-15 16:51:18 +01:00
Shariq Jamil
c4422b2bec
add border to comments dropdown
...
- for windows high contrast mode
- fixes #7458
2021-10-15 23:25:09 +10:00
Thibaud Colas
b56d27d1a1
Fix checkboxes appearing as always checked in Windows high contrast mode
2021-10-15 06:59:51 +10:00
Thibaud Colas
c46001604b
Improve checkbox keyboard focus styles without changing page layout
2021-10-15 06:59:51 +10:00
Sakshi Uppoor
da1e4d9a99
Fix toggle switch bug in high-contrast mode ( #7561 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-08 22:32:55 +01:00
Dmitrii F
932762c9f1
windows high contrast mode - multiple fixes
...
- fix search header field border in Windows High Contrast mode
- fix tab-nav active in Windows High Contrast mode
- add border for c-sf-button. This fix view in WHC mode.
- add justify-content - center for better view on mobile devices.
2021-10-07 15:59:14 +10:00
Matt Westcott
718232ead4
Better styling for snippets 'last updated' link
2021-10-04 13:49:55 +01:00
Desaiakshata
997ac738b0
dropdown - improve focus and high contrast mode visibility
...
- Update _dropdown.legacy.scss
- improvement to existing styles for dropdown/up button on focus and windows high contrast mode
- see #7366
2021-09-30 08:12:00 +10:00
amychan331@yahoo.com
218e728f34
Make hamburger menu a button for tab accessibility
...
- Adding type to button element
- Co-authored-by: Dan Braghis <dan@zerolab.org>
- fixes #7327
2021-09-19 14:18:34 +10:00
Krzysztof Jeziorny
cf064f2b99
Fix width on comment notifications dropdown
...
- Other languages' word can break the dropdown's layout
2021-09-07 20:54:43 +10:00
Desaiakshata
22cdd89b68
Fix Window high contrast mode - tag field
...
-edit background color for form input field-forced color mode
2021-09-07 20:11:00 +10:00
FDGod99
c2347a6d35
fix - high-contrast mode - sidebar needs visual separation
...
- Due to how high-contrast mode works, there was no visual separation between the sidebar and the main content, adding a transparent border resolves this without having any visual impact in non-high contrast mode
- fixes #7456
2021-09-01 08:02:42 +10:00