Warning and message box #3237
Unanswered
Bouh
asked this question in
Technical questions about the codebase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder if there is a reason for using the message box from Electron?
On the web app, the message box from the system denotes with the web app and pop out the user from the application, and for desktop too.
We could have a custom message box that can fit the material UI, and which can be customized to use yes/no, apply/cancel, etc...
Before:
My suggestion:
A custom implementation has been done to the context menu on the web app, which is neat 👍
I also wonder why we have both different implementations for this context menu, the web app uses a customized while the desktop app uses the native implementation through Electron.
I think we can keep only the customized implementation and pimp it a bit more with icons: (some choices in the suggestion are missing, it's just for sharing an idea with icons)
All these suggestions aim to harmonize the UI of the software and keep total control on the app to not be dependant on these native implementations that are just ugly and doesn't fit in some situation like here.
Beta Was this translation helpful? Give feedback.
All reactions