diff options
| author | Zephyrrus <[email protected]> | 2020-07-22 02:14:06 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-22 02:14:06 +0300 |
| commit | 279234a081e5ea772978732ae5d2e45d8adcd741 (patch) | |
| tree | 1b5807f126786c863a7f556f7907d62aafe5a6f2 /src/site/store/images.js | |
| parent | fix: add no-active class (diff) | |
| download | host.fuwn.me-279234a081e5ea772978732ae5d2e45d8adcd741.tar.xz host.fuwn.me-279234a081e5ea772978732ae5d2e45d8adcd741.zip | |
feat: add new search input
For now, it clones the autocomplete from buefy, untill a PR or resolution to the opened issue about not being able to manipulate how the suggestions are applied is found
Diffstat (limited to 'src/site/store/images.js')
| -rw-r--r-- | src/site/store/images.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/site/store/images.js b/src/site/store/images.js index be04c8a..4737c26 100644 --- a/src/site/store/images.js +++ b/src/site/store/images.js @@ -8,6 +8,7 @@ export const getDefaultState = () => ({ limit: 30, totalFiles: 0, }, + search: '', albumName: null, albumDownloadEnabled: false, fileExtraInfoMap: {}, // information about the selected file |