It's 2025, can we deprecate ui.notify if ui.notification does the job just as well?
#5224
evnchn
started this conversation in
Ideas / Feature Requests
Replies: 1 comment
-
|
My opinion from #4950 (comment) still stands:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Back in #4950 (comment), it was discussed that the fire-and-forget
ui.notifyis kept for (1) backwards compatibility and (2) may be more performant thanui.notification.But then, consider the following:
ui.notificationnow, isn't that element created, stuff sent in outbox, then immediately free-memory, making it as efficient asui.notifyin the server side? Sure, there may be more Vue mount-demount, but it's fine?Question for the deprecation in the title is, did I miss any genuine use for
ui.notify?NOTE:
ui.notificationcallsQuasar.Notifyjust likeui.notifynicegui/nicegui/elements/notification.js
Line 5 in 07d07c3
Beta Was this translation helpful? Give feedback.
All reactions