Rodrigo Primo
1010b64c05
Update updateNames() to work with Woo Custom Order Tables
...
[MAILPOET-4711]
2022-10-19 11:32:41 +02:00
Rodrigo Primo
dd1fcd5100
Add helper method to get the name of the WooCommerce order addresses table
...
[MAILPOET-4711]
2022-10-19 11:32:41 +02:00
David Remer
75706c9e8b
Store success message of activation in activate action
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
61e1dd6a83
Add an activating state
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
8d5af952f6
Use sprintf instead of replace
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
2751a4bf3a
End the sentence with a period
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
ed297dd68d
Show snackbar notice
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
17c7d42ede
Remove activate toggle
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
1741b39375
Style ActivatePanel
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
800432ab54
Introduce ActivatePanel
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
f169c8f8ac
Use save method in Update button
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
David Remer
f92a12db30
Make strings translateable
...
[MAILPOET-4462]
2022-10-19 09:07:33 +02:00
Jan Jakes
3ea730a0b6
Fix tab button focus styles
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
e3c19fa306
Improve listing styles
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
f2c4890def
Avoid loosing tab focus on navigation
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
5bc2f62d98
Improve namin & add small simplifications to listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
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
Jan Jakes
bf552801ec
Fix editor stats label color
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
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
Jan Jakes
48dca5e298
Reuse stats component in workflow listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
c08813be1d
Extract workflow stats to atomation root component level
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
1cc6d93717
Do not wrap or shrink status cells
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
18a071fd7b
Render "edit" and "more" actions in the same column
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
32d310d999
Add listing api error handler
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
c76d18e647
Add edit workflow link
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
865706c112
Extract edit workflow from cell to a generic action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
3238049828
Add undo trash button
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
a41de82030
Add workflow duplicate/trash/restore/delete success notices
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
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
Jan Jakes
b19887add0
Remove duplicate notices div
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
ba2cb75877
Add delete confirmation dialog
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
b89905aa80
Add trash confirmation dialog
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
a25e879cac
Add delete workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
0106c5123d
Add restore workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
2cb20a8f63
Add trash workflow action
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
fe1a994442
Add duplicate workflow action, use dropdown from @wordpress/components
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
70889ab06d
Load workflows list from store
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
aab6865f50
Initialize automation listing store
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
efd32043e3
Add workflow count to automation listing page
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Jan Jakes
3eaa13a421
Add store for automation listing
...
[MAILPOET-4540]
2022-10-19 08:09:17 +03:00
Pavel Dohnal
80d2ab44a3
Release 3.101.0
2022-10-18 14:42:07 +02:00
Sam Najian
0f45727ddc
Add a new test case when verifying creator key with API
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
cdb5b0d3cd
Extend the test verifying correct storing of MSS key states
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
9e42555acf
Remove ts type casting
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
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
Sam Najian
d7849a2a54
Assign a better name to the message component when MSS is active
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
ff7913952b
Update bridge tests for 403 error code
...
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
5f4a8b80e8
Aknowledge receiving error 403 on frontend and hide MSS active
...
When receiving error 403, the frontend should not show
that MSS is active
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
Sam Najian
db94ec52e6
Acknowledge error code 403 with a different message
...
When recieving error code 403 from the Bridge, it's treated
as success but with with different message
[MAILPOET-4464]
2022-10-17 12:15:07 +02:00
dependabot[bot]
bbe9e82f2e
Bump twig/twig from 3.3.10 to 3.4.3 in /mailpoet/prefixer
...
Bumps [twig/twig](https://github.com/twigphp/Twig ) from 3.3.10 to 3.4.3.
- [Release notes](https://github.com/twigphp/Twig/releases )
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG )
- [Commits](https://github.com/twigphp/Twig/compare/v3.3.10...v3.4.3 )
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 11:49:35 +02:00