Skip to content

Commit

Permalink
build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Oct 23, 2024
1 parent effcce1 commit b64f943
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion +/styles/public/minimal/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
:root .glsr-fade-out {
opacity: 0 !important;
transition: visibility 0s cubic-bezier(0,0,.2,1) var(--glsr-duration-slow),
transition: visibility 0s cubic-bezier(0,0,0.2,1) var(--glsr-duration-slow),
opacity var(--glsr-duration-slow) !important;
visibility: hidden !important;
}
Expand Down
6 changes: 3 additions & 3 deletions +/styles/public/minimal/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
width: 480px;
}
:root [aria-hidden="false"] .glsr-modal__dialog {
animation: gl-zoomIn var(--glsr-duration-slow) cubic-bezier(0,0,.2,1);
animation: gl-zoomIn var(--glsr-duration-slow) cubic-bezier(0,0,0.2,1);
}
:root [aria-hidden="true"] .glsr-modal__dialog {
animation: gl-zoomOut var(--glsr-duration-fast) cubic-bezier(0,0,.2,1);
animation: gl-zoomOut var(--glsr-duration-fast) cubic-bezier(0,0,0.2,1);
}
:root .glsr-modal__header {
font-weight: 600;
Expand Down Expand Up @@ -130,7 +130,7 @@
}

:root .glsr-modal .glsr-modal__overlay {
animation-timing-function: cubic-bezier(0,0,.2,1);
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
:root .glsr-modal[aria-hidden="false"] .glsr-modal__overlay {
animation-duration: var(--glsr-duration-slow);
Expand Down
2 changes: 1 addition & 1 deletion assets/scripts/site-reviews.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions languages/site-reviews-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -1929,32 +1929,32 @@ msgctxt "admin-text"
msgid "Set the color theme of the CAPTCHA widget."
msgstr "Set the color theme of the CAPTCHA widget."

#: config/settings.php:1014
#: config/settings.php:1015
msgctxt "admin-text"
msgid "CAPTCHA Usage"
msgstr "CAPTCHA Usage"

#: config/settings.php:1016
#: config/settings.php:1017
msgctxt "admin-text"
msgid "Use for everyone"
msgstr "Use for everyone"

#: config/settings.php:1017
#: config/settings.php:1018
msgctxt "admin-text"
msgid "Use only for guest users"
msgstr "Use only for guest users"

#: config/settings.php:1020
#: config/settings.php:1021
msgctxt "admin-text"
msgid "Choose who you want to load the CAPTCHA for."
msgstr "Choose who you want to load the CAPTCHA for."

#: config/settings.php:1025
#: config/settings.php:1026
msgctxt "admin-text"
msgid "Enable Akismet"
msgstr "Enable Akismet"

#: config/settings.php:1027
#: config/settings.php:1028
msgctxt "admin-text"
msgid ""
"The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> "
Expand All @@ -1967,12 +1967,12 @@ msgstr ""
"setting to have any affect, you will need to first install and activate the "
"Akismet plugin and set up a WordPress.com API key."

#: config/settings.php:1033
#: config/settings.php:1034
msgctxt "admin-text"
msgid "Prevent Duplicates"
msgstr "Prevent Duplicates"

#: config/settings.php:1035
#: config/settings.php:1036
msgctxt "admin-text"
msgid ""
"This will prevent people from submitting multiple reviews with the same "
Expand All @@ -1981,22 +1981,22 @@ msgstr ""
"This will prevent people from submitting multiple reviews with the same "
"content."

#: config/settings.php:1041
#: config/settings.php:1042
msgctxt "admin-text"
msgid "Blacklist"
msgstr "Blacklist"

#: config/settings.php:1043
#: config/settings.php:1044
msgctxt "admin-text"
msgid "Use the Site Reviews Blacklist"
msgstr "Use the Site Reviews Blacklist"

#: config/settings.php:1044
#: config/settings.php:1045
msgctxt "admin-text"
msgid "Use the WordPress Disallowed Comment Keys"
msgstr "Use the WordPress Disallowed Comment Keys"

#: config/settings.php:1047
#: config/settings.php:1048
msgctxt "admin-text"
msgid ""
"Choose which Blacklist you would prefer to use for reviews. The %s option "
Expand All @@ -2005,17 +2005,17 @@ msgstr ""
"Choose which Blacklist you would prefer to use for reviews. The %s option "
"can be found in the WordPress Discussion Settings page."

#: config/settings.php:1048
#: config/settings.php:1049
msgctxt "admin-text"
msgid "Disallowed Comment Keys"
msgstr "Disallowed Comment Keys"

#: config/settings.php:1057
#: config/settings.php:1058
msgctxt "admin-text"
msgid "Review Blacklist"
msgstr "Review Blacklist"

#: config/settings.php:1060
#: config/settings.php:1061
msgctxt "admin-text"
msgid ""
"One entry or IP address per line. When a review contains any of these "
Expand All @@ -2028,22 +2028,22 @@ msgstr ""
"rejected. It is case-insensitive and will match partial words, so \"press\" "
"will match \"WordPress\"."

#: config/settings.php:1066
#: config/settings.php:1067
msgctxt "admin-text"
msgid "Blacklist Action"
msgstr "Blacklist Action"

#: config/settings.php:1068
#: config/settings.php:1069
msgctxt "admin-text"
msgid "Require approval"
msgstr "Require approval"

#: config/settings.php:1069
#: config/settings.php:1070
msgctxt "admin-text"
msgid "Reject submission"
msgstr "Reject submission"

#: config/settings.php:1072
#: config/settings.php:1073
msgctxt "admin-text"
msgid "Choose the action that should be taken when a review is blacklisted."
msgstr "Choose the action that should be taken when a review is blacklisted."
Expand Down
38 changes: 19 additions & 19 deletions languages/site-reviews.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1304,97 +1304,97 @@ msgctxt "admin-text"
msgid "Set the color theme of the CAPTCHA widget."
msgstr ""

#: config/settings.php:1014
#: config/settings.php:1015
msgctxt "admin-text"
msgid "CAPTCHA Usage"
msgstr ""

#: config/settings.php:1016
#: config/settings.php:1017
msgctxt "admin-text"
msgid "Use for everyone"
msgstr ""

#: config/settings.php:1017
#: config/settings.php:1018
msgctxt "admin-text"
msgid "Use only for guest users"
msgstr ""

#: config/settings.php:1020
#: config/settings.php:1021
msgctxt "admin-text"
msgid "Choose who you want to load the CAPTCHA for."
msgstr ""

#: config/settings.php:1025
#: config/settings.php:1026
msgctxt "admin-text"
msgid "Enable Akismet"
msgstr ""

#: config/settings.php:1027
#: config/settings.php:1028
msgctxt "admin-text"
msgid "The <a href=\"https://akismet.com\" target=\"_blank\">Akismet plugin</a> integration provides spam-filtering for your reviews. In order for this setting to have any affect, you will need to first install and activate the Akismet plugin and set up a WordPress.com API key."
msgstr ""

#: config/settings.php:1033
#: config/settings.php:1034
msgctxt "admin-text"
msgid "Prevent Duplicates"
msgstr ""

#: config/settings.php:1035
#: config/settings.php:1036
msgctxt "admin-text"
msgid "This will prevent people from submitting multiple reviews with the same content."
msgstr ""

#: config/settings.php:1041
#: config/settings.php:1042
msgctxt "admin-text"
msgid "Blacklist"
msgstr ""

#: config/settings.php:1043
#: config/settings.php:1044
msgctxt "admin-text"
msgid "Use the Site Reviews Blacklist"
msgstr ""

#: config/settings.php:1044
#: config/settings.php:1045
msgctxt "admin-text"
msgid "Use the WordPress Disallowed Comment Keys"
msgstr ""

#: config/settings.php:1047
#: config/settings.php:1048
msgctxt "admin-text"
msgid "Choose which Blacklist you would prefer to use for reviews. The %s option can be found in the WordPress Discussion Settings page."
msgstr ""

#: config/settings.php:1048
#: config/settings.php:1049
msgctxt "admin-text"
msgid "Disallowed Comment Keys"
msgstr ""

#: config/settings.php:1057
#: config/settings.php:1058
msgctxt "admin-text"
msgid "Review Blacklist"
msgstr ""

#: config/settings.php:1060
#: config/settings.php:1061
msgctxt "admin-text"
msgid "One entry or IP address per line. When a review contains any of these entries in its title, content, name, email, or IP address, it will be rejected. It is case-insensitive and will match partial words, so \"press\" will match \"WordPress\"."
msgstr ""

#: config/settings.php:1066
#: config/settings.php:1067
msgctxt "admin-text"
msgid "Blacklist Action"
msgstr ""

#: config/settings.php:1068
#: config/settings.php:1069
msgctxt "admin-text"
msgid "Require approval"
msgstr ""

#: config/settings.php:1069
#: config/settings.php:1070
msgctxt "admin-text"
msgid "Reject submission"
msgstr ""

#: config/settings.php:1072
#: config/settings.php:1073
msgctxt "admin-text"
msgid "Choose the action that should be taken when a review is blacklisted."
msgstr ""
Expand Down

0 comments on commit b64f943

Please sign in to comment.