Dominik Pschenitschni
|
19a4b17004
|
feat: move some form.scss styles to button.vue
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
32a0106819
|
chore: small CSS format changes
|
2021-10-25 16:39:34 +02:00 |
|
Dominik Pschenitschni
|
3e456782df
|
feat: divide most content.scss styles into components
- contentAuth
- contentNoAuth.vue
- Login.vue
- button.vue
- comments.vue
|
2021-10-25 16:39:33 +02:00 |
|
Dominik Pschenitschni
|
3cb68c945f
|
feat: merge datepicker.scss styles with component
|
2021-10-25 16:39:31 +02:00 |
|
Dominik Pschenitschni
|
be35c73f6e
|
feat: merge color-picker.scss with component styles
|
2021-10-25 16:39:30 +02:00 |
|
Dominik Pschenitschni
|
b304712b1e
|
feat: merge multiselect.scss with component styles
|
2021-10-25 16:39:30 +02:00 |
|
Dominik Pschenitschni
|
b9eba00603
|
feat: merge fancycheckbox.scss with component styles
|
2021-10-25 16:39:30 +02:00 |
|
kolaente
|
571b019c00
|
fix: ATTR_ENUMERATED_COERCION in a few places
|
2021-10-17 18:52:05 +02:00 |
|
Dominik Pschenitschni
|
bb94c1ba3a
|
feat: use async / await where it makes sense
|
2021-10-16 18:59:53 +02:00 |
|
Dominik Pschenitschni
|
18d7ca0820
|
feat: also use createRandomID helper in editor
|
2021-10-11 18:28:41 +02:00 |
|
Dominik Pschenitschni
|
0bf68effb8
|
fix: watch deep for multiselect modelValue changes
|
2021-10-11 18:08:32 +02:00 |
|
Dominik Pschenitschni
|
35c861b711
|
feat: create randomId helper and use everywhere
Co-authored-by: konrad <konrad@kola-entertainments.de>
|
2021-10-11 18:08:32 +02:00 |
|
Dominik Pschenitschni
|
3a7a4bdc42
|
Merge branch 'main' into vue3
# Conflicts:
# src/components/input/editor.vue
# src/components/list/partials/filters.vue
# src/components/tasks/partials/editAssignees.vue
# src/helpers/find.ts
# src/helpers/time/formatDate.js
# src/main.ts
# src/store/modules/attachments.js
# src/store/modules/kanban.js
# src/views/list/views/List.vue
# yarn.lock
|
2021-10-07 12:20:52 +02:00 |
|
kolaente
|
19a561c8e6
|
fix(editor): duplicate edit buttons for empty descriptions
Resolves #821
|
2021-10-04 21:20:40 +02:00 |
|
Dominik Pschenitschni
|
117980a8fc
|
chore: some editor improvements
|
2021-10-03 13:25:09 +02:00 |
|
Dominik Pschenitschni
|
a745966984
|
feat: forked vue-easymde
|
2021-10-01 20:06:05 +02:00 |
|
Dominik Pschenitschni
|
7c3c2945f8
|
feat: use vue-i18n 9 for vue3
|
2021-10-01 18:49:54 +02:00 |
|
Dominik Pschenitschni
|
421ff9a188
|
feat: use new async component definition
- fix see: https://v3.vuejs.org/guide/migration/async-components.html
- put async editor in separate component
|
2021-10-01 18:46:40 +02:00 |
|
Dominik Pschenitschni
|
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 |
|
Dominik Pschenitschni
|
ecc3d3cf3f
|
fix: life cycle hook naming
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
db49b9b532
|
fix: directly set arrays, objects and delete directly
Not needed since vue3 uses proxies
|
2021-10-01 18:45:42 +02:00 |
|
Dominik Pschenitschni
|
4ee7a8bac6
|
feat: native color picker instead of verte
Prepare for vue 3
|
2021-10-01 18:44:14 +02:00 |
|
kolaente
|
96ef25ba01
|
fix: don't enable editing when the user has no rights for it
related: #804
|
2021-09-29 21:22:44 +02:00 |
|
konrad
|
96523f1fbf
|
feat: task checklist improvements (#797)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/797
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
|
2021-09-29 18:31:14 +00:00 |
|
kolaente
|
2691a84610
|
feat: don't show bullet points of checklists
|
2021-09-26 20:53:27 +02:00 |
|
kolaente
|
e17116dac1
|
feat: make checklists work with '-' instead of '*'
|
2021-09-26 20:51:02 +02:00 |
|
Dominik Pschenitschni
|
697ea12c8e
|
fix: breaking attribute coercion behavior
see: https://v3.vuejs.org/guide/migration/attribute-coercion.html#overview
|
2021-09-24 21:46:42 +02:00 |
|
Dominik Pschenitschni
|
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 |
|
dpschen
|
d0e46e59e8
|
chore: make method event independent (#719)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/719
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-09-09 22:25:08 +00:00 |
|
dpschen
|
0660129b41
|
feat: provide global variables in all components (#669)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/669
Reviewed-by: konrad <k@knt.li>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-08-23 16:39:11 +00:00 |
|
dpschen
|
ecb3924b09
|
chore: only import common languages (#671)
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/671
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
|
2021-08-23 16:38:29 +00:00 |
|
kolaente
|
9fda82839b
|
Fix showing an editor save button in cases where it wasn't required
|
2021-08-20 18:56:50 +02:00 |
|
kolaente
|
08a34d8a68
|
Make saving a text edit a button
|
2021-08-18 22:57:15 +02:00 |
|
kolaente
|
9c6369e8d8
|
Make editor edit button at the bottom the default and make sure the done button stands out more
|
2021-08-17 21:10:32 +02:00 |
|
kolaente
|
f2c29d42dd
|
Fix highlight.js in editor
|
2021-08-06 22:22:25 +02:00 |
|
konrad
|
a08306d612
|
Add vite (#416)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/416
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-07-25 13:27:15 +00:00 |
|
kolaente
|
ac9c854b24
|
Fix selecting a single value from multiselect
Used when moving a task to other lists among other things
|
2021-07-22 23:20:57 +02:00 |
|
kolaente
|
cf25e96c50
|
Fix other values getting pushed away when creating a new one through multiselect
|
2021-07-22 21:57:33 +02:00 |
|
sytone
|
306a926c66
|
Add default list setting & creating tasks from home (#520)
Co-authored-by: sytone <github@sytone.com>
Co-authored-by: Sytone <github@sytone.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/520
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: sytone <kolaente@sytone.com>
Co-committed-by: sytone <kolaente@sytone.com>
|
2021-07-17 21:21:46 +00:00 |
|
kolaente
|
eac4f88a65
|
Don't load already loaded task attachments again when saving an edited task description
|
2021-07-09 18:04:49 +02:00 |
|
andreymal
|
7355204d2f
|
Improve some translations (#581)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/581
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: andreymal <andriyano-31@mail.ru>
Co-committed-by: andreymal <andriyano-31@mail.ru>
|
2021-07-09 08:22:20 +00:00 |
|
kolaente
|
2b7e9856d8
|
Fix flickering pre-loaded search results when focusing the search input
|
2021-06-24 15:22:48 +02:00 |
|
konrad
|
f0498fd767
|
Add translations (#562)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/562
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-06-23 23:24:57 +00:00 |
|
kolaente
|
3dbd36eef7
|
Move creation of new items to the bottom of the multiselect list
|
2021-06-03 22:58:47 +02:00 |
|
kolaente
|
e37145cd43
|
Add setting for the first day of the week
|
2021-06-03 18:12:40 +02:00 |
|
kolaente
|
0cd9d43a7c
|
Fix showing edit buttons when the user does not have the rights to use them
|
2021-06-03 16:27:41 +02:00 |
|
konrad
|
b85beb06eb
|
Quick Actions & global search (#528)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/528
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
|
2021-05-30 18:30:08 +00:00 |
|
renovate
|
dff84209f0
|
Update dependency highlight.js to v11 (#527)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/527
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2021-05-30 10:12:59 +00:00 |
|
kolaente
|
4d998d891e
|
Fix pasting text into task comments or task descriptions
|
2021-04-25 17:35:00 +02:00 |
|
kolaente
|
12b8d47a79
|
Fix formatting invalid dates
|
2021-04-22 14:26:48 +02:00 |
|