Commit Graph

438 Commits

Author SHA1 Message Date
a0f1913645
Add a v-model prop to listSearch 2021-07-17 22:14:24 +02:00
8a3fe5daa2
Revert changes to listSearch component 2021-07-17 22:02:49 +02:00
3d375ddf56
Fix input styles 2021-07-17 21:45:38 +02:00
3d18c69429
Cleanup 2021-07-17 21:37:41 +02:00
e405ebe88f
Check if we have a list specified 2021-07-17 21:34:14 +02:00
0e02b38c1e
Actually use the list when creating a new task 2021-07-17 21:22:43 +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
f0e093b3d6
Remove logout button for link shares 2021-07-10 13:13:10 +02:00
a6842d959b
Fix quick actions not opening 2021-07-10 12:35:29 +02:00
eac4f88a65
Don't load already loaded task attachments again when saving an edited task description 2021-07-09 18:04:49 +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
b6bc410346
Add a button to copy an attachment url from the attachment overview 2021-07-07 22:13:21 +02:00
c094b5175a
Show recently visited lists in quick actions 2021-07-06 22:58:06 +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
f3715c7900
Add showing version info in GUI
Resolves #373
2021-07-06 17:05:35 +02:00
21d31f2b40
Indicate done tasks in quick actions 2021-07-06 15:08:55 +02:00
e640f90488
Don't show archived lists/namespaces in quick actions 2021-07-06 15:00:31 +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: 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
b8c7dba0ef
Fix new lists created with quick actions not showing up in the menu 2021-06-24 15:38:25 +02:00
2b7e9856d8
Fix flickering pre-loaded search results when focusing the search input 2021-06-24 15:22:48 +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
543df91aba
Fix header layout for long list titles 2021-06-23 22:08:20 +02:00
0e53745e91
Refactor success and error notifications to prevent html in them 2021-06-22 22:41:29 +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
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
0cd9d43a7c
Fix showing edit buttons when the user does not have the rights to use them 2021-06-03 16:27:41 +02:00
0f42ed3cf7
Add filters for quick action bar 2021-06-03 14:20:26 +02:00
Sytone
714c01403c Cleanup semi colons and add rule 2021-06-02 15:32:13 -07:00
Sytone
194b1291e6 Fix json spacing
Update editor config
Add configuration warning
2021-06-02 15:31:13 -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
d363cfc972 Cleanup comments 2021-06-02 11:43:48 -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
1969bd8190
Add quick action bar shortcut to shortcut overview 2021-05-30 21:14:15 +02: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
dff84209f0 Update dependency highlight.js to v11 (#527)
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#527
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-05-30 10:12:59 +00:00