Skip to content

Commit

Permalink
Merge pull request #20 from cyruscollier/master
Browse files Browse the repository at this point in the history
Replace Font Awesome reset icon with Nova x-circle icon
  • Loading branch information
schroedan authored Jul 29, 2021
2 parents 7439759 + 0600c48 commit 9c1c1c1
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 2,687 deletions.
5 changes: 1 addition & 4 deletions dist/css/filter.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/filter.css.map

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

Binary file not shown.
2,671 changes: 0 additions & 2,671 deletions dist/fonts/vendor/font-awesome/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/js/filter.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/filter.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/filter.js": "/js/filter.js?id=600ccbe8010e2133d28d",
"/css/filter.css": "/css/filter.css?id=f3ba983b895c4611d7b4",
"/js/filter.js.map": "/js/filter.js.map?id=e696de49cbed576fcbba",
"/css/filter.css.map": "/css/filter.css.map?id=3a7186ee9f42604ffbf2"
"/js/filter.js": "/js/filter.js?id=6b99ac67efc1e28eb436",
"/css/filter.css": "/css/filter.css?id=3461ef4807b4ec62e404",
"/js/filter.js.map": "/js/filter.js.map?id=9169fc2c68b010359996",
"/css/filter.css.map": "/css/filter.css.map?id=dfbafbd5035925158f9d"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
},
"devDependencies": {
"cross-env": "^5.0.0",
"flatpickr": "^4.4.4",
"flatpickr": "4.6.7",
"laravel-mix": "^1.0",
"moment": "^2.22.2"
},
"dependencies": {
"@vue-hero-icons/solid": "^1.7.2",
"vue": "^2.5.0"
}
}
4 changes: 2 additions & 2 deletions resources/js/components/DateRangeFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

<button
v-show="isValidCurrentValue"
class="reset-button btn btn-sm focus:outline-none flex justify-center items-center"
class="reset-button btn btn-sm focus:outline-none flex justify-center items-center text-80"
@click="resetFilter"
>
<XIcon class="reset-icon"/>
<icon type="x-circle" view-box="0 0 22 22" width="20" height="20" />
</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/DateRangePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
onChange: this.onChange,
});
this.$emit('ready', true);
this.$emit('ready', this.flatpickr);
});
},
Expand Down

0 comments on commit 9c1c1c1

Please sign in to comment.