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

Add vue dialog to replace alert and confirm #1261

Merged
merged 6 commits into from
Oct 19, 2022

Conversation

MarcelRobitaille
Copy link
Collaborator

Fixes #842

Add two modals to replace alert() and confirm() in our code.

Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
@github-actions
Copy link

github-actions bot commented Oct 18, 2022

Unit Test Results

     27 files       27 suites   6m 46s ⏱️
   476 tests    476 ✔️ 0 💤 0
4 284 runs  4 283 ✔️ 1 💤 0

Results for commit ec1dec9.

♻️ This comment has been updated with latest results.

MarcelRobitaille and others added 3 commits October 18, 2022 23:19
In my refactoring, I forgot a `!`

Fixes nextcloud#1262

Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
Copy link
Collaborator

@christianlupus christianlupus left a comment

Choose a reason for hiding this comment

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

Seems good to me in general. I cannot test each execution path manually, but I trust in your experience.

@christianlupus christianlupus merged commit b34a709 into nextcloud:master Oct 19, 2022
@MarcelRobitaille MarcelRobitaille deleted the 842-use-vue-dialogs branch October 19, 2022 21:02
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.

create and use Vue dialogs
2 participants