Skip to content

Issue fixed related to back top top button #15328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Hamza110376
Copy link

@Hamza110376 Hamza110376 commented Apr 22, 2025

[Fixes #15231 ]

Add scrollToTop utility and implementation

Description

  • Implemented reusable scrollToTop utility function in /libs
  • Added smooth scroll behavior to back-to-top button
  • Supports both window scrolling and target element approaches
  • Includes TypeScript types and proper error handling

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have performed a self-review of my own code
  • I have commented the utility function
  • My changes generate no new warnings
  • Existing unit tests pass

@github-actions github-actions bot added dependencies 📦 Changes related to project dependencies tooling 🔧 Changes related to tooling of the project labels Apr 22, 2025
Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit a31475a
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/6807bfd679d3510008d98b6f
😎 Deploy Preview https://deploy-preview-15328--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 43 (🔴 down 6 from production)
Accessibility: 95 (🟢 up 1 from production)
Best Practices: 89 (🔴 down 9 from production)
SEO: 98 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📦 Changes related to project dependencies tooling 🔧 Changes related to tooling of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: back to top button in docs
1 participant