1
0
Commit Graph

2343 Commits

Author SHA1 Message Date
234db32e30 Remove dependency in docker build step when releasing latest 2020-05-01 11:51:53 +02:00
2b59fabbc6 Remove dependency in docker build step when releasing 2020-05-01 11:51:26 +02:00
010da8cf07 Fix listId not changing when switching between lists 2020-05-01 11:50:12 +02:00
5009308c52 Fix parsing nested array with non-objects when updating 2020-04-30 23:45:22 +02:00
231b51445a Update Node.js to v13.14.0 (#123)
Update Node.js to v13.14.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/123
2020-04-30 19:20:33 +00:00
b043369245 Fix navigating back to list view after deleting a task 2020-04-30 12:49:42 +02:00
120d5a8c19 Fix user search bar not hiding in edit team view 2020-04-28 12:09:09 +02:00
fb64aeb2d4 Fix pagination for tasks 2020-04-27 21:05:53 +02:00
229999546c Fix bucket spacing on kanban board 2020-04-27 13:06:03 +02:00
dca90477d9 Fix task title overflowing in detail view 2020-04-27 13:03:47 +02:00
623879381b Fix team managment (#121)
Fix member/admin button overflowing

Fix changing team member admin status

Fix adding team members

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/121
2020-04-27 10:59:49 +00:00
a5c0b035e7 Fix creating a new task on a list when in list view 2020-04-27 12:08:38 +02:00
d6642550bd Add input length validation for team names 2020-04-26 18:32:34 +02:00
f4847be320 Remove debug log 2020-04-26 18:22:18 +02:00
c59501958f Fix attachment icon 2020-04-26 16:32:30 +02:00
86aebc48a0 Fix uploading attachments 2020-04-26 16:28:02 +02:00
747a912475 Make the task font size smaller for task cards 2020-04-26 15:55:14 +02:00
31b025cc55 Fix related tasks input size 2020-04-26 15:44:23 +02:00
2a7bbf3c83 Fix related tasks list being too large 2020-04-26 15:37:49 +02:00
6c24cc66b2 Fix parsing nested models 2020-04-26 15:04:58 +02:00
96616eff8c Pin dependency vue-smooth-dnd to 0.8.1 (#120)
Pin dependency vue-smooth-dnd to 0.8.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/120
2020-04-26 07:44:44 +00:00
c7845bb9c1 Kanban (#118)
Add error message when trying to create an invalid new task in a bucket

Prevent creation of new buckets if the bucket title is empty

Disable deleting a bucket if it's the last one

Disable dragging tasks when they are being updated

Fix transition when opening tasks

Send the user to list view by default

Show loading spinner when updating multiple tasks

Add loading spinner when moving tasks

Add loading animation when bucket is loading / updating etc

Add bucket title edit

Fix creating new buckets

Add loading animation

Add removing buckets

Fix creating a new bucket after tasks were moved

Fix warning about labels on tasks

Fix labels on tasks not updating after retrieval from api

Fix property width

Add closing and mobile design

Make the task detail popup look good

Move list views

Move task detail view in a popup

Add link to tasks

Add saving the new task position after it was moved

Fix creating new bucket

Fix creating a new task

Cleanup

Disable user selection for task cards

Fix drag placeholder

Add dragging style to task

Add placeholder + change animation duration

More cleanup

Cleanup / docs

Working of dragging and dropping tasks

Adjust markup and styling for new library

Change kanban library to something that works

Add basic calculation of new positions

Don't try to create empty tasks

Add indicator if a task is done

Add moving tasks between buckets

Make empty buckets a little smaller

Add gimmick for button description

Fix color

Fix scrolling bucket layout

Add creating a new bucket

Add hiding the task input field

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/118
2020-04-25 23:11:34 +00:00
ea6fda8a9d Update dependency node-sass to v4.14.0 (#119)
Update dependency node-sass to v4.14.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/119
2020-04-23 22:22:34 +00:00
95b5ed0d35 Update dependency vue-easymde to v1.2.0 (#116)
Update dependency vue-easymde to v1.2.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/116
2020-04-21 09:34:30 +00:00
6f3f7d227d Docker multistage build (#113)
Frozen lockfile

Adjust to mutlistage build

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/113
2020-04-19 17:27:15 +00:00
d4b82a4cc9 Add moving tasks between lists 2020-04-18 14:39:56 +02:00
99c10d49be TOTP (#109)
Fix not telling the user about invalid totp passcodes when logging in

Add disabling totp authentication

Add totp passcode when logging in

Add totp settings

Add general post method function

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/109
2020-04-17 23:46:07 +00:00
a75670e4f0 Add user settings (#108)
Add email update

Add settings link to menu

Add password update route

Add password update page

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/108
2020-04-17 20:46:50 +00:00
335ea49801 Upgrade vue-cli 2020-04-17 21:30:56 +02:00
e7c1c98c6a Fix id params not being named correctly 2020-04-17 12:19:53 +02:00
588b87fb96 Fix maintaining the current page for the list view when navigating back from another page 2020-04-14 23:37:08 +02:00
cc02fc82fc Fix closing of notifications by clicking on it not working 2020-04-14 23:09:18 +02:00
bb84d03776 Remove debug logging 2020-04-14 22:55:50 +02:00
7587821927 Move conversion of snake_case to camelCase to model to make recursive models still work 2020-04-14 22:46:27 +02:00
a77b4253cb Fix task relation kind dropdown 2020-04-14 22:25:46 +02:00
e2137d08a5 Pluralize related task kinds if there is more than one 2020-04-14 22:23:42 +02:00
cd6dee88b9 Add scrolling for task table view 2020-04-14 22:15:35 +02:00
575b2f28ef Fix task sort parameters 2020-04-14 21:54:27 +02:00
f552b834d6 Pin dependencies (#106)
Pin dependencies

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/106
2020-04-12 22:03:46 +00:00
4a413e7f3c Make all api fields snake_case (#105)
Change all snake/camelCase mix and match to camelCase everywhere

Fix conversion to not interfer with service interceptors

Add dynamic conversion between camelCase and snake_case to services

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/105
2020-04-12 21:54:46 +00:00
de36296bac Update dependency bulma to v0.8.2 (#104)
Update dependency bulma to v0.8.2

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/104
2020-04-11 13:04:47 +00:00
43e464c113 Update dependency date-fns to v2.12.0 (#103)
Update dependency date-fns to v2.12.0

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/103
2020-04-09 19:40:08 +00:00
bd998469a1 Update dependency core-js to v3.6.5 (#102)
Update dependency core-js to v3.6.5

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/102
2020-04-09 19:39:58 +00:00
8b8543e011 Update dependency copy-to-clipboard to v3.3.1 (#100)
Update dependency copy-to-clipboard to v3.3.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/100
2020-04-07 19:00:58 +00:00
3141850fa2 Update dependency core-js to v3.6.4 (#101)
Update dependency core-js to v3.6.4

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/101
2020-04-07 19:00:40 +00:00
e098f87a33 Update vue-cli monorepo to v4.3.1 (#99)
Update vue-cli monorepo to v4.3.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/99
2020-04-07 16:05:30 +00:00
d380488b32 Update dependency register-service-worker to v1.7.1 (#93)
Update dependency register-service-worker to v1.7.1

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/93
2020-04-06 20:09:19 +00:00
1c734f15d1 Add telegram release notificiation (#98)
Add telegram release notificiation

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/98
2020-04-06 19:58:49 +00:00
70059b4f9a Update dependency sass-loader to v8.0.2 (#94)
Update dependency sass-loader to v8.0.2

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/94
2020-04-06 19:44:31 +00:00
1f87191d3c Update dependency eslint-plugin-vue to v6.2.2 (#91)
Update dependency eslint-plugin-vue to v6.2.2

Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/91
2020-04-06 19:25:47 +00:00