CodeEditApp / CodeEdit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.15k stars 1.02k forks source link

✨ Custom implementation of Sidebar #123

Closed lukepistrol closed 2 years ago

lukepistrol commented 2 years ago

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 the CodeFileView

Steps that need to be taken:

chukwuemekasmba commented 2 years ago

Would like to contribute. How can i help?

austincondiff commented 2 years ago

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.

chukwuemekasmba commented 2 years ago

Done! Muhchas Graçias Austin @austincondiff ! 🥂

lukepistrol commented 2 years ago

Yes help is very much appreciated! Open a Draft PR as soon as possible.

lukepistrol commented 2 years ago

Some progress on this side:

completely custom which gives us control over all parameters one can imagine

Screen Shot 2022-03-24 at 15 43 51

https://user-images.githubusercontent.com/9460130/159941748-43c1ce23-7a9a-45de-b364-5a5619a6b211.mov

austincondiff commented 2 years ago
lukepistrol commented 2 years ago

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.