Commit Graph

198 Commits

Author SHA1 Message Date
dc0a2defda
Fix saving settings when no default list was selected 2021-07-17 23:11:57 +02:00
c1d8626fed
Add explanatory fixme 2021-07-17 22:19:52 +02:00
a0f1913645
Add a v-model prop to listSearch 2021-07-17 22:14:24 +02:00
894cf6c3f8
Add setting for default list 2021-07-17 21:57:03 +02:00
3d375ddf56
Fix input styles 2021-07-17 21:45:38 +02:00
7b8fbe1835
Move add task logic from list with quick add 2021-07-17 21:19:11 +02:00
d3c04ef738
Fix lint 2021-07-17 21:05:03 +02:00
2c4829bc04
Merge branch 'main' into pr-520-add-task-component
# Conflicts:
#	src/views/Home.vue
#	src/views/list/views/List.vue
2021-07-17 21:03:28 +02:00
7fa94a9bd5
Fix loading a list when it was already partially saved in vuex 2021-07-10 12:45:36 +02:00
aebfde0c74
Fix error property already defined as a function 2021-07-09 19:10:25 +02:00
7355204d2f Improve some translations (#581)
Reviewed-on: vikunja/frontend#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
ac6082a670
Add collapsing kanban buckets 2021-07-07 21:58:41 +02:00
8097ef93c1
Load list background in list card 2021-07-06 22:50:54 +02:00
d09eff1655
Show last visited list on home page 2021-07-06 22:22:57 +02:00
c7c9b5ee47
Show salutation based on the time of day 2021-07-06 17:13:13 +02:00
f3715c7900
Add showing version info in GUI
Resolves #373
2021-07-06 17:05:35 +02:00
c8209c6c10 Quick add magic for tasks (#570)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#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
Sytone
74494ebee1 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main 2021-06-29 09:06:00 -07:00
7d9328735c
Fix some translation strings 2021-06-24 15:39:26 +02:00
f0498fd767 Add translations (#562)
Reviewed-on: vikunja/frontend#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
f58a48bc1f
Move general settings to the top 2021-06-23 17:23:51 +02:00
cdc805c8da
Refactor success and error messages 2021-06-22 22:07:57 +02:00
Sytone
3a6d81d221 fixes for comments 2021-06-17 12:55:20 -07:00
Sytone
f39a4d76da Fix nesting to show warning if list not set.
Cleanup comments
Cleanup user settings
Move default list id to computed
2021-06-15 16:59:53 -07:00
Sytone
816c5bb4ec Set list in search box in settings 2021-06-08 08:24:11 -07:00
Sytone
a9728f774d Add settings lookup to add-task
Enable specification of List ID for list-search
Add default list to user settings
Add default setting
Update settings UI for default list
2021-06-07 15:12:32 -07:00
Sytone
b005d023c9 Update label logic on add-task component
Lint updates
2021-06-07 09:07:42 -07:00
Sytone
92727e1c01 Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main 2021-06-07 09:06:23 -07: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
641ccd1026
Fix resetting date filters from upcoming after viewing a task detail page (popup) 2021-06-03 17:18:38 +02:00
0cd9d43a7c
Fix showing edit buttons when the user does not have the rights to use them 2021-06-03 16:27:41 +02:00
4a3b4982ab
Fix saving showing archived setting 2021-06-03 15:31:39 +02:00
Sytone
15b5ad9d84 Fix focus on new task 2021-06-02 17:21:39 -07:00
Sytone
714c01403c Cleanup semi colons and add rule 2021-06-02 15:32:13 -07:00
Sytone
422ce6795a fix json spacing
Add configuration warning
2021-06-02 15:30:43 -07:00
Sytone
52b0a4c6ac Add validation for list ID and disable if not valid.
Add component to Home with undefined list id.
2021-06-02 12:23:48 -07:00
Sytone
9f9c942c73 Revert welcome message 2021-06-02 11:47:33 -07:00
Sytone
c3c22bf202 Enforce trailing commas 2021-06-02 11:40:31 -07:00
Sytone
5d36d9399d Update to use single quotes uniformaly 2021-06-02 11:35:59 -07:00
Sytone
034a30046c Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main 2021-06-02 09:26:13 -07:00
b85beb06eb Quick Actions & global search (#528)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#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
sytone
1200f0b416 Make add task a component
Add add-task to home
Change add task to component for lists
Made welcome update on time.. because.
2021-05-26 13:33:12 -07:00
9c799ab161
Fix removing a namespace from state after it was deleted 2021-05-26 17:39:57 +02:00
9d818921a7
Fix not updating list name in store when changing it 2021-05-26 16:46:16 +02:00
f01afe7f07
Fix keyboard shortcuts not working on the task detail page 2021-05-19 17:48:32 +02:00
188c97ae8f
Fix sending openid scopes when authenticating 2021-05-19 14:45:53 +02:00
85e55d1300 Fix tasks moving infinitely in gantt chart (#493)
Fixes vikunja/frontend#489

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#493
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-04-25 16:01:17 +00:00
8d04bdc4f0
Hide the login form if no api url is configured 2021-04-21 09:44:40 +02:00
2d4ea80c90
Fix current password id being available twice 2021-04-18 19:42:27 +02:00