Skip to content

fix: reveal off-screen auth values#1

Open
thangldw wants to merge 1 commit into
VoidenHQ:mainfrom
thangldw:fix/497-auth-value-scroll-hint
Open

fix: reveal off-screen auth values#1
thangldw wants to merge 1 commit into
VoidenHQ:mainfrom
thangldw:fix/497-auth-value-scroll-hint

Conversation

@thangldw

Copy link
Copy Markdown

Summary

  • make authentication field tables horizontally scrollable when their value column exceeds the available width
  • show a clear “Scroll for values →” cue only while content remains hidden to the right
  • keep read-only/inherited auth tables scrollable and expose the region with an accessible label and focus target
  • reuse the same behavior for OAuth 2.0 and the other auth types

Fixes VoidenHQ/voiden#497

Verification

  • npm run build
  • targeted TypeScript check for src/nodes/AuthNode.tsx
  • host integration bundle: yarn node scripts/build-plugins.mjs voiden-advanced-auth --dev
  • Prettier check and git diff --check
  • boundary checks for overflowing, fully visible, and end-of-scroll states

The host repository’s full TypeScript check currently reports pre-existing errors outside this plugin; no reported error points to this change.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] advanced Auth block does not clearly indicate the Value column

1 participant