Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into order-min-max-test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
StalinDurjo committed Jan 7, 2025
2 parents 78aa53a + 466f28a commit f38ba64
Show file tree
Hide file tree
Showing 543 changed files with 75,310 additions and 12,032 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ]
}
9 changes: 5 additions & 4 deletions .github/workflows/e2e_api_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ env:
CUSTOMER2: customer2
USER_PASSWORD: 01dokan01
GMAP: ${{secrets.GMAP}}
MAPBOX: ${{secrets.MAPBOX}}
BASE_URL: http://localhost:9999
CI: true
FORCE_COLOR: 1
Expand Down Expand Up @@ -173,7 +174,7 @@ jobs:
if: always() && (steps.e2e-test.outcome == 'success' || steps.e2e-test.outcome == 'failure')
working-directory: tests/pw
run: |
npm run test:e2e:coverage
npm run test:e2e:coverage
# Run api tests
- name: 🧪 Run api tests
Expand All @@ -197,18 +198,18 @@ jobs:
# # Find PR comment
# - name: Find PR comment by github-actions[bot]
# uses: peter-evans/find-comment@v3
# id: find-comment
# if: github.event_name == 'pull_request'
# uses: peter-evans/find-comment@v3
# with:
# issue-number: ${{ github.event.pull_request.number }}
# comment-author: 'github-actions[bot]'
# body-includes: Tests Summary

# # Post test summary as PR comment
# - name: Create or update PR comment
# uses: peter-evans/create-or-update-comment@v4
# if: github.event_name == 'pull_request'
# uses: peter-evans/create-or-update-comment@v4
# with:
# comment-id: ${{ steps.find-comment.outputs.comment-id }}
# issue-number: ${{ github.event.pull_request.number }}
Expand All @@ -225,8 +226,8 @@ jobs:
# Upload artifacts
- name: Archive test artifacts (screenshots, HTML snapshots, Reports)
uses: actions/upload-artifact@v4
if: always() && steps.debug-log.outcome == 'success'
uses: actions/upload-artifact@v4
with:
name: test-artifact
path: |
Expand Down
2,058 changes: 1,169 additions & 889 deletions CHANGELOG.md

Large diffs are not rendered by default.

1,194 changes: 16 additions & 1,178 deletions README.md

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion appsero.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"package.json",
".php_cs",
".babelrc",
".editorconfig"
".editorconfig",
".eslintrc",
"postcss.config.js",
"webpack.config.js",
"tailwind.config.js",
".prettierrc.js"
]
}
119 changes: 97 additions & 22 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,30 +106,85 @@
}
.dokan-admin-header {
background: #fff;
padding: 15px 15px 15px 22px;
margin: 0 0 0 -20px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
padding: 16px 24px;
margin: 20px 20px 0 2px;
border-radius: 8px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
}
.dokan-admin-header .dokan-admin-header-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.dokan-admin-header .dokan-admin-header-logo {
.dokan-admin-header .dokan-admin-logo-wrap {
display: flex;
flex: 1;
}
.dokan-admin-header .dokan-admin-header-logo img {
height: 25px;
.dokan-admin-header .dokan-admin-logo-wrap .dokan-admin-header-logo {
display: flex;
align-items: center;
}
.dokan-admin-header .dokan-admin-logo-wrap .dokan-admin-header-logo img {
height: 32px;
width: auto;
margin-right: 12px;
}
.dokan-admin-header .dokan-admin-header-logo span {
color: #F1634C;
background: #FFF4F2;
padding: 4px 12px;
font-size: 12px;
.dokan-admin-header .dokan-admin-logo-wrap .dokan-version-tags {
display: flex;
align-items: center;
gap: 12px;
margin-right: 24px;
flex: 1;
}
.dokan-admin-header .dokan-admin-logo-wrap .dokan-version-tags .version-tag {
border-radius: 20px;
font-size: 1rem;
line-height: 20px;
font-weight: 400;
padding: 0.5rem 1rem;
max-height: 2rem;
}
.dokan-admin-header .dokan-admin-logo-wrap .dokan-version-tags .version-tag.lite {
background: #FF9B5366;
color: #7B4E2E;
display: flex;
align-items: center;
}
.dokan-admin-header .dokan-admin-logo-wrap .dokan-version-tags .version-tag.pro {
background: #D8D8FE;
color: #7047EB;
display: flex;
align-items: center;
gap: 8px;
text-transform: capitalize;
font-weight: 450;
}
.dokan-admin-header .dokan-admin-logo-wrap .dokan-version-tags .version-tag.pro .version-tag-pro-badge {
background: #7047EB;
color: white;
border-radius: 28px;
display: inline-flex;
align-items: center;
padding: 3px 9px;
font-size: 16px;
margin: -10px 0 -10px -10px;
}
.dokan-admin-header .upgrade-button {
display: flex;
align-items: center;
gap: 8px;
background: #7047EB;
color: white;
padding: 10px 20px;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
font-family: "SF Pro Text", sans-serif;
border: 1px solid rgba(241, 99, 76, 0.2);
border-radius: 93px;
transition: background-color 0.2s;
margin-left: auto;
}
.dokan-admin-header .upgrade-button:hover {
background: #A244FF;
}
.dokan-admin-header .dokan-admin-header-menu {
padding-right: 6px;
Expand Down Expand Up @@ -195,7 +250,7 @@
cursor: context-menu;
top: 80px;
right: -10px;
z-index: 1;
z-index: 99999;
background-color: #fff;
padding: 20px;
border-radius: 3px;
Expand Down Expand Up @@ -249,19 +304,19 @@
margin-bottom: 0;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active {
color: #dd452c;
color: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon {
background-color: rgba(221, 69, 44, 0.15);
background-color: #E4E6EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path {
fill: #f1634c;
fill: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after {
content: "";
width: 6px;
height: 6px;
background-color: #dd452c;
background-color: #7047EB;
border-radius: 53px;
margin-left: 10px;
}
Expand All @@ -277,17 +332,37 @@
margin-right: 11px;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover {
color: #dd452c;
color: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon {
background-color: rgba(221, 69, 44, 0.15);
background-color: #EFEAFF;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path {
fill: #f1634c;
fill: #7047EB;
}
.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus {
box-shadow: none;
}
@media screen and (max-width: 782px) {
.dokan-admin-logo-wrap {
flex-direction: column;
}
.dokan-admin-header {
margin: 10px 10px 0 2px;
padding: 12px 16px;
}
.dokan-admin-header .dokan-admin-header-content {
gap: 16px;
align-items: start;
}
.dokan-admin-header .dokan-version-tags {
margin: 12px 0;
flex-wrap: wrap;
}
.dokan-admin-header .upgrade-button {
margin: 0;
}
}
.dokan-dashboard .post-box-container {
width: 49%;
float: left;
Expand Down
Loading

0 comments on commit f38ba64

Please sign in to comment.