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

Change modal cancel variant #1751

Open
wants to merge 12 commits into
base: 2024.3.x
Choose a base branch
from
Open

Conversation

EmmyMay
Copy link
Contributor

@EmmyMay EmmyMay commented Apr 3, 2024

The following changes are implemented

TODO: Summary

Changes in the user interface:

TODO: Add screenshots, recordings or remove this section

Checklist when submitting a final (!draft) PR

  • Commits are tidied up, squashed if needed and follow guidelines in CONTRIBUTING.md
  • Code builds
  • All existing tests pass
  • All new critical code is covered by tests
  • PR is linked to the relevant issue(s)
  • Rebased with the target branch

@EmmyMay EmmyMay self-assigned this Apr 3, 2024
@EmmyMay EmmyMay requested a review from Fajfa April 3, 2024 17:49
@EmmyMay EmmyMay linked an issue Apr 4, 2024 that may be closed by this pull request
6 tasks
Copy link
Member

@Fajfa Fajfa left a comment

Choose a reason for hiding this comment

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

Three things:

  1. Search for cancel-variant="link" and resolve those since we should be using that anymore.
  2. Check all modals by searching for <b-modal or cancel-title or @cancel, and double check again please. There is a couple still that don't have the correct styles.

rounded
class="text-primary"
Copy link
Member

Choose a reason for hiding this comment

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

Previously it wasn't obvious since it was a link, but this button doesn't have the correct margin. You can add gap to the footer

@katrinDY
Copy link
Contributor

All looks good just this:

1

@Fajfa Fajfa force-pushed the 2024.3.x branch 2 times, most recently from d2fcfdf to bf68606 Compare April 29, 2024 13:33
@katrinDY
Copy link
Contributor

katrinDY commented May 7, 2024

LGTM

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.

Standardize all modal cancels to be same as permissions modal cancel
4 participants