JiayiSoftware / JiayiLauncher

Minecraft for Windows mod manager
https://jiayisoftware.github.io/launcher
GNU General Public License v3.0
57 stars 15 forks source link

The Toasts Room #1

Closed notcarlton closed 1 year ago

notcarlton commented 1 year ago

general discussion for how to implement toasts. even if you're not a developer, you can throw in your two cents on how they should look and behave

DeathlyBower959 commented 1 year ago

I would think you would want it to be in app, not as a separate window, and probably just in the top right of the app? Eased animation etc.

Also try to make each one dynamic, and "updatable". What this means is its not a component which ONLY accepts text, but also other components as children. This is because you can make it custom, such as text toasts, progress toasts, etc. You can also make separate components for it instead, which might make it simpler, I'm just not sure if there is going to be code duplication bcs idk how blazor works.

Atomic Ideas:

notcarlton commented 1 year ago

noted

notcarlton commented 1 year ago

gonna have to start implementing this after release because I don't have enough time