Skip to content

Commit

Permalink
fix: remove dep and teleport on client
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jul 16, 2024
1 parent 96d2489 commit 80738b6
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 544 deletions.
4 changes: 2 additions & 2 deletions components/layout/navigation/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div
:class="{
'!fixed': isPostsPage,
'bg-base-1000/60 shadow-lg backdrop-blur-lg backdrop-saturate-200 md:border-b-2 ': isPostsPage && !isOnTop
'bg-base-1000/60 shadow-lg backdrop-blur-lg backdrop-saturate-200 md:border-b-2': isPostsPage && !isOnTop
}"
class="absolute inset-x-0 top-0 z-10 border-base-0/20 transition duration-200"
>
Expand Down Expand Up @@ -98,7 +98,7 @@
</div>

<!-- Right side: Actions -->
<TeleportTarget
<div
id="navbar-actions"
class="absolute inset-y-0 right-0 flex flex-row-reverse items-center pr-2"
/>
Expand Down
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"sortablejs": "^1.15.2",
"tailwindcss": "^3.4.4",
"vanilla-cookieconsent": "^3.0.1",
"vue-safe-teleport": "^0.1.2",
"vue-sonner": "^1.1.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 80738b6

Please sign in to comment.