-
Notifications
You must be signed in to change notification settings - Fork 894
fix: improve click UX and styling for Auth Token page #11863
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7e4d964
wip: commit progress for clipboard update
Parkreiner ece3f6d
wip: push more progress
Parkreiner bf6e73a
chore: finish initial version of useClipboard revamp
Parkreiner 697bdf0
refactor: update API query to use newer RQ patterns
Parkreiner 9b881c0
fix: update importers of useClipboard
Parkreiner ccdca08
fix: increase clickable area of CodeExample
Parkreiner a7c7cc7
fix: update styles for CliAuthPageView
Parkreiner 163db92
fix: resolve issue with ref re-routing
Parkreiner 38b80a8
docs: update comments for clarity
Parkreiner 92f94d7
wip: commit progress on clipboard tests
Parkreiner e0e5e6f
chore: add extra test case for referential stability
Parkreiner 0ca1558
wip: disable test stub to avoid breaking CI
Parkreiner 88b96df
wip: add test case for tab-switching
Parkreiner 15feb14
feat: finish changes
Parkreiner e3feffc
fix: improve styling for strong text
Parkreiner 3ec5196
fix: make sure period doesn't break onto separate line
Parkreiner cf2d179
fix: make center styling more friendly to screen readers
Parkreiner 98bd1af
refactor: clean up mocking implementation
Parkreiner 400e07c
fix: resolve security concern for clipboard text
Parkreiner 3307432
fix: update CodeExample to obscure text when appropriate
Parkreiner f10134f
fix: apply secret changes to relevant code examples
Parkreiner c4469f3
refactor: simplify code for obfuscating text
Parkreiner d8b6727
fix: partially revert clipboard changes
Parkreiner 6157049
fix: clean up page styling further
Parkreiner 89c74da
fix: remove duplicate property identifier
Parkreiner b95cfd6
refactor: rename variables for clarity
Parkreiner 4ab6326
fix: simplify/revert CopyButton component design
Parkreiner 778560f
fix: update how dummy input is hidden from page
Parkreiner cf53114
fix: remove unused onClick handler prop
Parkreiner 97fed6f
fix: resolve unused import
Parkreiner 83febe2
Merge branch 'main' into mes/clipboard-fix
Parkreiner fb0f4b7
fix: opt code examples out of secret behavior
Parkreiner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: resolve issue with ref re-routing
- Loading branch information
commit 163db9296b68df08a7e08fec87cf150cfa0bd16e
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's always good to share screenshots and demos when making UI changes or features. Some design improvements I see we can make:
