Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirHasan19 committed Dec 26, 2024
2 parents 6ea2a1d + dbaf57c commit 99e984f
Show file tree
Hide file tree
Showing 547 changed files with 73,441 additions and 11,880 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" ]
}
1 change: 1 addition & 0 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
2,041 changes: 1,150 additions & 891 deletions CHANGELOG.md

Large diffs are not rendered by default.

1,199 changes: 27 additions & 1,172 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"
]
}
117 changes: 96 additions & 21 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 @@ -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 99e984f

Please sign in to comment.