Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Add new templates. #1331

Merged
merged 13 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"presets": [
"@babel/preset-react",
[
"@wordpress/default",
"@babel/preset-env",
{
"modules": false,
"targets": {
"esmodules": true
"browsers": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 1 Android version",
"last 1 ChromeAndroid version",
"ie 11"
]
}
}
]
],
"@babel/preset-typescript"
]
}
30 changes: 16 additions & 14 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"root": true,
"parser": "babel-eslint",
"extends": "eslint",
"env": {
"es6": true,
"browser": true,
"node": true
},
"globals": {
"wp": true
"settings": {
"react": {
"version": "detect",
"max-len": [
2,
{
"code": 350
}
]
}
},
"rules": {
"camelcase": 0,
"indent": 0,
"max-len": [
"max-nested-callbacks": [
2,
{
"code": 485
}
],
"no-console": 1
},
"parser": "babel-eslint"
4
]
}
}
Binary file added assets/images/not-found-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
224 changes: 224 additions & 0 deletions assets/templates-json/templates.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
== Changelog ==

= 3.0.3 - xx-xx-2024
* Feature - Add new templates.
* Fix - Premium sidebar design issue.
* Tweak - Hidden field editable compatibility.
* Tweak - Catch mail send error.
Expand Down
Binary file added dist/90ca815da37eeb572e36210096d10984.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68,363 changes: 68,148 additions & 215 deletions dist/blocks.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/blocks.min.js.map

Large diffs are not rendered by default.

127,706 changes: 127,491 additions & 215 deletions dist/dashboard.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/dashboard.min.js.map

Large diffs are not rendered by default.

152 changes: 151 additions & 1 deletion dist/reactPlayerPreview.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/reactPlayerPreview.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading