Commit Graph

5 Commits

Author SHA1 Message Date
Sam Najian
a24b510e82 Use @wordpress/i18n for rest of common folder
[MAILPOET-4908]
2023-03-20 11:49:27 +01:00
Jan Lysý
fce2c5e45e Change message for pending approval
[MAILPOET-4528]
2023-02-27 11:59:05 +01:00
Sam Najian
359f134881 Fix merge conflict after rebasing trunk
[MAILPOET-4633]
2023-02-13 16:56:54 +01:00
Rodrigo Primo
88398af343 Remove unused translatable strings
Back in 2020, commit bf13d08a22 removed the code that
used those strings but the strings themselves were never removed.

[MAILPOET-4818]
2023-02-08 12:56:32 +01:00
Rodrigo Primo
e1e690ad14 Refactor input and button to validate key to its own components
This commit refactors the <input> and <button> used to validate the MSS
key to its own components. After doing this, we will be able to reuse
this components outside of the settings app. In particular, we want to
be able to use it in the welcome wizard app.

It also implements one small change to the verify button that is part of
the changes related to the welcome wizard. Now the verify button is
disabled when the MSS key <input> is empty.

[MAILPOET-4818]
2023-02-08 12:56:32 +01:00