Maskbook
Maskbook copied to clipboard
[Demand] A new UX "Manual" mode.
Catalogue
- [x] UI/UX
- [x] Maskbook Core Feature
- [ ] Maskbook Plugin Feature
- [ ] Security/Cryptography Feature
- [ ] Other
- /* List it here */
Part 1: Introduction and Background
Today our application is based on finding and injecting DOM. That way is not stable and once it breaks, the user cannot use the application anymore.
Part 2: Problem to Solve
Provide a new UX design that makes it possible to use Maskbook after the current (deep integration) way breaks.
Part 3: Expected Behavior
The core rule:
Do Not assume any knowledge on the DOM structure.
Based on the principle, I can imagine some designs in the UX mode.
- Maskbook will not try to find a "natural" position to inject the entry of composition button. Instead, it displays a FAB in the right bottom corner (so it does not need to have DOM knowledge).
- Maskbook will not try to "auto paste" post payload for users. Instead, Maskbook will display an instruction to tell the user to "copy and paste" the content into the post dialog. This includes text and image payload.
- Maskbook will not try to find posts for the user. Instead, Maskbook allows user to drag-and-drop the payload text or image on to the Maskbook button, and then to decrypt it.
Notes
This is an Emergency braking feature to keep the lowest usability of Maskbook.
It's also useful when we need to support a brand-new social network. You don't need any hacks and DOM selectors; you just enable the manual mode.
Good new work on the way :)
I like this idea.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
dont close