In the new repo.sourcify.dev show file tree with the source sode editor
Currently in repo.sourcify.dev we show the source files each as a new tab on the left hand side like @openzeppelin... here:
https://repo.sourcify.dev/10/0x6018F5a151d43a8Da47829d329fa7D8C4dBa79db
We'd like to have them shown under a file tree like in Blockscout or Routescan
Blockscout
Routescan
We still want the file tree to be on the left hand side.
Related code in Blockscout is found here: https://github.com/blockscout/frontend/blob/main/ui/shared/monaco/CodeEditor.tsx
We can potentially copy paste most of this code and adjust for our data format.
TODOs:
- [ ] Show the file tree on the left-hand side
- [ ] Show icons for files
- [ ] Open new files in new tabs
Heyy @kuzdogan I would like to take up this issue. Please assign this issue to me
@KoushikAD1234 are you working on it?
Hey, I would like to work on this issue.
Assigning to @abhilov23
Hey any news on this? @abhilov23
Hey! I'm down to work on this issue. Do you like this layout?
@santteegt Looks good to me. Feel free to open a PR :)