1
0
Commit Graph

378 Commits

Author SHA1 Message Date
a5687d78f5 Fix changing the repeat mode of a task when no value is entered yet 2021-08-15 11:25:06 +02:00
fde931eaf4 Fix comment on different task after clicking on a task notification 2021-08-11 23:16:46 +02:00
dc04c1b256 User account deletion (#651)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/651
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-08-11 19:08:18 +00:00
f4a4909ead Fix populating task details ater updating the description 2021-08-06 23:45:46 +02:00
85306362d3 Fix multiselect search padding 2021-08-06 19:34:22 +02:00
3ff749976d Fix setting delete button for newly created task comments 2021-08-06 18:49:31 +02:00
3c7f8d7aa2 Reorder tasks, lists and kanban buckets (#620)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/620
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-28 19:56:29 +00:00
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
7b16928d81 Fix loading labels when editing a saved filter 2021-07-20 22:42:34 +02:00
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
b6bc410346 Add a button to copy an attachment url from the attachment overview 2021-07-07 22:13:21 +02:00
f68794bd01 Change quick add magic characters to be more familiar with the todoist ones 2021-07-06 14:53:32 +02:00
c8209c6c10 Quick add magic for tasks (#570)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/570
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-07-05 10:29:04 +00:00
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
cdc805c8da Refactor success and error messages 2021-06-22 22:07:57 +02:00
3dbd36eef7 Move creation of new items to the bottom of the multiselect list 2021-06-03 22:58:47 +02:00
a9d3446ce3 Preload labels and use locally stored in vuex 2021-06-03 22:23:04 +02:00
e37145cd43 Add setting for the first day of the week 2021-06-03 18:12:40 +02:00
4d998d891e Fix pasting text into task comments or task descriptions 2021-04-25 17:35:00 +02:00
15985889da Use a lighter grey for comment created dates 2021-04-18 18:50:29 +02:00
747a9fe505 Focus task detail elements when they show up 2021-04-18 16:50:12 +02:00
30067935d1 Fix undo when marking a task as done 2021-04-15 17:17:45 +02:00
4ed5d1e8fe Add repeat mode setting for tasks
See https://kolaente.dev/vikunja/api/pulls/834
2021-04-14 10:24:07 +02:00
35ed61839d Fix checking for undefined behaviour when viewing a task 2021-03-23 22:26:54 +01:00
c076298cf0 Add notifications overview (#414)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/414
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-02-21 15:13:58 +00:00
074b7e53f5 Don't show the list color in the list view 2021-02-20 15:54:12 +01:00
08dcc77228 Fix deleting task relations
See vikunja/api/commit/eb3a94567817b78a3325a937cedce237837e3785
2021-02-18 23:36:06 +01:00
7f5140bbb4 Play a sound when marking a task as done 2021-01-30 21:45:54 +01:00
850e4ecc15 Show list if the search result for a task belongs to a different list 2021-01-23 19:05:26 +01:00
0d64506d73 Make sure all popups & dropdowns are animated 2021-01-23 18:54:22 +01:00
d1a2eefca6 Improve consistency of the layout (#386)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/386
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-23 17:18:09 +00:00
9f35ac372b Show call to action for task description if there is none 2021-01-20 22:33:11 +01:00
4dac10454e Remove the shadow at the "+" button for related tasks 2021-01-20 22:26:33 +01:00
0b23e91f8d Make sure attachements are only added once to the list after uploading
+ Make sure the attachment list shows up every time after adding an attachment
2021-01-18 21:58:34 +01:00
2aceca54ca Move buttons to separate component (#380)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/380
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-17 17:57:57 +00:00
e960202607 Use buttons more consistently 2021-01-17 13:04:49 +01:00
3313801174 Fix closing popups when clicking outside of them (#378)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/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
6ef4a36bbc Fix label spacing 2021-01-17 10:55:04 +01:00
b644c00f59 Add view image modal for image attachments 2021-01-16 22:15:48 +01:00
e473a6b70b Make the "upload attachment" button less obvious 2021-01-16 21:59:09 +01:00
f4b47ec374 Fix task detail view spacings 2021-01-16 21:55:43 +01:00
cf951d2846 Hide new related tasks form when related tasks exist 2021-01-16 21:40:07 +01:00
01a1e29db0 Add repeat after one-click intervals 2021-01-16 21:09:11 +01:00
b778c76cbd Fix task title heading ux 2021-01-15 23:47:14 +01:00
873b36e6cd Rework attachments list to look great everywhere 2021-01-15 23:33:43 +01:00
2b852de06f Make full task in task list clickable
Fixes #362
2021-01-15 21:04:48 +01:00
526eee361f Show label colors when searching for labels 2021-01-14 22:06:22 +01:00
d89a855ca7 Fix priority label width in task list 2021-01-10 21:46:45 +01:00
e87642026b Fix task icons on kanban if there were multiple different ones 2021-01-10 18:27:18 +01:00
aa427c7a7d Only show attachments table header when there are attachments 2021-01-08 23:05:07 +01:00