Skip to content

Fix volunteer selection auto-scroll on manager dashboard#49

Merged
NetworkInterface merged 2 commits into
mainfrom
fix/manager-dash-volunteer-autoscroll
Jun 21, 2026
Merged

Fix volunteer selection auto-scroll on manager dashboard#49
NetworkInterface merged 2 commits into
mainfrom
fix/manager-dash-volunteer-autoscroll

Conversation

@Gawdl3y

@Gawdl3y Gawdl3y commented Jun 18, 2026

Copy link
Copy Markdown
Member

Fixes the auto-scrolling behaviour when selecting a volunteer on the manager dashboard. As of a Vue update, it hasn't been auto-scrolling to the volunteer details panel due to a timing issue. Moving the logic into a timeout ensures execution happens only after the DOM has been modified and the browser has repainted. nextTick() would also likely work fine here, but that's inherently higher-priority than setTimeout() since it'd use a microtask instead of a macrotask, which is unnecessary for this purpose.

@Gawdl3y Gawdl3y self-assigned this Jun 18, 2026
@Gawdl3y Gawdl3y added the bug Something isn't working label Jun 18, 2026
@NetworkInterface NetworkInterface marked this pull request as draft June 21, 2026 07:14
@NetworkInterface NetworkInterface marked this pull request as ready for review June 21, 2026 07:25
@NetworkInterface NetworkInterface self-requested a review June 21, 2026 07:25
@NetworkInterface NetworkInterface merged commit a4b3ebc into main Jun 21, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants