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

Vps 45/daisy UI modals #249

Merged
merged 6 commits into from
Oct 4, 2024
Merged

Vps 45/daisy UI modals #249

merged 6 commits into from
Oct 4, 2024

Conversation

sbeen56
Copy link
Contributor

@sbeen56 sbeen56 commented Oct 1, 2024

Describe the issue

Modals were using MaterialUI. Need consistent design.

Describe the solution

Refactored modals to use DaisyUI components.

  • create scenario modal
    image

  • delete scenario modal
    image

  • help modal
    image

  • share modal
    image

  • reset modal
    image

  • back modal
    image

  • image modal
    image

Risk

Buttons are still using MaterialUI.

Definition of Done

  • Code peer-reviewed
  • Wiki Documentation is written and up to date
  • Unit tests written and passing
  • Integration tests written and passing
  • Continuous Integration build passing
  • Acceptance criteria met
  • Deployed to production environment

Reviewed By

Who reviewed your PR - for commit history once merged

@sbeen56 sbeen56 requested a review from wjin-lee October 1, 2024 08:31
Copy link
Member

@wjin-lee wjin-lee left a comment

Choose a reason for hiding this comment

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

Nice job overall—few things to change :)

<DeleteButton onClick={handleDelete}>Delete</DeleteButton>
</DialogActions>
</Dialog>
<dialog id="my_modal_5" className="modal modal-bottom sm:modal-middle">
Copy link
Member

Choose a reason for hiding this comment

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

Could we give it a more descriptive ID?

Copy link
Member

Choose a reason for hiding this comment

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

This file should not be included—we are using yarn, not npm!

Copy link
Member

@wjin-lee wjin-lee left a comment

Choose a reason for hiding this comment

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

let's get this merged!

@sbeen56 sbeen56 merged commit cfdddbf into master Oct 4, 2024
5 checks passed
@sbeen56 sbeen56 deleted the VPS-45/daisy-ui-modals branch October 4, 2024 04:51
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.

2 participants