acasi-ctf / ctf

Capture the Flag Learning Platform
https://acasi-ctf.github.io/docs
Apache License 2.0
4 stars 2 forks source link

As a user, I want the dialog after inputting a flag to look good and blend into the page #193

Closed kubeliv closed 2 years ago

kubeliv commented 2 years ago

Currently, the flag submission dialog is a simple window.alert, which are generally not that great looking and don't blend in with the design of the page. We would like to use a Material UI dialog, or something similar to do this.

Acceptance criteria

Before

image

colbycocking commented 2 years ago

Closed with PR #207