UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Turn the exit confirmation dialog into our implementation of window.confirm #452

Closed bcho892 closed 2 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

Right now we have a lot of occurrences where we use if(confirm()). This is good but doesn't allow a custom design. We should make it so that we can just use a drop-in replacement

BEFORE MERGING