-
Notifications
You must be signed in to change notification settings - Fork 31
feat: add accessible flag and environment variable for screen reader friendly forms #455
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
base: main
Are you sure you want to change the base?
Changes from 3 commits
9c26894
7a747ba
f39d175
6dc0c1a
504bfcf
09c76d0
0417f40
907f5ec
2318e16
95a713e
4f13099
54996c9
da077ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -58,6 +58,7 @@ type Config struct { | |||||
| SlackTestTraceFlag bool | ||||||
| TeamFlag string | ||||||
| TokenFlag string | ||||||
| Accessible bool | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🌲 thought: As we're introducing this, should we include the environment variable similar?
🔗 https://github.com/charmbracelet/huh?tab=readme-ov-file#accessibility
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 ramble: We might find this adjacent file most useful! slack-cli/internal/config/dotenv.go Lines 23 to 24 in f39d175
|
||||||
| NoColor bool | ||||||
|
|
||||||
| // Feature experiments | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.