ronreiter / covid-19-vaccine-tracker

https://ronreiter.github.io/covid-19-vaccine-tracker/
15 stars 7 forks source link

Add vaccinetype tooltip #2

Open daniel-suissa opened 4 years ago

daniel-suissa commented 4 years ago

Just an experiment, we can use a message box as well. It looks kind of ugly with large text but I suggest we split the description to summary and rest, then present just the summary.

Screen Shot 2020-05-05 at 9 45 29 PM Screen Shot 2020-05-05 at 9 45 34 PM

ronreiter commented 4 years ago

@daniel-suissa let's use a dialog. much cleaner... https://buefy.org/documentation/dialog/

this.$buefy.dialog.alert('Everything looks fine!')

can you please change?