-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser: UI/UX Refactor #44
Comments
As the Session turned out to be more complex, another The idea behind the |
can i help with the ux? |
@2075 Sure! Currently most of the UX parts and workflows are actually kind of unplanned and a bit disorganized when it comes to the Internal Pages; and the Sidebars are still completely missing. What parts would you like to work on? |
proper ux makes only sense end to end. therefore a good starting point could be a simple tree with views and taking it from there. outcomes would be wireframes and maybe something like a styling for the application(s). |
any updates on that? |
For me it's currently unclear what needs to be done for you to be able to work on this? The current state of the project reflects the basic UX/UI ideas and tries to go from there in order to reach an MVP as soon as possible. But regarding UX, there are no plans, and no wireframes. So in order to know what you need, I would require something like a list of requirements. |
The Browser UI Refactor that started with 40e9efc has the ultimate goal to have Widgets that can be instanciated on a per-data structure basis. Each Widget represents the complete data structure via their
this.model={}
property, whereas values and writable states are tracked in theupdate
event of the Widget's element.The goal behind this is to have no shitty shared-across-iframe-helpers that polluted the global scope and made interaction between the iframe and the window's parent a nightmare.
Implement
browser/design/card/Host
Implement
browser/design/card/Mode
Implement
browser/design/card/Beacon
Implement
browser/design/card/Peer
Implement
browser/design/card/Redirect
Implement
browser/design/card/Session
Implement
browser/design/card/Tab
Implement
browser/design/card/Settings
Reimplement
stealth:welcome
PageReimplement
stealth:fix-host
PageReimplement
stealth:fix-mode
PageReimplement
stealth:settings
PageThe text was updated successfully, but these errors were encountered: