Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

feat: Add logo link to AdminLogin component with hover effects#237

Merged
CocoRoF merged 1 commit intodeployfrom
main
Oct 15, 2025
Merged

feat: Add logo link to AdminLogin component with hover effects#237
CocoRoF merged 1 commit intodeployfrom
main

Conversation

@CocoRoF
Copy link
Collaborator

@CocoRoF CocoRoF commented Oct 15, 2025

This pull request enhances the visual design and interactivity of the admin superuser login page, focusing on the logo and its surrounding elements. The main improvements include adding a clickable logo that links to the homepage, introducing interactive hover and active effects for the logo, and refining the visual title's styling.

UI Interactivity and Navigation:

  • Made the logo on the admin login page clickable by wrapping it in a Link component that navigates to the homepage. (AdminLogin.tsx)
  • Added a new .logoLink CSS class with hover and active effects to visually scale the logo when interacted with, improving user feedback. (AdminLogin.module.scss)

Visual Styling Enhancements:

  • Applied a smooth transition effect to the .visualTitle for better animation during state changes. (AdminLogin.module.scss)
  • On logo hover, the visual title now displays a gradient text effect for a more dynamic appearance. (AdminLogin.module.scss)

Codebase Maintenance:

  • Imported the Link component from next/link to enable client-side navigation for the logo. (AdminLogin.tsx)

@CocoRoF CocoRoF merged commit d916d7c into deploy Oct 15, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant