india-ultimate / hub

UPAI's membership and payment management portal
https://hub.indiaultimate.org/
GNU Affero General Public License v3.0
6 stars 8 forks source link

Replace flowbite modals with native dialog #294

Open SibiAkkash opened 3 months ago

SibiAkkash commented 3 months ago

Currently, flowbite modals are used in the score submission buttons. Sometimes the library doesn't load properly, so the page has to be refreshed to submit scores. Replacing these with <dialog> should fix this issue.

Related #208