b360d9a2cf
Set focus on new activate button
...
[MAILPOET-4530]
2022-10-19 13:34:45 +02:00
11384bbf6a
Fix bug where the type of $step was Data\Step instead of Integration\Step
...
[MAILPOET-4530]
2022-10-19 13:34:45 +02:00
6235944442
Fix bug where an empty array would generate a malformed SQL query
...
[MAILPOET-4732]
2022-10-19 13:34:45 +02:00
83573b0d43
Use labels to make editor more accessible
...
[MAILPOET-4530]
2022-10-19 13:34:45 +02:00
bd87c09e1a
Add acceptance test for automation workflow
...
* Creates an simple welcome email workflow
* Activates it
* Subscribes and checks whether the email arrives in the inbox
[MAILPOET-4530]
2022-10-19 13:34:45 +02:00
1010b64c05
Update updateNames() to work with Woo Custom Order Tables
...
[MAILPOET-4711]
2022-10-19 11:32:41 +02:00
dd1fcd5100
Add helper method to get the name of the WooCommerce order addresses table
...
[MAILPOET-4711]
2022-10-19 11:32:41 +02:00
75706c9e8b
Store success message of activation in activate action
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
61e1dd6a83
Add an activating state
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
8d5af952f6
Use sprintf instead of replace
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
2751a4bf3a
End the sentence with a period
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
ed297dd68d
Show snackbar notice
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
17c7d42ede
Remove activate toggle
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
1741b39375
Style ActivatePanel
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
800432ab54
Introduce ActivatePanel
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
f169c8f8ac
Use save method in Update button
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
f92a12db30
Make strings translateable
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
3ea730a0b6
Fix tab button focus styles
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
e3c19fa306
Improve listing styles
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
f2c4890def
Avoid loosing tab focus on navigation
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
5bc2f62d98
Improve namin & add small simplifications to listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
c954603bfc
Improve popover rendering
...
1) Rendering it in a slot (under slot fill provider) avoids inheriting deeply nested styles.
2) Bottom-left is a nicer default as it's the rightmost button in the table rows.
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
bf552801ec
Fix editor stats label color
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
6bb1af0a18
Simplify and fix stats rendering using CSS grid
...
Fixed separator rendering, simplified CSS (grid can do this), removed
had extra paddings that were causing problems on the listing page.
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
48dca5e298
Reuse stats component in workflow listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
c08813be1d
Extract workflow stats to atomation root component level
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
1cc6d93717
Do not wrap or shrink status cells
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
18a071fd7b
Render "edit" and "more" actions in the same column
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
32d310d999
Add listing api error handler
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
c76d18e647
Add edit workflow link
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
865706c112
Extract edit workflow from cell to a generic action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
3238049828
Add undo trash button
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
a41de82030
Add workflow duplicate/trash/restore/delete success notices
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
ccec1faeb1
Add notices component for automation listing
...
This component combines data store from @wordpress/notices together with
MailPoet's notice rendering that is suitable for listing.
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
b19887add0
Remove duplicate notices div
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
ba2cb75877
Add delete confirmation dialog
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
b89905aa80
Add trash confirmation dialog
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
a25e879cac
Add delete workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
0106c5123d
Add restore workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
2cb20a8f63
Add trash workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
fe1a994442
Add duplicate workflow action, use dropdown from @wordpress/components
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
70889ab06d
Load workflows list from store
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
aab6865f50
Initialize automation listing store
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
efd32043e3
Add workflow count to automation listing page
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
3eaa13a421
Add store for automation listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
80d2ab44a3
Release 3.101.0
2022-10-18 14:42:07 +02:00
0f45727ddc
Add a new test case when verifying creator key with API
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
cdb5b0d3cd
Extend the test verifying correct storing of MSS key states
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
9e42555acf
Remove ts type casting
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
0a9b7cec7d
Fix the issue causing acceptance to fail
...
When normalizing js data, the ajax response code was omitted
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00