Commit Graph

14 Commits

Author SHA1 Message Date
kolaente 9d818921a7
Fix not updating list name in store when changing it
continuous-integration/drone/push Build is failing Details
2021-05-26 16:46:16 +02:00
kolaente 62bfbcce79
Fix showing and hiding lists in the menu
continuous-integration/drone/push Build is passing Details
2021-02-20 16:28:45 +01:00
konrad e44be61d2a Fix loading states for unrelated components (#370)
continuous-integration/drone/push Build is passing Details
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #370
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
2021-01-09 14:24:06 +00:00
kolaente 35ef66744b
Fix removing a namespace not removing it from the list
continuous-integration/drone/push Build is passing Details
2021-01-08 23:03:40 +01:00
kolaente f9d295fc67
Only show loading spinner over menu when loading namespaces
continuous-integration/drone/push Build is failing Details
2020-12-23 21:26:43 +01:00
kolaente 15a2da41ba
Show loading spinner when loading namespaces & lists
continuous-integration/drone/push Build is passing Details
2020-11-12 20:57:39 +01:00
konrad f2fcf42639 Favorite lists (#237)
continuous-integration/drone/push Build is passing Details
Remove/show favorites namespace if a task/list is the first to being marked as favorite

Add special case to prevent marking an archived list as favorite

Add marking a task as favorite  on namespaces page

Prevent toggling the favorite state for the favorites list

Add method to toggle list favorite in the menu

Add favorite icon to lists in menu

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #237
2020-09-06 14:20:48 +00:00
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