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
Let's start simple, return the first 30 results, sorted by path, by doing a basic database lookup in the Resources path of the project. (We can add regex support in a future enhancement.)
This requires a new view that returns the list of results and fetch it using HTMX.
Click on a result should behave the same as a click on one of the tree nodes.
Navigation
1. Display the current path above the right pane table. PR: add path breadcrumbs and copy-to-clipboard button in resource_table_view #1851
2. Track the current browsing path in the browser URL. PR: Track the current browsing path in the browser URL #1853
3. Add a ".." (go to parent directory) entry as the first row in the right-side table Add .. navigation option in table to navigate to parent resource #1869
4. Load ResourceDetailsView in the right pane when clicking a file Load the resource details in the tree browser view #1919
5. Add a "Go to file" type search, similar to this GitHub view: https://github.com/aboutcode-org/scancode.io/tree/main/scancodeio add basic search to resource tree #1915
Notes: Let's do 1 PR per item.