TheRustyPickle/Chirp

Convert user prompt MessageDialog to AdwWindow

TheRustyPickle opened this issue · 0 comments

Due to the usage of MessageDialog, the UI is restricted to simple actions. MessageDialog doesn't allow further verification after the input is given when adding a new chat and editing the image link. Converting it to AdwWindow will allow verifying everything before any prompt is accepted.

The converted UI should

  • Have a similar UI to MessageDialog
  • Make use of destructive and suggestive action styles on the buttons
  • Hide the close buttons