Commit Graph

20 Commits

Author SHA1 Message Date
konrad 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: vikunja/frontend#105
2020-04-12 21:54:46 +00:00
konrad 724275e653 Table View for tasks (#76)
Save sort order to local storage

Save selected columns to localStorage

Loading spinner

More sorting

Add sorting

Styling and hiding of column filter

Add checkbox to show/hide columns

Use fancycheckbox everywhere

Fix is done badge

Change sort order in table view

Add is done column to table

Better text handling

Refactor is done into seperate component

Add pagination to table view

Add assignees to table view

Fix redirecting to table view

Add date tooltip to date field

Add date tooltip to date field

labels for table view

Styling

Add basic table view

Extend priority label

Split list view in mixins

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#76
2020-04-01 20:13:57 +00:00
konrad cafb960c8d Colors for lists and namespaces (#74)
Show colors for namespaces bigger

Show colors for lists and namespaces

Add changing color for lists

Add changing color for namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#74
2020-03-25 21:27:29 +00:00
konrad 7d2bd192ab Add support for archiving lists and namespaces (#73)
Use fancy checkbox for archiving namespace

Show is archived badge for namespaces

Fix is archived badge in navigation bar

Add check to filter out archived lists or namespaces

Show if a list is archived in menu

Hide edit task if the list is archived

Hide marking tasks as done if the list is archived

Show is archived message on list

Add archiving a list

Add archiving a namespace

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#73
2020-03-22 20:40:13 +00:00
konrad 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: vikunja/frontend#51
2020-01-30 21:47:08 +00:00
konrad d83fb24bbd Added link sharing (#30) 2019-09-09 17:55:43 +00:00
konrad d66382b581 Improved team search and team managing (#18) 2019-03-03 12:50:06 +00:00
konrad 9b0c842ae1 Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
konrad e094b654e2 New design (#14) 2018-12-25 15:03:51 +00:00
kolaente fc6aee8373
changed cancel() to be called before handle error 2018-11-28 10:11:26 +01:00
konrad 74455b058a Delay loading animation (#8) 2018-11-27 10:23:50 +00:00
kolaente 95b8178496
Design improvments (closes #4) 2018-11-06 16:53:32 +01:00
kolaente 182c8bd8cb
Moved handling team sharing to a seperate component 2018-09-18 19:01:30 +02:00
kolaente b42f71a39a
Moved handling of user sharing to a component 2018-09-18 18:49:44 +02:00
kolaente 54a5797511
Fixed Handling rights when managing a list 2018-09-18 08:23:04 +02:00
kolaente 9f7d9171dc
cleanup 2018-09-18 08:10:24 +02:00
kolaente af384a9f4b
Added methods to give a team access to a list 2018-09-18 07:38:26 +02:00
kolaente 8c1d44ae50
Added functions to manage users on a list 2018-09-17 19:30:03 +02:00
kolaente 0a9296243b
Added method to add a user to a list 2018-09-17 19:00:35 +02:00
kolaente 5900e2fcb8
Added methods to edit and delete a list 2018-09-12 08:42:07 +02:00