Skip to content

Commit

Permalink
feat: nova 4.32.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Muetze42 committed Mar 6, 2024
1 parent 46e1444 commit 7401a14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"/js/tool.js": "/js/tool.js?id=0d61f425c1cca39adb9985ec5a4aee12"
"/js/tool.js": "/js/tool.js?id=aee9d4879125e301f7927cf89887f7f2"
}
4 changes: 2 additions & 2 deletions resources/js/components/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="menu-filter menu-filter-top"
v-if="$page.props.menuAdvPosition && ['top', 'both'].includes($page.props.menuAdvPosition)">
<input type="search" v-model="menuFilter"
class="w-full form-control form-input form-input-bordered menu-filter-input"
class="w-full form-control form-input form-input-bordered menu-filter-input form-control-bordered"
:placeholder="$page.props.menuAdvPlaceholder ? $page.props.menuAdvPlaceholder : __('Filter')">
</div>
<div v-if="!showItems" class="text-center italic menu-filter-empty-text">
Expand All @@ -33,7 +33,7 @@
<div class="menu-filter menu-filter-bottom"
v-if="$page.props.menuAdvPosition && ['bottom', 'both'].includes($page.props.menuAdvPosition)">
<input type="search" v-model="menuFilter"
class="w-full form-control form-input form-input-bordered menu-filter-input"
class="w-full form-control form-input form-input-bordered menu-filter-input form-control-bordered"
:placeholder="$page.props.menuAdvPlaceholder ? $page.props.menuAdvPlaceholder : __('Filter')">
</div>
<component
Expand Down

0 comments on commit 7401a14

Please sign in to comment.