Skip to content

[KLC-2083] feat(ui): redesign with klever.org design system#9

Merged
fbsobreira merged 3 commits into
mainfrom
KLC-2083-redesign-ui-with-klever-org-design-system-glass-effect-branding-and-responsive-layout
Jan 13, 2026
Merged

[KLC-2083] feat(ui): redesign with klever.org design system#9
fbsobreira merged 3 commits into
mainfrom
KLC-2083-redesign-ui-with-klever-org-design-system-glass-effect-branding-and-responsive-layout

Conversation

@fbsobreira

Copy link
Copy Markdown
Member

Description

Redesign the Bridge Assets transparency dashboard to match klever.org's visual design system, including glassmorphism effects, official branding, responsive layout, and improved mobile experience.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • New token/chain support

Related Issues

Fixes KLC-2083

Changes Made

  • Add official Klever logos (dark/white variants for theme switching)
  • Implement glassmorphism styling matching klever.org aesthetic
  • Pure black background, semi-transparent cards, backdrop blu
  • Light mode glass panel overrides
  • Redesign header with centered navigation (Assets, Bridge, About)
  • Add hamburger menu for mobile navigation
  • Create footer component with Klever ecosystem links
  • Make sankey chart responsive with simplified mobile layout
  • Update chain cards to use brand colors when selected
  • Fix Tailwind v4 dark mode with @custom-variant configuration
  • Remove unused confetti-celebration component

Testing

  • Tested locally with pnpm dev
  • Verified on multiple browsers
  • Tested responsive design (mobile/tablet/desktop)
  • Tested accessibility (keyboard navigation, screen reader)

Checklist

  • My code follows the project's coding standards
  • I have run pnpm lint and fixed any issues
  • I have run pnpm type-check and fixed any errors
  • I have run pnpm build successfully
  • I have updated documentation (if needed)
  • I have added/updated tests (if applicable)
  • My changes don't introduce new warnings
  • I have checked my code for security vulnerabilities

Additional Notes

  • Analyzed klever.org design patterns for glass effect implementation
  • Header and footer now match the main Klever website styling
  • Mobile hamburger menu replaces inline navigation on small screens
  • Chain cards in sankey chart now use each chain's brand color (e.g., Ethereum blue) instead of generic primary color

  - Add official Klever logos (dark/white variants for theme switching)
  - Implement glassmorphism styling matching klever.org aesthetic
    - Pure black background, semi-transparent cards, backdrop blur
    - Light mode glass panel overrides
  - Redesign header with centered navigation (Assets, Bridge, About)
  - Add hamburger menu for mobile navigation
  - Create footer component with Klever ecosystem links
  - Make sankey chart responsive with simplified mobile layout
  - Update chain cards to use brand colors when selected
  - Fix Tailwind v4 dark mode with @custom-variant configuration
  - Remove unused confetti-celebration component
Copilot AI review requested due to automatic review settings January 13, 2026 12:05
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jan 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
klv-bridge-assets f35d2d4 Commit Preview URL

Branch Preview URL
Jan 13 2026, 12:53 PM

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR redesigns the Bridge Assets transparency dashboard to match klever.org's visual design system. It introduces glassmorphism effects, official branding with logo assets, improved responsive layouts, and enhanced mobile navigation with a hamburger menu.

Changes:

  • Replaced old styling with glassmorphism effects matching klever.org aesthetic (pure black backgrounds, semi-transparent cards, backdrop blur)
  • Added header with centered navigation, mobile hamburger menu, and official Klever logos (dark/white variants)
  • Created comprehensive footer component with ecosystem links and branding
  • Implemented responsive mobile layouts for sankey chart with simplified list view
  • Removed unused confetti-celebration component

Reviewed changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated 23 comments.

Show a summary per file
File Description
src/components/ui/confetti-celebration.tsx Removed unused confetti celebration component
src/components/header.tsx Redesigned with mobile menu, theme-aware logos, and responsive navigation
src/components/footer.tsx New footer with ecosystem links and Klever branding
src/components/dashboard/tvl-hero.tsx Updated to use new glass-panel styling
src/components/dashboard/chain-flow-sankey.tsx Added mobile-responsive layout with simplified list view
src/app/page.tsx Added footer and updated layout structure
src/app/globals.css Updated with glassmorphism styles, dark mode config, and Klever design system
public/assets/klever-logo-white.png New white logo asset for dark mode
public/assets/klever-logo-dark.png New dark logo asset for light mode

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/components/header.tsx Outdated
Comment thread src/components/footer.tsx
Comment thread src/components/header.tsx Outdated
Comment thread src/components/header.tsx Outdated
Comment thread src/components/dashboard/chain-flow-sankey.tsx
Comment thread src/components/footer.tsx
Comment thread src/components/dashboard/chain-flow-sankey.tsx
Comment thread src/components/dashboard/chain-flow-sankey.tsx
Comment thread src/app/page.tsx
Comment thread src/app/page.tsx
Beroni
Beroni previously approved these changes Jan 13, 2026
Comment thread public/assets/klever-logo-dark.png
@fbsobreira fbsobreira merged commit e05922b into main Jan 13, 2026
4 checks passed
@nickgs1337 nickgs1337 deleted the KLC-2083-redesign-ui-with-klever-org-design-system-glass-effect-branding-and-responsive-layout branch January 13, 2026 15:11
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.

4 participants