-
Notifications
You must be signed in to change notification settings - Fork 9
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
Design - bookmarksPopover #122
Comments
bookmarksPopover_v0.0.1
pop-over for bookmarksContainer_v0.0.1
WorklogTasks
|
feedback This one for bookmarks should look like a file explorer with the current bookmark highlighted. |
WorklogTasks
|
feedback Regarding the bookmark and how i imagine it, i recorded a short screencast But I assume what you are referring to is the issue that one single "bookmark" or in general any file or folder that is "symlinked" under more than one folder, but also all the entries inside a "tile json" file themselves, they can have "multiple parents" In that case - there is already a solution that i have been working on with david for quite some time now, but in the context of something we call a In essence it looks and works like the following: ---------------------------------------
FILE EXPLORER:
---------------------------------------
๐ฐโฌ๐root
โ๐โฌ๐๏ธ๐งuser
โ๐โฌ๐๏ธ๐ชฆtomb
โ โ๐โ๐๏ธrepo3
โ โ๐โฌ๐org3
โ โ๐โ๐๏ธrepo1
โ
โ๐โ๐๏ธ๐๏ธrepo1
โ๐โ๐๏ธ๐๏ธuser
โ
โ โโ๐โ๐orgX
โ โ๐๐งuser
โ๐โผ๐๏ธ๐org1
โ โ๐โ๐๏ธ๐ชฆtomb
โ โ๐โ๐๏ธ๐๏ธorg1
โ โ๐โ๐๏ธ๐๏ธrepo1
โ
โ๐โฌ๐๏ธโ๐๏ธ๐org2
โ๐โ๐๏ธ๐ชฆtomb
โ๐โ๐๏ธ๐๏ธrepo1
โ๐โ๐๏ธ๐๏ธrepo2
โ๐โ๐๏ธ๐๏ธorg2
โ๐โฌ๐๏ธ๐org2a
โ โ๐โ๐๏ธ๐ชฆtomb
โ โ๐โ๐๏ธ๐๏ธrepo1
โ โ๐โ๐๏ธ๐๏ธrepo2
โ๐โฌ๐๏ธ๐org2b
โ๐โ๐๏ธ๐ชฆtomb
โ โโ๐โ๐๏ธ๐๏ธorgA
โ โโ๐โ๐๏ธ๐๏ธorgB
โ โโ๐โ๐๏ธ๐๏ธorgC
โ โโ๐โ๐๏ธ๐๏ธorgD
โ๐โผ๐๏ธ๐๏ธrepo1
โ๐โผ๐ties
โ๐โผ๐ring
โ โโ๐โ๐๏ธ๐๏ธrepoZ/๐package.json
โ โ๐โ๐๏ธ๐๏ธrepo2#12/๐package.json
โ๐โผ๐๐package.json
โ โ๐โ๐๏ธ๐๏ธrepo1
โ โโ๐โ๐๏ธ๐๏ธrepoY
โ๐โ๐๏ธ๐README.md
โ๐โ๐๏ธ๐index.htm
โ๐โ๐src
---------------------------------------
BOOKMARKS:
---------------------------------------
๐งฒ๐โฌ๐๏ธorg2b
โ โโ๐โ๐๏ธ๐๏ธorgA
โ โโ๐โ๐๏ธ๐๏ธorgB
โ โโ๐โ๐๏ธ๐๏ธorgC
โ โโ๐โ๐๏ธ๐๏ธorgD
โ๐โผ๐๏ธ๐๏ธrepo1
โ๐โผ๐ties
โ๐โผ๐ring
โ โโ๐โ๐๏ธ๐๏ธrepoZ/๐package.json
โ โ๐โ๐๏ธ๐๏ธrepo2/๐package.json
โ๐โผ๐๐package.json
โ โ๐โ๐๏ธ๐๏ธrepo1
โ โโ๐โ๐๏ธ๐๏ธrepoY
โ๐โ๐๏ธ๐README.md
โ๐โ๐๏ธ๐index.html
โ๐โ๐src
---------------------------------------
โโ๐โ๐๏ธ๐orgX
โ๐๐งuser
๐งฒ๐โผ๐๏ธ๐org1
โ๐โ๐๏ธ๐๏ธrepo1
---------------------------------------
โ๐ฐโฌ๐root
โ โ๐๐งuser
๐งฒ๐โผ๐๐งuser
โ๐โ๐๏ธ๐๏ธrepo1
โ๐โ๐๏ธ๐๏ธuser
โ โโ๐โ๐๏ธorgX
โ โ๐๐งuser
โ๐โผ๐org1๐
โ โ๐โ๐๏ธrepo1
โ๐โฌ๐๏ธโ๐๏ธorg2
--------------------------------------- This is not the latest or fully featured or perfect example. Now regardless of how this could be nicer themed or improved by using a better set of icons or changing the formatting slightly, the main feature is, that each entry can potentially be expanded in 2 directions. Depeding on where you started (e.g. a bookmark (= ๐งฒ) or the normal file exporer, there is always one main line of expansion. The difference can be seen in the following example coped from above: A
vs. B
B is the main file explorer, so This means, you can technically expand in endless loops. But the
is already expanded and visible in the current structure, so the user knows they are now starting to expand in a loop if they continue - which they might anyway for temporary convenience reasons or whatever... it is up to them. solutionSo it is easy to choose an emoji for |
@todo
#115
@input
๐ฆpopOvers_v0.0.1 (Deprecated)
from Design TWM - popOversDeprecated
ย #113@output
๐ฆbookmarksPopover_v0.0.1
fromcomment
@input
๐ฆbookmarksPopover_v0.0.1
@input
๐ฆpopoverContainer_v0.0.1
from Design - popoverContainerย #125@output
๐ฆbookmarksPopover_v0.0.2
fromcomment
@input
๐ฆbookmarksPopover_v0.0.2
@output
โbookmarksPopover_v0.0.3
@info
This pop-over is designed for to be placed in component
Design TWM - bookmarksContainer_v0.0.1
The text was updated successfully, but these errors were encountered: