-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support 'center' alignments in ToastManager #374
Labels
Comments
czyzby
added a commit
that referenced
this issue
Dec 9, 2022
czyzby
added a commit
that referenced
this issue
Dec 9, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
bploeckelman
added a commit
to bploeckelman/vis-ui
that referenced
this issue
Dec 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like
bottom
,top
,left
,right
and their combinations are the only supported Toast position alignment values. Other UI widgets are often stuffed into screen corners and end up fighting with Toast visibility so it would be helpful to also supportcenter
, though possibly just for thebottom
andtop
edges.At the very least, changing
ToastManager.updateToastsPositions()
toprotected
visibility would allow end-users to customize positioning behavior themselves just by extendingToastManager
and overriding the method rather than having to copy the whole thing into a customization class in order to change that behavior.The text was updated successfully, but these errors were encountered: