Commit Graph

21439 Commits

Author SHA1 Message Date
Jan Jakes
c4bfc02d1d Unify segment listing notices with automation listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
b2186232a9 Unify automation name styles with segments
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
d9c60ea5f2 Unify automation actions styles with segments
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
832eee8616 Improve spacing and display on smaller screens
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
3ff4c46a17 Split date & time display in two lines
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
249588c2f2 Remove additional paddings added by paragprahs
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
87af148a06 Add missing border
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
3d3e905006 Make automation-specific listing styles a generic
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
65efa03296 Make automation-specific more button style a generic listing style
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
5d1146434e Debounce segment listing search field
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
74d2699905 Use real number of segments for table placeholder
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
98280e6b0c Do not duplicate segments query in store and URL
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
1cfb1e7f6e Use Intl.ListFormat to format lists
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
ecec657fbc Fix types for confirmation dialog
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
0286535a5b Fix invalid combination of href and disabled props
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
1a99972972 Fix spacing for segment description
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
d3980b700b Fix listing header spacing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
Jan Jakes
335e28a127 Use PageHeader component
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
John Oleksowicz
8658ca11f6 Convert duplicate segment method to use await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
d429f538af Convert bulk action to await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
9a8d6de626 Convert segment fetching to await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
e2ea09e830 Improve readability of plural confirmation messages
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
0de9389f92 Make padding consistent with automations listing
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
b73ea6677a Restore styles that weren't moved over
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
d3c0f6904e Remove style causing inconsistent padding
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
6675a616b5 Display proper notices for segment actions
This updates some of the segment listing messages to include the name of
 the segment to avoid confusion, and allows for the possibility that
 bulk actions will work for some segments but not all, in which case we
 need to show both success and error messages.

MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
28ca417261 Fix link casing and remove no longer needed check
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
bcde8bdd51 Fix other selector issues in segment tests
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
748b9c0009 Fix ManageWooCommerceSegmentsCest selector issues
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
913074888f Fix ManageSegmentsCest selector issues
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
8ff15f2b26 Add automation id for select all checkbox
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
b0e9099b91 Refactor getTabFromLocation to use regex
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
d5eb3db2c2 Reload dynamic segments after save
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
a8a0e11ac2 Fix plugin missing state
MAILPOET-5395
2024-04-24 12:59:37 +02:00
John Oleksowicz
a5a51f7cd8 Refactor updateDynamicQueryFromLocation
MAILPOET-5395
2024-04-24 12:59:37 +02:00
David Remer
9449b46441 Fix acceptance tests
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
501f240563 Apply prettier 2024-04-24 12:59:37 +02:00
David Remer
f3685bcb8d Styling of Dynamic Segment Listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
2945f49944 Use wordpress/components for search and select
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
9b7049140e Add value to search field
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
548faea3bc Use ConfirmDialog instead of Modal
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
2906b59d42 Bring default limit to 25
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
789cc31bcb Remove old listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
ea0876d4ef Ensure integer query values are in the correct format
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
5f86c0b123 Add duplicate action
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
54be3e7840 Add row actions
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
752855b5a8 Separate bulk action and action modal
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
77e1b9c324 Add notices and remove useless wrapper
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
2917b4ff53 Introduce Bulk Actions
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
David Remer
dc5674dead Add select all functionality
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00