-
Notifications
You must be signed in to change notification settings - Fork 49
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
WIP: File select and opening #23
Conversation
It now shows all tags added to files in the selection and how many times they are used Thought: When selecting multiple files, what should be the preview image? A carousel instead?
Right now I'm restructuring the layout width css grid, so that on resize fixed elements aren't moved anywhere. |
* .sidebar -> nav * .main -> main * .inspector -> aside & .inspectorSection -> aside > section * Sidebar renamed to Outliner
…aan/VisualLibrary into file-select-and-opening
Instead of using `position: fixed`, the sections are put into a grid layout. `overflow` is disabled except in the desired areas. Media queries are used to hide the inspector and outliner when the dimension are resized to a small size.
@RvanderLaan If I understand it correctly, tag removal and file information are missing or are there more features needed? |
Yep, those shouldn't be very difficult to implement. And the selection of images can be improved, those circle check boxes don't serve any function anymore. |
Ok, I will look into reading image information and removing those circles. |
Right now there is a bug that when you click on a tag that does not contain the selected file, the app throws errors and becomes empty. The problem is that the files are removed in the file list which means the Additionally, the image metadata part is still missing. |
But the search functionality is now broken for some reason
Nice changes! |
I removed this newline on chained calls lints. As long each After we merged #31 we should merge this one. Anything else now depends on the design decision team. |
Grids are hard. Might need some refactoring.
…een when an error occurs
…rent tag selection
Added functionality for selecting one or multiple files. Information about one or more selected files is shown in an Inspector component.
There is still some work to do for improving usability, the layout and the information that is shown