Skip to content
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: Consolidate 3 modals into BaseNotificationModal #2570

Merged
merged 9 commits into from
May 2, 2024

Conversation

hannahpurcell
Copy link
Collaborator

@hannahpurcell hannahpurcell commented May 1, 2024

The JSX of the Chelsea Bridge modals seemed structurally copy-pasted from the Inactive Notification Modal (the classnames still referred to the Inactive Notif Modal, which seemed misleading), so it seemed logical to consolidate into BaseNotificationModal before converting that modal to the Restart UI component.

Asana Ticket: https://app.asana.com/0/1205385723132845/1206770630583768

@hannahpurcell hannahpurcell requested a review from a team as a code owner May 1, 2024 12:54
Copy link

github-actions bot commented May 2, 2024

Coverage of commit 4a1188c

Summary coverage rate:
  lines......: 93.8% (3227 of 3442 lines)
  functions..: 73.4% (1337 of 1822 functions)
  branches...: no data found

Files changed coverage rate: n/a

Download coverage report

Copy link
Member

@firestack firestack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving again to try and get the asana task to run properly

@hannahpurcell hannahpurcell merged commit 087e832 into main May 2, 2024
39 checks passed
@hannahpurcell hannahpurcell deleted the hp/consolidate-notification-modals branch May 2, 2024 17:47
import { StateDispatchContext } from "../../contexts/stateDispatchContext"
import { OldCloseIcon } from "../../helpers/icon"

const BasicNotificationModal = ({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting a bit late here, but did you mean for this to be Basic or Base?

I only ask because the title of the PR says Base, and that's what I would normally have expected.

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.

3 participants