Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

feat: navbar changes #506

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions components/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ const handleNavigateSettings = () => {

<template>
<lukso-navbar
is-sticky
:title="$formatMessage('header_title')"
:is-testnet="isTestnet ? true : undefined"
logo-url="/images/logo-ue.svg"
is-sticky
is-transparent
has-menu
mobile-breakpoint="lg"
@on-brand-click="handleNavigateLanding"
Expand Down
2 changes: 1 addition & 1 deletion components/AppNavbarLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const handleDisconnect = async () => {

<template>
<lukso-navbar
:title="$formatMessage('header_title')"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for title?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope

:is-testnet="isTestnet ? true : undefined"
logo-url="/images/logo-ue.svg"
is-transparent
has-menu
>
Expand Down
2 changes: 1 addition & 1 deletion components/AppNavbarProfileDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onUnmounted(() => {
has-identicon
></lukso-profile>
<div
class="absolute right-0 z-[1000] mt-8 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
class="absolute right-0 z-[1000] mt-4 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
:class="isDropdownOpen ? 'block' : 'hidden'"
>
<lukso-button
Expand Down
6 changes: 6 additions & 0 deletions public/images/logo-ue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading