Commit Graph

21439 Commits

Author SHA1 Message Date
c4bfc02d1d Unify segment listing notices with automation listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
b2186232a9 Unify automation name styles with segments
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
d9c60ea5f2 Unify automation actions styles with segments
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
832eee8616 Improve spacing and display on smaller screens
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
3ff4c46a17 Split date & time display in two lines
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
249588c2f2 Remove additional paddings added by paragprahs
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
87af148a06 Add missing border
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
3d3e905006 Make automation-specific listing styles a generic
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
65efa03296 Make automation-specific more button style a generic listing style
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
5d1146434e Debounce segment listing search field
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
74d2699905 Use real number of segments for table placeholder
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
98280e6b0c Do not duplicate segments query in store and URL
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
1cfb1e7f6e Use Intl.ListFormat to format lists
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
ecec657fbc Fix types for confirmation dialog
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
0286535a5b Fix invalid combination of href and disabled props
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
1a99972972 Fix spacing for segment description
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
d3980b700b Fix listing header spacing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
335e28a127 Use PageHeader component
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
8658ca11f6 Convert duplicate segment method to use await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
d429f538af Convert bulk action to await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
9a8d6de626 Convert segment fetching to await
MAILPOET-5395
2024-04-24 12:59:37 +02:00
e2ea09e830 Improve readability of plural confirmation messages
MAILPOET-5395
2024-04-24 12:59:37 +02:00
0de9389f92 Make padding consistent with automations listing
MAILPOET-5395
2024-04-24 12:59:37 +02:00
b73ea6677a Restore styles that weren't moved over
MAILPOET-5395
2024-04-24 12:59:37 +02:00
d3c0f6904e Remove style causing inconsistent padding
MAILPOET-5395
2024-04-24 12:59:37 +02:00
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
28ca417261 Fix link casing and remove no longer needed check
MAILPOET-5395
2024-04-24 12:59:37 +02:00
bcde8bdd51 Fix other selector issues in segment tests
MAILPOET-5395
2024-04-24 12:59:37 +02:00
748b9c0009 Fix ManageWooCommerceSegmentsCest selector issues
MAILPOET-5395
2024-04-24 12:59:37 +02:00
913074888f Fix ManageSegmentsCest selector issues
MAILPOET-5395
2024-04-24 12:59:37 +02:00
8ff15f2b26 Add automation id for select all checkbox
MAILPOET-5395
2024-04-24 12:59:37 +02:00
b0e9099b91 Refactor getTabFromLocation to use regex
MAILPOET-5395
2024-04-24 12:59:37 +02:00
d5eb3db2c2 Reload dynamic segments after save
MAILPOET-5395
2024-04-24 12:59:37 +02:00
a8a0e11ac2 Fix plugin missing state
MAILPOET-5395
2024-04-24 12:59:37 +02:00
a5a51f7cd8 Refactor updateDynamicQueryFromLocation
MAILPOET-5395
2024-04-24 12:59:37 +02:00
9449b46441 Fix acceptance tests
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
501f240563 Apply prettier 2024-04-24 12:59:37 +02:00
f3685bcb8d Styling of Dynamic Segment Listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
2945f49944 Use wordpress/components for search and select
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
9b7049140e Add value to search field
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
548faea3bc Use ConfirmDialog instead of Modal
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
2906b59d42 Bring default limit to 25
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
789cc31bcb Remove old listing
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
ea0876d4ef Ensure integer query values are in the correct format
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
5f86c0b123 Add duplicate action
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
54be3e7840 Add row actions
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
752855b5a8 Separate bulk action and action modal
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
77e1b9c324 Add notices and remove useless wrapper
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
2917b4ff53 Introduce Bulk Actions
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00
dc5674dead Add select all functionality
[MAILPOET-5395]
2024-04-24 12:59:37 +02:00