Commit Graph

7 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 4a8b15e7be Favorite tasks (#236)
continuous-integration/drone/push Build is passing Details
Add loading spinner when updating a task

Show favorites namespace if the favorited task is the first favorite

Show the list favorited tasks belong to

Fix task width

Add method to mark a function as favorite

Make favorite clickable

Format

Hide favorite button when not hovered

Add button to mark a task as favorite

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #236
2020-09-05 20:16:17 +00:00
kolaente d49cf5635b
Show namespace name in list search field
continuous-integration/drone/push Build is passing Details
Resolves #169
2020-06-27 23:12:33 +02:00
kolaente 995dec33ea
Add list title in overview page
continuous-integration/drone/push Build is passing Details
2020-05-11 16:52:58 +02:00
kolaente c2135338d3
Show parent list and namespace for tasks in detail views
continuous-integration/drone/push Build is passing Details
2020-05-09 23:28:54 +02:00
kolaente 48df1a44e8
Show the list of a related task if it belongs to a different list
continuous-integration/drone/push Build is passing Details
2020-05-09 19:33:37 +02:00
konrad 5724b98358 Vuex (#126)
continuous-integration/drone/push Build is passing Details
Merge branch 'master' into feature/vuex

Cleanup

Move namespaces handling to store

Move fullpage setting to store

Move online/offline handling to store

Remove debug log

Fix loading namepaces

Rename errorMsg

Handle registering through the store

Use store to determine wether or not a user is authenticated on login page

Use store in edit team

Use store to get the current user's avatar

Use store to figure out if the current user belongs to a team

Use store to figure out if the current user is list admin

Use store to get user info when listing labels

Use store to get username on home

Use store to figure out if the user is namespace admin

Use the store for configuration

Use the store to check if a user is authenticated everywhere

Only renew token if the user is logged in

Fix renewing auth from jwt token

Move logout to store

Move renew token to store

Move log in to store

Only show enabled migrators

Only show registration button if registration is enabled

Put all config information from the backend in the store

Remove old config handler

Move config state to seperate module

Add vuex and get the motd through it

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #126
2020-05-08 18:43:51 +00:00