iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

mention in docs that we cannot send notifications to users, until status bar is enabled. #471

Closed YashodipD closed 1 year ago

YashodipD commented 1 year ago

Lack of information in docs, it would be helpful if you could mention that enable status bar to send user notifications.


⚠ Do not edit this section. It is required for imodeljs.github.io ➟ GitHub issue linking

ben-polinsky commented 1 year ago

@YashodipD Could you elaborate on what you're looking for? @raplemie

YashodipD commented 1 year ago

I would like to see some note somewhere in notifications page which says without enabling status bar, we cannot show user notifications. this note might be trivial, but it will save some time of beginner developers.

raplemie commented 11 months ago

Hi @YashodipD, I did not change the documentation but rather the unexpected behavior that the StatusBar was required to display the notification messages. This has been updated in 4.7.0 which was relased last Friday, let me know if this address your issue!

YashodipD commented 10 months ago

Now I clearly understand that there is no dependency between status bar and notifications. If that is correct, I have fine with changes. thank you!