Open anna-is-cute opened 1 year ago
This seems similar to the notifications that DeathRecap had to implement, would it make sense to also allow the dev to specify size and position?
would it make sense to also allow the dev to specify size and position?
Barring a compelling reason otherwise, I'd say no. This seems an enhancement to the already-existing notification system and should inherit that system's behavior (that is, put it in the stack to the bottom right alongside any other plugin-generated notifications).
Might be worth giving end users more control over their notification stack, but that's out of scope for this feature request.
If anything, that should be a setting in Dalamud.
I always felt that the notifications were nice looking, but too small and too subtle, that might be a consequence of using a 1440p display.
Another thought that just came to mind is the ability to specify a sound effect, since this proposal is for notifications that a user would need to react to, having some kind of audible alert might be helpful not only for grabbing attention but improving accessibility.
goat: "I don't have time for it, so if you want it, the first step would be an issue describing the API you'd like"
I'd like to be able to show notifications to users (a la
UiBuilder.AddNotification
) that also have associated action buttons.Something like
or maybe full builder
Basically just wanna have a button that fires an
Action
on click inside of the notification popup.