freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.68k stars 172 forks source link

GUI v2: Alert popup #888

Open apyrgio opened 2 months ago

apyrgio commented 2 months ago

Main issue: #885

Make our alert popups more sleek, by doing the following:

This design will probably clash in subtle ways with our existing warning messages. We'll comment on what issues arise, and how we can circumvent them.

Design material

Single action

image

Two actions

image

apyrgio commented 2 months ago

Docker message

The Docker message in the design material misses the option we give to the user to redo the check. We can either add it, or check for the existence of Docker/Podman every 1s, and then automatically proceed. In any case, we also need to add the following:

DeltaEpsilon19498 commented 2 months ago

Will a warning message specify that docker is needed for windows or mac but not linux (or windows subsystem for linux)?

apyrgio commented 2 months ago

Definitely, I'll make sure to create an issue for the 0.8.0 release and tackle it there, as it's long overdue. This fix will be orthogonal to the designs we suggest here. Thanks for the reminder!