Skip to content

Conversation

HVbajoria
Copy link
Contributor

Description

Added a "Back to Homepage" navigation button to the login page positioned above the "Login to your account" heading. The button includes a professional arrow icon with smooth hover transitions and follows the existing design system.

Related Issue

Fixes #98

Motivation and Context

The login page lacked a convenient way for users to navigate back to the homepage without using browser controls. This enhancement improves user experience by providing intuitive navigation flow and better accessibility.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to an existing feature)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Test (adds or updates tests only)
  • Documentation (non-code change)

How Has This Been Tested?

  • Manually tested navigation from login page to homepage
  • Verified button styling in both light and dark modes
  • Confirmed hover states and transitions work correctly
  • Tested responsive behavior on different screen sizes

Screenshots (if applicable):

Screenshot 2025-10-08 at 10 48 29 PM Screenshot 2025-10-08 at 10 48 39 PM

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Copy link

netlify bot commented Oct 8, 2025

Deploy Preview for paisable ready!

Name Link
🔨 Latest commit 3171036
🔍 Latest deploy log https://app.netlify.com/projects/paisable/deploys/68e69df5865faf0007471470
😎 Deploy Preview https://deploy-preview-101--paisable.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94
Accessibility: 100
Best Practices: 100
SEO: 91
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@archa8
Copy link
Member

archa8 commented Oct 8, 2025

Hey @HVbajoria, thank you for opening the PR but the "Paisable" text/icon already does this so I'll close this issue. However, I'll assign the hacktoberfest-accepted label to this for your contribution.

@archa8 archa8 closed this Oct 8, 2025
@archa8
Copy link
Member

archa8 commented Oct 8, 2025

Hey @HVbajoria, thank you for opening the PR but the "Paisable" text/icon already does this so I'll close this. However, I'll assign the hacktoberfest-accepted label to this for your contribution.

@archa8 archa8 added the hacktoberfest-accepted The pull request is a valid, non-spam contribution for Hacktoberfest label Oct 8, 2025
@HVbajoria
Copy link
Contributor Author

HVbajoria commented Oct 8, 2025

Hey @HVbajoria, thank you for opening the PR but the "Paisable" text/icon already does this so I'll close this. However, I'll assign the hacktoberfest-accepted label to this for your contribution.

Hey @archa8 ,

But it is not intuitive that clicking on the icon would take them to the homepage. So, I think a small change like this can help improve the UX and hence should be merged.

Open for more ideas.

@archa8
Copy link
Member

archa8 commented Oct 8, 2025

@HVbajoria Standard websites do not follow this, so if you want to make it more intuitive, you can add a subtitle tooltip/alt text to the logo. The cursor pointer functionality is already there, so an additional thing you can do is to add some hover/glow effect to the logo. How does this sound?

@HVbajoria
Copy link
Contributor Author

Sounds good!

Creating a pr for this > @HVbajoria Standard websites do not follow this, so if you want to make it more intuitive, you can add a subtitle tooltip/alt text to the logo. The cursor pointer functionality is already there, so an additional thing you can do is to add some hover/glow effect to the logo. How does this sound?

@archa8
Copy link
Member

archa8 commented Oct 8, 2025

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted The pull request is a valid, non-spam contribution for Hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: Add missing "Back to Homepage" button on Login Page and Register Page

2 participants