Commit Graph

16 Commits

Author SHA1 Message Date
c040620185
chore: move margin outside of the popup component 2021-11-02 22:50:10 +01:00
e29a19f218
fix: restrict filter params in comparison 2021-11-02 22:30:55 +01:00
5bf288a066
feat: rename default slot to content 2021-11-02 22:19:17 +01:00
bc7c89d859
fix: lint 2021-11-02 22:09:21 +01:00
c4b9bc5942
chore: simplify using only some filter values 2021-11-02 22:04:00 +01:00
86efb07f09
feat: create new popup component to handle popups generally 2021-11-02 21:59:14 +01:00
9250f4e76b
fix: column active test 2021-11-02 21:11:14 +01:00
0a0c6a6450
fix: defaultParams function name 2021-11-02 21:03:55 +01:00
566fe77b02
fix: defaultParams function name 2021-11-02 20:56:53 +01:00
dc02c09f19
chore: make this.value a computed property again 2021-11-02 20:02:19 +01:00
f3d338c857
feat: add button to clear active filters 2021-11-02 20:02:19 +01:00
15640e98ec
feat: simplify filter-popup 2021-10-01 20:14:21 +02:00
51a740f53c
fix: use vue3 v-model bindings
see: https://v3.vuejs.org/guide/migration/v-model.html
2021-10-01 18:45:42 +02:00
ecc3d3cf3f
fix: life cycle hook naming 2021-10-01 18:45:42 +02:00
f51371bbe0
feat: move from life cycle to data or watcher
- remove from created / mounted
- initialize component services in data
- use immediate watcher where appropriate
- deep watch for route changes
2021-09-24 21:46:42 +02:00
3313801174 Fix closing popups when clicking outside of them (#378)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#378
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-17 10:36:57 +00:00