Skip to content

fix(website): hide DevEx Sessions selector while WG sessions are paused - #288

Open
danbaruka wants to merge 1 commit into
IntersectMBO:mainfrom
danbaruka:chore/hide-devex-session-selector
Open

fix(website): hide DevEx Sessions selector while WG sessions are paused#288
danbaruka wants to merge 1 commit into
IntersectMBO:mainfrom
danbaruka:chore/hide-devex-session-selector

Conversation

@danbaruka

@danbaruka danbaruka commented Sep 11, 2026

Copy link
Copy Markdown
Member

Summary

  • Hide the floating DevEx Sessions / "Select a DevEx Session" button while the WG session series is paused
  • Gate rendering with DEVEX_SESSIONS_ENABLED (set true when sessions resume)
  • Reset Jump-to-Top position so it is not offset for a hidden button

Fixes #287

Test plan

  • Open the site: floating DevEx Sessions control should not appear
  • Jump-to-Top still works on mobile and desktop
  • cd website && npm run build succeeds
  • To re-enable later: set DEVEX_SESSIONS_ENABLED = true in MeetupReminderButton/constants.ts

Gate the floating "Select a DevEx Session" control behind
DEVEX_SESSIONS_ENABLED so visitors are not prompted to join meetings
that are not running. Reset Jump-to-Top offsets for the hidden button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide floating DevEx Sessions selector while WG sessions are paused

1 participant