feat: allow selecting multiple labels at once #945

Merged
konrad merged 3 commits from feature/multiple-labels into main 2021-11-09 19:07:07 +00:00
Owner

Fixes #663

Fixes https://kolaente.dev/vikunja/frontend/issues/663
konrad force-pushed feature/multiple-labels from 112b2a711b to ee68227065 2021-11-03 21:30:12 +00:00 Compare
konrad requested review from dpschen 2021-11-03 21:34:31 +00:00
dpschen reviewed 2021-11-04 10:18:00 +00:00
@ -182,1 +184,4 @@
},
closeAfterSelect: {
type: Boolean,
default() {

since boolean is a primitive there is no need for a factory function here.

since boolean is a primitive there is no need for a factory function here.
Author
Owner

Done.

Done.
konrad marked this conversation as resolved
dpschen reviewed 2021-11-04 10:19:14 +00:00
@ -10,1 +10,3 @@
<div class="input-wrapper input" :class="{'has-multiple': multiple && Array.isArray(internalValue) && internalValue.length > 0}">
<div
class="input-wrapper input"
:class="{'has-multiple': multiple && Array.isArray(internalValue) && internalValue.length > 0}">

Move to computed

Move to computed
Author
Owner

Done.

Done.
konrad marked this conversation as resolved
dpschen approved these changes 2021-11-04 10:21:18 +00:00
dpschen left a comment
Member

Mini changes. Rest ist fine =)

Mini changes. Rest ist fine =)
konrad was assigned by dpschen 2021-11-04 10:21:38 +00:00
konrad added 1 commit 2021-11-09 18:47:45 +00:00
konrad added 1 commit 2021-11-09 18:49:34 +00:00
continuous-integration/drone/pr Build is passing Details
70f78758a2
chore: move has multiple calculation to computed
Author
Owner

Merging since it's approved and the little nits are fixed.

Merging since it's approved and the little nits are fixed.
konrad merged commit 9b7882de7a into main 2021-11-09 19:07:07 +00:00
konrad deleted branch feature/multiple-labels 2021-11-09 19:07:07 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.