Commit Graph

12 Commits

Author SHA1 Message Date
kolaente a8a7f70a3c
Cleanup code & make sure it has a common code style
continuous-integration/drone/push Build is passing Details
2020-09-05 22:35:52 +02:00
konrad 4b3f92ae34 Custom backgrounds for lists (#144)
continuous-integration/drone/push Build is passing Details
Make backgrounds list responsive

Show initial collection of backgrounds

Remove test data

Fix "backgroundInformation is null" when navigating

Fix kanban height

Remove debug log

Move list title to top header

Add styling for title in top header

Set the current list (and background) when loading settings

Only load the background if it changed

Make task detail view look good again

Fix bottom spacing

Make list and table view look good again

Make pages with background at least 100vh

Fix kanban height

Make extra buttons look good again

Move list title and view-switcher in one row

Add styling for backgrounds

Set background globally

Add getting list background and putting it in vuex

Add setting list background

Move list background setting to seperate list

Add search timeout to not search on every keypress

Add getting thumbnails through api

Add basic search for unsplash backgrounds

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #144
2020-05-31 19:17:10 +00:00
kolaente 1da7ffb23c
Add changing list identifier
continuous-integration/drone/push Build is failing Details
2020-05-16 13:14:57 +02:00
kolaente e7c1c98c6a
Fix id params not being named correctly
continuous-integration/drone/push Build is passing Details
2020-04-17 12:19:53 +02:00
konrad 4a413e7f3c Make all api fields snake_case (#105)
continuous-integration/drone/push Build is passing Details
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: #105
2020-04-12 21:54:46 +00:00
konrad cafb960c8d Colors for lists and namespaces (#74)
continuous-integration/drone/push Build is passing Details
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: #74
2020-03-25 21:27:29 +00:00
konrad 7d2bd192ab Add support for archiving lists and namespaces (#73)
continuous-integration/drone/push Build is passing Details
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: #73
2020-03-22 20:40:13 +00:00
kolaente 161f853361
Make sure to use date objects everywhere where dealing with dates
continuous-integration/drone/push Build is passing Details
2020-02-08 14:16:06 +01:00
konrad 52017aca83 Task sorting (#39)
continuous-integration/drone/push Build is passing Details
2019-12-07 16:35:42 +00:00
konrad 2705c1571e Handle task relations the right way (#36)
continuous-integration/drone/push Build is passing Details
2019-10-28 21:45:37 +00:00
kolaente b2408eef04
Sort tasks by done/undone first and then newest
continuous-integration/drone/push Build is passing Details
2019-10-19 21:26:52 +02:00
konrad 9b0c842ae1 Move everything to models and services (#17)
the build was successful Details
2019-03-02 10:25:10 +00:00