Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 26, 2025
1 parent b9df919 commit ae1c9e2
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 395 deletions.
9 changes: 2 additions & 7 deletions apps/shelve/app/components/layout/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,15 @@ defineShortcuts({
</Motion>
</LayoutGroup>

<TeamManager
v-model="isSearchActive"
v-model:search="searchQuery"
v-model:selected-index="selectedTeamIndex"
headless
/>
<TeamManager v-model="isSearchActive" v-model:search="searchQuery" v-model:selected-index="selectedTeamIndex" />
</div>
</template>

<style scoped>
@import "tailwindcss";
.navbar-wrapper {
@apply absolute z-[99] bottom-2 sm:bottom-8 left-1/2 -translate-x-1/2 will-change-auto;
@apply absolute z-[99] bottom-4 sm:bottom-8 left-1/2 -translate-x-1/2 will-change-auto;
}
.navbar {
Expand Down
95 changes: 0 additions & 95 deletions apps/shelve/app/components/layout/Sidebar/Content.vue

This file was deleted.

37 changes: 0 additions & 37 deletions apps/shelve/app/components/layout/Sidebar/Index.vue

This file was deleted.

Loading

0 comments on commit ae1c9e2

Please sign in to comment.