feature/projects-all-the-way-down #3323

Merged
konrad merged 123 commits from feature/projects-all-the-way-down into main 2023-05-30 10:09:40 +00:00
Showing only changes of commit 12ebefd86a - Show all commits

View File

@ -48,7 +48,10 @@
</menu>
</nav>
<Loading variant="small" v-if="projectsLoading"/>
<Loading
dpschen marked this conversation as resolved Outdated

Move v-if to front

Move `v-if` to front

Done

Done
v-if="projectsLoading"
variant="small"
/>
<template v-else>
<nav class="menu" v-if="favoriteProjects">
<ProjectsNavigation :model-value="favoriteProjects" :can-edit-order="false" :can-collapse="false"/>