Miss-placed / DECLASSIFIED

Call of Duty Zombies DECLASSIFIED Interactive Maps for Intel and Main Quests
MIT License
13 stars 5 forks source link

Add Toast Notifications #23

Closed sol3uk closed 3 years ago

sol3uk commented 3 years ago

Look for a good toast notification library and implement it for the most basic of notifications, i.e. "Link has been copied to your clipboard"

Possible candidates:

iligalodin commented 3 years ago

I am not too fond of either of them, what are the general messages we need to handle?

sol3uk commented 3 years ago

Yeah some are better than others, keep in mind they can be customized, or we could just make our own pop-up.

The only messages we need to handle are just any errors and a message for the "share link being copied to the clipboard" for now.

iligalodin commented 3 years ago

For the copied i was thinking the google chrome approach a small fading popup with the message "copied" ill get a reference up soon.

I will be making my own popup in the style of cold war pretty soon! (expect one later today)

Odinnh commented 3 years ago

image i was thinking this for the copy prompt

and this for any error message

image