Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
8d820ad
refactor: migrate to tailwind v4
mrabbani Jan 22, 2026
59c4c35
refactor: ai js
mrabbani Jan 22, 2026
3f0381b
fix: dokan-ui style importing
mrabbani Jan 22, 2026
832e507
fix: webpack infinite compilation
mrabbani Jan 22, 2026
62b048f
remove: redundant files
mrabbani Feb 15, 2026
1a4803c
remove: redundant css file
mrabbani Feb 15, 2026
837b522
fix: reduce duplicacy
mrabbani Feb 15, 2026
6e469ac
Add one single file Tailwind css
mrabbani Feb 16, 2026
72fc419
remove redundant tailwind config
mrabbani Feb 16, 2026
0074ba1
Fix: style css compilation for admin order meta
mrabbani Feb 16, 2026
90420a8
Update webpack config
mrabbani Feb 17, 2026
0f35e53
fix: scopping for dokan-layout css class
mrabbani Feb 17, 2026
60a5530
fix: commition style to edit the vendor in vue js
mrabbani Feb 17, 2026
cc16b39
fix: css file path
mrabbani Feb 18, 2026
abe3fff
fixed tailwind v4 migration ui issues (#3105)
rakib1904107 Feb 20, 2026
6ced6d1
updated base-tailwind.css
rakib1904107 Feb 20, 2026
6cfb1f2
fix: color schema issue
mrabbani Feb 20, 2026
8d237ce
Fixed css of admin settings withdraw options and menu manager's page …
rakib1904107 Feb 23, 2026
3616c3e
Merge branch 'develop' into feature/tailwind-v4-migration
kzamanbd Mar 6, 2026
688ae74
Merge branch 'develop' into feature/tailwind-v4-migration
kzamanbd Mar 6, 2026
33362bb
style: update base-tailwind.css to define color-border variable and c…
kzamanbd Mar 6, 2026
062112d
Update clean-useless-files.js
kzamanbd Mar 6, 2026
bc40377
Merge branch 'develop' into feature/tailwind-v4-migration
kzamanbd Mar 9, 2026
a0ba3f8
Tailwind: refactor theme & add dokan utilities
kzamanbd Mar 10, 2026
f7941c2
style: Reset paragraph margins and refine Tailwind CSS utility classe…
kzamanbd Mar 10, 2026
422d073
refactor: Update header component styling by adding `bg-transparent` …
kzamanbd Mar 10, 2026
d83c4dc
style: Update background classes for MangopayNew and Skrill icons; en…
kzamanbd Mar 11, 2026
50bf48c
style: Replace `flex-shrink-0` with `shrink-0` in various components …
kzamanbd Mar 12, 2026
b55718e
Enforce button colors and adjust modal layout
kzamanbd Mar 12, 2026
17474ad
Update package-lock.json
kzamanbd Mar 12, 2026
cbd7209
style: Enhance button styles with consistent hover and active states;…
kzamanbd Mar 12, 2026
b27b95b
style: Add 'ghost' variant to Button component; enhance button styles…
kzamanbd Mar 12, 2026
dd9ea8d
style: Simplify file removal in clean-useless-files.js; update Assets…
kzamanbd Mar 12, 2026
959a0d8
style: Update console log color in clean-useless-files.js and rename …
kzamanbd Mar 12, 2026
5c68214
style: Update button switch styles in dokan-dashboard-layout for impr…
kzamanbd Mar 12, 2026
34aa0e8
Update dokan-components.css
kzamanbd Mar 12, 2026
d3b37ed
style: Add filesystem caching to webpack configuration for improved b…
kzamanbd Mar 12, 2026
a26340c
style: Remove deprecated background and text color utilities from bas…
kzamanbd Mar 13, 2026
79e5e4d
Merge branch 'develop' into feature/tailwind-v4-migration
kzamanbd Mar 27, 2026
6b3fb4b
Update Dokan utility class names
kzamanbd Mar 27, 2026
588c758
Update tsconfig.json
kzamanbd Mar 28, 2026
d188ea5
Update base-tailwind.css
kzamanbd Apr 1, 2026
5beb14d
update the primary hover color
kzamanbd Apr 1, 2026
1888633
Update Sidebar.tsx
kzamanbd Apr 1, 2026
7265d60
fix: update color-border variable to a static value
kzamanbd Apr 2, 2026
9e5c427
Refactor base-tailwind.css imports and theme vars
kzamanbd Apr 2, 2026
14582cb
Update dokan-components.css
kzamanbd Apr 3, 2026
bec31bf
Update dokan-components.css
kzamanbd Apr 3, 2026
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
2 changes: 0 additions & 2 deletions assets/css/vue-frontend.css

This file was deleted.

2 changes: 0 additions & 2 deletions assets/css/vue-vendor.css

This file was deleted.

10 changes: 0 additions & 10 deletions assets/css/wp-version-before-5-3.css

This file was deleted.

2 changes: 0 additions & 2 deletions assets/js/vue-admin.js

This file was deleted.

2 changes: 0 additions & 2 deletions assets/js/vue-bootstrap.js

This file was deleted.

3 changes: 1 addition & 2 deletions assets/src/js/setup-wizard/commission/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import AdminCommission from './AdminCommission.vue'
import AdminCommission from './AdminCommission.vue';

const Vue = dokan_get_lib('Vue');
import './style.css';

document.addEventListener("DOMContentLoaded", function() {
let element = document.getElementById( 'dokan-setup-wizard-commission-wrapper' );
Expand Down
4 changes: 0 additions & 4 deletions assets/src/js/setup-wizard/commission/style.css

This file was deleted.

This file was deleted.

Loading
Loading