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
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ac78e85e17 - Show all commits

View File

@ -52,7 +52,7 @@
<ProjectsNavigationWrapper/>
<template #fallback>
<Loading/>
<Loading class="navigation-loader"/>
</template>
</Suspense>
@ -133,7 +133,7 @@ const menuActive = computed(() => baseStore.menuActive)
}
}
.loader-container {
.navigation-loader {
konrad marked this conversation as resolved Outdated

This class doesn't isn't used in the template

This class doesn't isn't used in the template

I've renamed it - it is coming from the Loader component.

I've renamed it - it is coming from the `Loader` component.
min-width: 100%;
height: 150px;

View File

@ -4,7 +4,7 @@
<script lang="ts">
export default {
inheritAttrs: false,
inheritAttrs: true,
}
</script>