(Once we have the "standard," we can retroactively apply it to existing Minis).
General
smallSize(): boolean {
return this.$vuetify.display.smAndDown;
},
smAndUp(): boolean {
return this.$vuetify.display.smAndUp;
},
xSmallSize(): boolean {
return this.$vuetify.display.xs;
},
mobile(): boolean {
return this.smallSize && this.touchscreen;
},
Splash Screen
Buttons overlaid on WWT canvas
Information text
Credit Icons
CSS
(Once we have the "standard," we can retroactively apply it to existing Minis).
General
componentincommonfolder.AnnularEclipse2023.vue- this way of specifying booleans for screen size was handy, but we probably don't need this many screen size breakpoints:Splash Screen
Buttons overlaid on WWT canvas
Information text
Credit Icons
Use consistent size/spacing across different Minis. (We tried to make this a component, but there was some issue about the Minis not being able to access the images from a location specified by the(We have fixed this issue).commonfolder).CSS