Vacansee / app

Predicting campus occupancy and room availability @ RPI
https://vacansee.github.io/app
GNU General Public License v3.0
12 stars 0 forks source link

Issue10 #27

Closed BoundlessFate closed 1 year ago

BoundlessFate commented 1 year ago

Followup/updates to my initial pr on #10. Now the popups adjust nicer based on if you are on landscape/mobile, and the popup does not overlap the map or buttons at all. The map also rotates and scales nicely with the window size and aspect ratio.

Also the need for a window event handler and all the functions it depends on were not needed anymore for FloorItem.vue, as there is a global variable for aspect ratio, so a watch was added for changes to the global reactive variable instead.

Acumane commented 1 year ago

Great work, merged! Just a few more features before I ship this to main. I'll send em over Discord

Acumane commented 1 year ago

Merge to dev is borked, I'll look into it tomorrow