Skip to content

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Sep 30, 2025

Often its quite useful to just spin up a very simple dialog without need of using the builder.

(had this floating around for some time, so added tests now and created this PR :) ).

@susnux susnux requested review from skjnldsv and ShGKme September 30, 2025 23:27
@susnux susnux added enhancement New feature or request 3. to review labels Sep 30, 2025
Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.93%. Comparing base (f963f8d) to head (86e8589).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1986      +/-   ##
==========================================
+ Coverage   43.33%   49.93%   +6.60%     
==========================================
  Files          22       22              
  Lines         773      803      +30     
  Branches       93      102       +9     
==========================================
+ Hits          335      401      +66     
+ Misses        437      401      -36     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@susnux susnux force-pushed the feat/quick-dialog branch from b9065f2 to 17da271 Compare October 6, 2025 15:15
@susnux susnux mentioned this pull request Oct 6, 2025
1 task
@susnux susnux force-pushed the feat/quick-dialog branch from 17da271 to 86e8589 Compare October 6, 2025 15:45
@susnux
Copy link
Contributor Author

susnux commented Oct 6, 2025

rebased

Copy link

@CarlSchwan CarlSchwan left a comment

Choose a reason for hiding this comment

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

Looks good to me but maybe wait for another review :)

Copy link
Contributor

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

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

Easy enough! Super clean!

@skjnldsv skjnldsv merged commit 1a24c7e into main Oct 7, 2025
14 checks passed
@skjnldsv skjnldsv deleted the feat/quick-dialog branch October 7, 2025 05:35
@ShGKme
Copy link
Contributor

ShGKme commented Oct 7, 2025

Confirm dialogs seem to me to be a part of UI Kit. Why add them here and not in @nextcloud/vue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add Basic Yes/No Prompt Support
4 participants