Thibaud Colas
c70a4da5cb
Add new color tokens for Wagtail and update existing tokens, dark theme
2024-01-22 16:04:05 +00:00
Thibaud Colas
e022625187
Set the color-scheme property based on Wagtail theming support. Fix #11309
2024-01-22 16:04:05 +00:00
Thibaud Colas
bd8c38ed49
Only apply set widths to actions styles within footer
2024-01-22 11:48:10 +00:00
Thibaud Colas
57d75e2870
Add text ellipsis styles and shorten wording in title header search results label
2024-01-22 11:48:10 +00:00
Thibaud Colas
90ecdb4928
Force title listing header cell to wrap
2024-01-22 11:48:10 +00:00
Thibaud Colas
ec65511eb0
Use tighter horizontal spacing for listing columns
2024-01-22 11:48:10 +00:00
Nandini Arora
8a5d228d37
Remove unused SCSS variable -button-size-mobile ( #11507 )
...
Missed on original #11411 changes
2024-01-22 18:35:42 +10:00
nandini584
c99c74cc7e
Ensure panel anchor sizes meet minimum accessible size
...
Fixes #11411
2024-01-20 22:01:59 +10:00
Jaivignesh-afk
95ee796a0f
Remove unused variables & mixins + update *-padding to rem
...
- Fixes #11458
2024-01-20 21:22:02 +10:00
nandini584
65f8a84cee
Clean up sass variable usage
...
- updated the font to its direct use theme and removed -title-height
- removed the 1-time used scss variables and updated directly in the files
- Fixes #11458
2024-01-20 21:22:02 +10:00
LB Johnston
d7e52d1498
Add unit tests & small fixes to OrderableController
...
- Fix edge case where keyboard ordering and then drag drop ordering could get out of sync
- Ensure the sortable instance is cleaned up if the controller gets removed
- Relates to PR #11250 & Issue #10909
2024-01-20 10:05:21 +10:00
Aman Pandey
ef9375c475
Fix: Remove blur action from orderable controller ( #11476 )
...
* remove blur action from orderable controller as it will update whenever any move is made
* change aria description for instructions
2024-01-19 22:25:17 +10:00
Aman Pandey
735aaa95bf
Adopt w-orderable for page order drag & drop/move
...
- Fixes #10909
2024-01-19 08:48:48 +10:00
Aman Pandey
bf3e317a48
Migrate jQuery re-ordering to Stimulus controller w-orderable
...
- Install and use Sortable.js and not a jQuery plugin
- Set up new controller OrderableController / w-orderable
2024-01-19 08:48:48 +10:00
Sage Abdullah
dae20c2038
Add status side panel to generic CreateView and simplify snippets CreateView
2024-01-18 15:57:44 +00:00
Sage Abdullah
e04d540bd1
Add icon--directional class to mirror icons for RTL languages
2024-01-18 11:56:18 +00:00
the-r3aper7
422d6a8cbe
Migrate enableDirtyFormCheck to Stimulus UnsavedController
...
- Include backwards compatible global function replacement
2024-01-18 08:07:16 +10:00
Thibaud Colas
d79bac199f
Adjust footer action styles based on new designs
2024-01-17 16:42:00 +00:00
Thibaud Colas
7c057661ff
Remove legacy dropdown component
2024-01-17 16:42:00 +00:00
Thibaud Colas
885cf7b76c
Clean up footer actions styles
2024-01-17 16:42:00 +00:00
Thibaud Colas
e801e6cec4
Convert pages footer actions to dropdown_button
2024-01-17 16:39:31 +00:00
Thibaud Colas
67c97b2168
Add warning styles for dropdown-button
2024-01-17 16:39:30 +00:00
Thibaud Colas
bc461d4de3
Convert all header dropdowns to new dropdown_button component
2024-01-17 16:39:30 +00:00
Thibaud Colas
91aa28b11a
Add new dropdown-button component
2024-01-17 16:39:30 +00:00
Sage Abdullah
85408d8626
Implement design for active filter pills
2024-01-17 15:33:07 +00:00
Sage Abdullah
0de0cf4dd5
Add info-125 shade to color variables
2024-01-17 15:33:07 +00:00
Matt Westcott
7fd4e14f8e
Set datetimepicker events to bubble so that they trigger a filter form refresh
2024-01-17 15:33:07 +00:00
Rohit Sharma
6f93b1a2c4
Fix long comment UI issues (scroll shaking & comment overflow)
...
- Includes PR #11322
- Fixes #10984 (scrolling issues with long initial comments)
- Fixes #11324 (overflow of comment reply with long words)
2024-01-17 17:34:48 +10:00
nandini584
a88a775aea
Ensure the sidebar account toggle has no duplicate accessible labels
...
- Remove the integration test for this element as it was failing even though the element has valid content.
- Fixes #11372
2024-01-17 12:43:38 +10:00
nandini584
daf0c96841
Fix close button visibility in new dialog non-message variant
...
- Add w-dialog root classname to support overall styling of the dialog if a message is provided
- Fix up layout of dynamic classes to avoid additional spaces
- Fixes #11306
2024-01-17 09:27:50 +10:00
DevilsAutumn
fe1a306285
Move to a select field for determining the way TableBlock will use headers
...
- Make the new table_header_choice select backwards compatible with tables stored before Wagtail 6.0
- Built on previous PRs #9673 & #6763
- Fixes #5989
2024-01-17 08:37:40 +10:00
Tommaso Amici
a4c18b4957
Add optional caption field to TypedTableBlock
...
- Closes #8507
- Make caption default to "" for tables that predate adding the caption field
- Update the html generated in JS so the rendered form matches our new styles
- Use a consistent period (full stop) at the end of the help text sentence (including table fields)
2024-01-17 08:15:35 +10:00
Aman Pandey
3de0eca7e4
Remove inline script usage for enabling commenting
...
- Fixes #11287
- Add basic unit tests for form element data attributes showing/not showing based on commenting configs
2024-01-15 09:01:26 +10:00
LB Johnston
b93508f4ce
Enhance Stimulus InitController to support additional custom event dispatching
2024-01-15 09:01:26 +10:00
LB Johnston
edc5991f50
Remove initTooltips util & move plugins to controller files
...
- Fully remove initTooltips util and replace with Controller usage
- Move plugins to their used Controller files
- Export hideTooltipOnEsc as it's used by other code
- Add unit tests for plugin behaviour in the controller tests
- Fixes #10668
- Built on #10869
2024-01-11 16:23:09 +00:00
vaishnav dasari
3680e32ca8
Fix a few grammar issues in code inline docs/comments
...
Closes #11429
2024-01-11 07:47:29 +10:00
Thibaud Colas
bc6ef43522
Replace visuallyhidden utility class with w-sr-only
2024-01-09 15:42:08 +00:00
Thibaud Colas
8e4285a04e
Remove unused visuallyvisible styles
2024-01-09 15:42:08 +00:00
Thibaud Colas
b8e7a84a72
Remove invalid CSS styles / Sass selector concatenation
2024-01-09 15:42:08 +00:00
Thibaud Colas
7e213eadde
Document correct class prefix in CSS comments
2024-01-09 15:42:08 +00:00
Thibaud Colas
bdb8ebdd82
Remove unused inline, inline-block, block classes
2024-01-09 15:42:08 +00:00
Thibaud Colas
294040dc82
Drop c- prefix for transition group
2024-01-09 15:42:08 +00:00
Thibaud Colas
02b4444369
Drop c- prefix for loading spinner component
2024-01-09 15:42:08 +00:00
Thibaud Colas
0865b9d716
Remove more unused class name prefixes
2024-01-09 15:42:08 +00:00
Thibaud Colas
77af0541be
Remove usage of is- CSS class prefix
2024-01-09 15:42:08 +00:00
Thibaud Colas
9e65559d0e
Replace u-hidden with Tailwind equivalent with and without !important
2024-01-09 15:42:08 +00:00
Thibaud Colas
27cc553dd8
Remove unused clearfix utility
2024-01-09 15:42:08 +00:00
Thibaud Colas
bfd23e4536
Remove unused divider-before utility
2024-01-09 15:42:08 +00:00
Thibaud Colas
d799f491c4
Replace reordering utility with generic tailwind
2024-01-09 15:42:08 +00:00
Thibaud Colas
5158dd688e
Replace overflow utility with Tailwind
2024-01-09 15:42:08 +00:00