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

[Feature Request] I think we need a util to make the creation of dialog/snackbar/progress more convenient. #6164

Closed
TheColdVoid opened this issue Jan 16, 2019 · 1 comment
Labels
duplicate The issue has already been reported

Comments

@TheColdVoid
Copy link

Problem to solve

When I use vuetify to develop an application, I often need to create a dialog and a snackbar to interact with the user, or to notify the user of the prompt message. If I need to create a label in the html for each message, it is too much trouble, adding a lot of duplicates.

Proposed solution

I think you need to add a tool to call the function of creating a dialog (for example, by making a function, using Promise to call), to create a simple dialog more conveniently, to present a short message to the user, just like Element- UI and Muse-UI implementation(

this.$toast.message('test message')
.then(function(){
console.log('done');
});
this.$alert('alert');
this.$loading();

)

@jacekkarczmarczyk
Copy link
Member

Duplicate of #2384, #3037

@jacekkarczmarczyk jacekkarczmarczyk added the duplicate The issue has already been reported label Jan 16, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants