-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/migrate modals #401
Merged
ehsan-github
merged 26 commits into
logicalclocks:dev
from
ehsan-github:feat/migrate-modals
May 23, 2023
Merged
Feat/migrate modals #401
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e5bc181
Upgrade vite v4.2.1 -> v4.3.6
ehsan-github 9d86f9a
Upgrade TypeScript v4 -> v5
ehsan-github ad4be23
Package upgrade
ehsan-github 9c87416
Add .vscode configs
ehsan-github ebe5f3f
Fix type
ehsan-github bc2d758
Migrate Popup, Drawer, TinyPopup stories
ehsan-github f6ae7c8
Migrate Popup and TinyPopup to Chakra Modals
ehsan-github 822ddbb
Migrate TinyPopup
ehsan-github 207bd63
Customize chakra Drawer
ehsan-github a8e0fb6
Add bg on footer button focus
ehsan-github 75f1819
Fix double focusable element for single entity
ehsan-github 002ed11
Fix dark mode Notification
ehsan-github 3ca67fd
Migrate Drawer to use Chakra Drawer
ehsan-github 4137487
Add focus style to buttons
ehsan-github 00b84d4
Remove unsuported comments on json
ehsan-github e21e521
Ok to run test on every push
ehsan-github f1aa3a2
Update Type
ehsan-github a386926
Reacher stories
ehsan-github 7f688c0
Fix default value on storybook for trapFocus
ehsan-github 8346e59
Fix Dropdown button height
ehsan-github 91614a8
fix default blockScroll
ehsan-github d665fdd
Improve accessibility
ehsan-github eebf9b3
Add box-shadow when focusing on link buttons
ehsan-github 5d44403
typo
ehsan-github 0d4bdf6
format css
ehsan-github 6432c11
chore
ehsan-github 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
There are no files selected for viewing
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"esbenp.prettier-vscode", | ||
"nicholashsiang.vscode-react-snippet", | ||
"eamodio.gitlens", | ||
"ms-vsliveshare.vsliveshare" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
} |
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ export const Button: FC<Props> = ({ | |
const component = ( | ||
<RebassButton | ||
variant={intent} | ||
as={href ? 'span' : 'button'} | ||
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. both a Button and a tag are focusable components so using the keyboard Tab would visit the same component twice, this is to remove button when we have a tag |
||
disabled={disabled || isLoading} | ||
sx={{ ...S.wrapper, ...sx }} | ||
type={type} | ||
|
This file contains 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 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,7 @@ export default { | |
':disabled': { | ||
cursor: 'default', | ||
}, | ||
':focus': { | ||
bg: 'primaryShade2', | ||
}, | ||
} as SxStyleProp; |
This file contains 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 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
Oops, something went wrong.
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.
typo here