1
0
Commit Graph

71 Commits

Author SHA1 Message Date
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
e7c1c98c6a Fix id params not being named correctly 2020-04-17 12:19:53 +02: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
8c82c2302f Fix changing the right of a list shared with a user 2020-02-26 20:34:14 +01:00
dd0703562f Improve link share layout 2020-02-09 17:54:02 +01:00
4f9f3afc34 Better wording for shared settings 2020-02-09 15:11:14 +01:00
1170e030f6 Use message mixin for handling success and error messages (#51)
Use message mixin everywhere

Add mixin for success and error messages

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/51
2020-01-30 21:47:08 +00:00
11d9aaae12 Update dependencies (#40) 2019-12-15 20:42:40 +00:00
e00f0046b5 Replace all spaces with tabs 2019-11-03 13:44:40 +01:00
d83fb24bbd Added link sharing (#30) 2019-09-09 17:55:43 +00:00
d05ef0f37c Fixed sharing with a user not working 2019-06-04 19:45:27 +02:00
4a8a1b0a24 Task assingees (#21) 2019-03-03 20:07:39 +00:00
d66382b581 Improved team search and team managing (#18) 2019-03-03 12:50:06 +00:00
9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
fc6aee8373 changed cancel() to be called before handle error 2018-11-28 10:11:26 +01:00
74455b058a Delay loading animation (#8) 2018-11-27 10:23:50 +00:00
219995c341 Implemented search for users when adding a user to a list/namespace 2018-09-21 20:12:24 +02:00
f1d48fd47c Updating a team/user right now uses the new update method 2018-09-19 20:41:53 +02:00
9cd30e4dc0 CSS cleanup 2018-09-18 19:02:13 +02:00
182c8bd8cb Moved handling team sharing to a seperate component 2018-09-18 19:01:30 +02:00
b42f71a39a Moved handling of user sharing to a component 2018-09-18 18:49:44 +02:00