Skip to content

feat(ui): implement responsive navbar with animated wallet status with dropdown#105

Merged
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Nacho1499:feat/Responsive-Navbar
May 30, 2026
Merged

feat(ui): implement responsive navbar with animated wallet status with dropdown#105
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Nacho1499:feat/Responsive-Navbar

Conversation

@Nacho1499
Copy link
Copy Markdown
Contributor

Closes #90

PR Description:
This PR completely resolves Issue #90 by upgrading the existing layout into a fully responsive, animated navigation ecosystem. The implementation introduces dynamic Web3 wallet connection status indicators, an interactive user profile dropdown menu, and an optimized mobile hamburger drawer using custom animation states that stay cohesive with the TaskChain design system.

Changes Implemented:

  1. Responsive Navbar Layout & Breakpoints:

**Desktop View (hidden md:flex): Arranged the main marketing navigation anchors alongside the Web3 actions and utility modules () horizontally.ThemeToggle.

**Mobile View (md:hidden): Replaced default text links with a responsive hamburger button that dynamically toggles between standard and states with a 90-degree rotating transition.MenuX.

  1. Web3 Wallet & Profile Dropdown Engine:

**Wallet Connection Toggle: Embedded a rounded-full pill button utilizing state conditional variations (). When connected, it masks a mock public stellar key address () alongside an emerald pulsing status indicator dot.variant={isConnected ? "outline" : "default"}GBXW...4Y2T.

**Animated User Flyout Menu: Added a custom floating dropdown card accessible on avatar interaction. The card manages explicit system routes (, ) and includes a destructive action block to simulate wallet disconnection cleanly./profile/settings.

**Transition Choreography: Handled animation injections directly through Tailwind's native hardware-accelerated utility flags (), guaranteeing a premium native feel without external framer library payloads.animate-in fade-in slide-in-from-top-1 duration-150.

  1. Code Optimization & Cleanup:

**State Synchronization: Wrote a central memory clearing function () that shuts both the desktop profile dropdown and mobile action drawers simultaneously whenever any link is selected.closeMenus.

**Token Uniformity: Styled all backdrops and borders with existing framework variables (, , ) for full dark/light theme flexibility.bg-background/80border-border/40backdrop-blur-xl.

Acceptance Criteria Checklist:
[x] Wallet Connection Status: Verified that connecting a wallet replaces the call-to-action button with a live wallet address string and an emerald pulse indicator.
[x] User Dropdown Menu: Validated that profile, settings, and logout options render beautifully within an absolute-positioned floating container.
[x] Mobile Hamburger Menu: Verified that links stack vertically and display cleanly on mobile screens.
[x] Animated Transitions: Confirmed that menus fade, slide, and rotate smoothly upon user engagement.
[x] Consistent Styling: Verified pixel-perfect cross-device continuity across light and dark modes.

@Nacho1499
Copy link
Copy Markdown
Contributor Author

Screenshot_29-5-2026_1450_localhost Screenshot_29-5-2026_14216_localhost Screenshot_29-5-2026_14040_localhost

@Nacho1499
Copy link
Copy Markdown
Contributor Author

Screenshot_29-5-2026_14022_localhost

@SudiptaPaul-31 SudiptaPaul-31 merged commit 2284394 into Lumina-eX:main May 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Responsive Navbar with Wallet Status

2 participants