-
Notifications
You must be signed in to change notification settings - Fork 1
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
Danielle/482 notifications needs a way to exit the modal #609
Merged
Danielle254
merged 20 commits into
develop
from
danielle/482-notifications-needs-a-way-to-exit-the-modal
Oct 16, 2024
Merged
Changes from 7 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a550d65
update background color from primary to muted for better contrast on …
Danielle254 3d2c998
add button component to alert
Danielle254 722d4a3
fix - change padding left to margin left because it was impacting the…
Danielle254 9008d93
fix - alert disappears on clicking the close button
Danielle254 186b408
fix - add accessibility for close button
Danielle254 cb4603a
fix - eslint error. remove autoFocus property
Danielle254 da2345e
Merge branch 'develop' of https://github.com/LetsGetTechnical/gridiro…
Danielle254 402bb33
Merge branch 'develop' of https://github.com/LetsGetTechnical/gridiro…
Danielle254 ed97bfe
fix: udpate Button component structure to match previously establishe…
Danielle254 0bb4542
fix: address TypeScript error and begin drafting tests for dismiss bu…
Danielle254 d5ce353
fix: update aria-label to be more descriptive
Danielle254 03aa273
fix: test that dismiss button renders for each type of alert
Danielle254 58a1853
fix: make test for button render its own separate test
Danielle254 1a86e1c
fix: remove unneeded imports
Danielle254 d254e7f
fix: nested all tests inside of for loop to run each test for all pos…
Danielle254 deb61d1
fix: sort imports alphabetically
Danielle254 7453829
Merge branch 'develop' of https://github.com/LetsGetTechnical/gridiro…
Danielle254 4b93b1c
fix: update hover styling for button as requested in PR 609
Danielle254 cb82b81
fix: undo change to Alert styling and accommodate needed change to pa…
Danielle254 5181c17
fix: change 'test' to 'it' in unit test
Danielle254 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
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.
How come these styles were updated? This ticket only pertains towards the close button.
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.
@shashilo this styling was causing the button to be rendered distorted. I could not find another workaround.
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.
@shashilo this is now fixed