Skip to content
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
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/webpack.legacy.prod.js

# Documentation & notes
/docs
/README.md
/node-update-notes.md
/.documentation
Expand Down
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.cache export-ignore
/.github export-ignore
/.wordpress-org export-ignore
/docs export-ignore

/assets/src export-ignore

Expand All @@ -27,4 +28,4 @@
/webpack.prod.js export-ignore

# Merge strategy
package.json merge=keep-local
package.json merge=keep-local
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ Widgets: all-listing, all-categories, all-locations, category, location, tag, se
**Save:** `wp_ajax_save_settings_data`
**Options prefix:** `atbdp_` (legacy) and `directorist_` (new)
**Features:** Import/export settings, restore defaults, per-directory-type settings, conditional field visibility (show-if)
**Settings panel agent:** Before redesigning, auditing, or adding settings-panel features, load `docs/agents/directorist-settings-panel/SKILL.md` and follow its report-first workflow.

## Build Pipeline

Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ Widgets: all-listing, all-categories, all-locations, category, location, tag, se
**Save:** `wp_ajax_save_settings_data`
**Options prefix:** `atbdp_` (legacy) and `directorist_` (new)
**Features:** Import/export settings, restore defaults, per-directory-type settings, conditional field visibility (show-if)
**Settings panel agent:** Before redesigning, auditing, or adding settings-panel features, load `docs/agents/directorist-settings-panel/SKILL.md` and follow its report-first workflow.

## Build Pipeline

Expand Down
44 changes: 43 additions & 1 deletion assets/build/css/admin/app-rtl.css
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
.wpmvc-header .components-button:hover svg{fill:var(--wpmvc-primary-500)}.wpmvc-header .components-button:hover svg path{fill:var(--wpmvc-primary-500)}.wpmvc-header .components-button svg{width:14px;height:14px}.wpmvc-header .components-button.has-icon{border-radius:4px;border:1px solid rgba(75,85,99,.1);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.dataviews-view-table tr td{color:var(--wpmvc-gray-900)}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}.dataviews-view-table .directorist-table-text-light{color:var(--wpmvc-gray-500)}.dataviews__search .components-input-control__container{background-color:#f0f0f0;border-radius:2px}.wpmvc-dashboard-wrapper .directorist-badge{padding:6px 8px;text-transform:math-auto}.components-button.is-primary,.components-button.is-secondary{border-radius:4px}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.107.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.15_webpack@5.107.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.8_sass@1.101.0_webpack@5.107.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/src/scss/admin-app.scss ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wpmvc-header .components-button:hover svg {
fill: var(--wpmvc-primary-500);
}
.wpmvc-header .components-button:hover svg path {
fill: var(--wpmvc-primary-500);
}
.wpmvc-header .components-button svg {
width: 14px;
height: 14px;
}
.wpmvc-header .components-button.has-icon {
border-radius: 4px;
border: 1px solid rgba(75, 85, 99, 0.1);
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.dataviews-view-table tr td {
color: var(--wpmvc-gray-900);
}
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
}
.dataviews-view-table .directorist-table-text-light {
color: var(--wpmvc-gray-500);
}

.dataviews__search .components-input-control__container {
background-color: #F0F0F0;
border-radius: 2px;
}

.wpmvc-dashboard-wrapper .directorist-badge {
padding: 6px 8px;
text-transform: math-auto;
}

.components-button.is-primary, .components-button.is-secondary {
border-radius: 4px;
}
2 changes: 1 addition & 1 deletion assets/build/css/admin/app.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => 'b314a921772050337acb');
<?php return array('dependencies' => array(), 'version' => 'be6d2950b840e5d94e30');
46 changes: 45 additions & 1 deletion assets/build/css/admin/app.css

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

170 changes: 169 additions & 1 deletion assets/build/css/admin/app.js

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

Loading
Loading