You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all existing configuration files are displayed in the configuration UI's file tree. In case many files and directory exists, this tree can become quite messy. It would be great to have an option to hide certain files.
In this ticket, the configuration UI should be extended, so that specific files can be hidden from the file tree. Here, it should be implemented in such a way that files whose names begin with a dot are hidden. This should be able to be switched on and off dynamically (e.g. using the context menu). Hidden files should also be hilighted in some way when they are displayed.
The text was updated successfully, but these errors were encountered:
…1493)
* feat: Extend the configuration UI to be able to hide files
* Refactor method and field names; move the functionality to show/hide hidden files to the FileToolbar.js
* Minor refactor of toggleShowHiddenFiles
* Fix comment
* Highlight hidden files when shown (change color)
* Fix linting errors
* refactor toggle show hidden files; move functionality to fetchFiles
* change default state of showHiddenFiles
Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
…1493)
* feat: Extend the configuration UI to be able to hide files
* Refactor method and field names; move the functionality to show/hide hidden files to the FileToolbar.js
* Minor refactor of toggleShowHiddenFiles
* Fix comment
* Highlight hidden files when shown (change color)
* Fix linting errors
* refactor toggle show hidden files; move functionality to fetchFiles
* change default state of showHiddenFiles
Co-authored-by: Heiko Holz <heiko.holz@novatec-gmbh.de>
Currently, all existing configuration files are displayed in the configuration UI's file tree. In case many files and directory exists, this tree can become quite messy. It would be great to have an option to hide certain files.
In this ticket, the configuration UI should be extended, so that specific files can be hidden from the file tree. Here, it should be implemented in such a way that files whose names begin with a dot are hidden. This should be able to be switched on and off dynamically (e.g. using the context menu). Hidden files should also be hilighted in some way when they are displayed.
The text was updated successfully, but these errors were encountered: