Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Issues
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
having slider issue don't use this website

Copilot AI Dec 24, 2025

Copy link

Choose a reason for hiding this comment

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

This message contains spelling and grammatical errors. It should be a properly capitalized sentence with correct punctuation.

Suggested change
having slider issue don't use this website
Having slider issues; don't use this website.

Copilot uses AI. Check for mistakes.

Copilot AI Dec 24, 2025

Copy link

Choose a reason for hiding this comment

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

The issue documentation lacks essential details. It should describe what the slider issue is, how to reproduce it, which browsers or environments are affected, and any workarounds or planned fixes. Simply stating there is an issue without context is not helpful for tracking or resolving the problem.

Suggested change
having slider issue don't use this website
Slider issue: On some browsers, the homepage image slider does not advance correctly when users click the "Next" or "Previous" controls.
Steps to reproduce:
1. Open the homepage.
2. Wait for the hero image slider to appear.
3. Click the "Next" arrow/button repeatedly.
Observed behavior:
- In certain cases, the slide freezes on the current image and no longer advances.
- The slider indicators (dots) may become out of sync with the displayed slide.
Expected behavior:
- Each click on "Next" or "Previous" should reliably move to the adjacent slide.
- The indicators should always match the currently displayed slide.
Affected environments (so far):
- Chrome (latest) on Windows 10 and Windows 11.
- Safari (latest) on iOS (iPhone and iPad).
- Firefox appears unaffected in initial testing.
Known workarounds:
- Users can refresh the page; the slider typically works again for a short time.
- Keyboard navigation (left/right arrows) continues to work even when the mouse click controls freeze.
Planned fix:
- Investigate slider initialization and event listeners to ensure clicks are debounced and state is not corrupted.
- Add automated tests for slider navigation across supported browsers.

Copilot uses AI. Check for mistakes.