Commit Graph

25 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
kolaente 51de1fe880
Enable marking tasks as done from the task overview 2020-03-23 23:24:14 +01:00
kolaente 3b18b83239
Add task search term to query param to enable navigation 2020-03-23 18:39:55 +01: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 2104d1ea4b Input length validation for new tasks, lists and namespaces (#70)
Fix input validation for new tasks

Better layout for input validation for new lists

Add input length validation for new namepaces

Add input length validation for new lists

Add input length validation for new tasks

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#70
2020-03-04 19:27:27 +00:00
kolaente 5972476735
Add undo button to notification when marking a task as done 2020-03-02 21:19:26 +01:00
kolaente 94714b2964
Fix avatar sizes 2020-03-01 21:58:58 +01:00
kolaente 05da96e545
Use the same method everywhere to calculate the avatar url 2020-02-09 13:28:33 +01:00
konrad 309f75b19d Task Search (#52)
Add hiding the search

Add actually searching for tasks

Fix jumping search button on page load

Add search button

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#52
2020-01-31 10:05:53 +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 a0c4732f81 Add moment.js for date related things (#50)
Fix saving

Use mixin everywhere

Format attachment dates

Add format date mixing

Use moment js on task list page

Use moment js on home page tasks

Add moment js

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#50
2020-01-30 20:49:00 +00:00
kolaente ed0ae210ac
Fix height of task add button 2020-01-22 21:00:41 +01:00
konrad 81e9eef154 Show parent tasks in task overview list (#41) 2019-12-18 18:55:28 +00:00
kolaente d041384999
Fix loading tasks for the first page after navigating to a new list 2019-12-17 23:03:55 +01:00
konrad 52017aca83 Task sorting (#39) 2019-12-07 16:35:42 +00:00
kolaente a9291a5f2f
Fix not using router links for previous and back buttons 2019-12-03 19:14:05 +01:00
konrad 2302a46d9b Task Pagination (#38) 2019-12-03 18:09:12 +00:00
konrad 4e5d14d969 Task Detail View (#37) 2019-11-24 13:16:24 +00:00
kolaente e00f0046b5
Replace all spaces with tabs 2019-11-03 13:44:40 +01:00
kolaente bdf0d00bff
Different edit icon 2019-10-19 21:41:23 +02:00
konrad 568de04a87 Fixed redirect to login page (#33) 2019-09-09 18:36:30 +00:00
kolaente aeae2c4f1f
Show avatars of assigned users 2019-06-06 12:52:05 +02:00
konrad 160fb1ff12
Fixed new task field not being reset after adding a new task 2019-05-21 19:28:52 +02:00
konrad d03f0211a3 Gantt Charts (#29) 2019-04-29 21:41:39 +00:00