Closed lukepistrol closed 2 years ago
Would like to contribute. How can i help?
As far as I know, @lukepistrol hasn't started on this yet. You are welcome to start working on this. If you have any questions, feel free to jump on our discord. The link is in CONTRIBUTING.md.
Done! Muhchas Graçias Austin @austincondiff ! 🥂
Yes help is very much appreciated! Open a Draft PR
as soon as possible.
Some progress on this side:
completely custom which gives us control over all parameters one can imagine
https://user-images.githubusercontent.com/9460130/159941748-43c1ce23-7a9a-45de-b364-5a5619a6b211.mov
I think a parent directory would be nice but we would need to update our data model for this. For now I'll implement the list group header.
In order to make the sidebar more adaptable and customizable we probably need to implement a completely custom one.
The target is to move away from using
NavigationLink
to display theCodeFileView
Steps that need to be taken:
Module
toCodeEditModules
CodeFileView
toWorkspaceView
and display ifworkspace.selectedId
is set.WorkspaceView
add a new SidebarView in aHStack
with theCodeFileView
.workspace.selectedId
. ( #137 )