Skip to content
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

Neo.dialog.Toast #1087

Open
tobiu opened this issue Aug 17, 2020 · 1 comment
Open

Neo.dialog.Toast #1087

tobiu opened this issue Aug 17, 2020 · 1 comment

Comments

@tobiu
Copy link
Collaborator

@tobiu tobiu commented Aug 17, 2020

Could be a good first issue, since a lot of toast message implementations are already out there and creating the animations should be fun.

We could extend the Dialog Class.

We probably want to use a manager class as well.

Toast Messages need a timeout config, closable (timeout:0), position (tr, tc, br,...), a slide in direction (e.g. in case they appear at the top right edge of the screen, it should be possible to slide them in from the top or right side).

Once the timeout ends => fadeOut.

As the name suggests, toast messages can stack.

@tobiu
Copy link
Collaborator Author

@tobiu tobiu commented Aug 18, 2020

another option to keep it more lightweight is extending component.Base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.