Skip to content

feat: toast notification module#9476

Merged
LocalIdentity merged 1 commit intoPathOfBuildingCommunity:devfrom
ALameLlama:feat/better-toast-notifications
Mar 9, 2026
Merged

feat: toast notification module#9476
LocalIdentity merged 1 commit intoPathOfBuildingCommunity:devfrom
ALameLlama:feat/better-toast-notifications

Conversation

@ALameLlama
Copy link
Contributor

Description of the problem being solved:

When I was adding the progress bar toast notification in #9461 I ran into some issues being able to target and mange the toast notification. there was also edge cases that made it weird to work on

the toast doesn't auto close if you have the dev mode or update ready toasts in front of them.

My PR creates a toast module that should make it easier to create toast messages and handle them in the code base as well as allowing them to stack on top of each other.

Steps taken to verify a working solution:

  • boot with dev mode
  • use power report to generate a toast message

I haven't tested the update toast messages since I'm not sure the best way to trigger these is but they should work the same as before

Before screenshot:

Screencast_20260220_000722.webm

After screenshot:

Screencast_20260219_000411.webm

@ALameLlama
Copy link
Contributor Author

ALameLlama commented Feb 19, 2026

This was born out of chats with @LocalIdentity when trying to get the #9461 in a better place

@LocalIdentity LocalIdentity added the user-interface Changes that only affect the UI label Mar 9, 2026
@LocalIdentity LocalIdentity merged commit fe2b5b0 into PathOfBuildingCommunity:dev Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

user-interface Changes that only affect the UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants