AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

Quick browsing in Input view #36

Closed ColinMaudry closed 2 years ago

ColinMaudry commented 11 years ago

Currently the Input view for a container lists all the items in this container, and all the properties that apply to the item and than can be modified.

This results in a very long list, that is not easy to navigate.

Since there is space on the side, a flat list of all the items could be listed on the side. Clicking on an item would scroll to center view to it.

Additionally, for better visibility, the items listed in the center view could be collapsed, until the users clicks on them or select them in this new side list.

http://getbootstrap.com/2.3.2/components.html The side bar could be used for this side list, with a smaller font and line height.