Yukkuricraft / YakumoDash

Webtool for managing all Yukkuricraft software infrastructure
0 stars 0 forks source link

Dialogs modals don't close on router nav changes #21

Open remiscarlet opened 1 year ago

remiscarlet commented 1 year ago
  1. Have any Dialog modal open (Eg, ServerConsole, TextEditor, Confirmation)
  2. Expire the auth token
  3. Do anything that'll force a re-navigation to /login

While nav is successful, we don't handle closing the dialog window itself. Actions will fail due to auth, but the user has to manually close out the dialog atm.