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

[next] feat: Add spawnDialog function #6207

Merged
merged 2 commits into from
Nov 14, 2024
Merged

[next] feat: Add spawnDialog function #6207

merged 2 commits into from
Nov 14, 2024

Commits on Nov 11, 2024

  1. feat: Add spawnDialog function

    This allows to spawn a Vue dialog without the need of mounting the
    component.
    So it is possible to spawn a dialog directly from any JS code outside of
    components (e.g. callback functions).
    
    This method was originally taken from `@nextcloud/dialogs`,
    but I think it should belong to this Vue components library.
    
    Co-authored-by: Ferdinand Thiessen <[email protected]>
    Co-authored-by: Grigorii K. Shartsev <[email protected]>
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux and ShGKme committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e0c7f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fixup: revert removing composable

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5fda5b3 View commit details
    Browse the repository at this point in the history