Commit Graph

3 Commits

Author SHA1 Message Date
vaibhav
0eadc7b502 Refactor sidebar component to use struct
This commit refactors the sidebar component to use a struct for better
organization and maintainability. The `data` and `sindex` fields are now
exported as `Data` and `Sindex` respectively, allowing for easier access
and modification. Additionally, the styling for the selected sidebar
item has been updated for improved visual clarity.
2026-01-18 04:02:17 +05:30
vaibhav
1f413157ef Add basic navigation to sidebar 2026-01-16 04:16:37 +05:30
vaibhav
b92b173815 Add sidebar component
Introduce a new `Sidebar` component to encapsulate sidebar logic and
rendering. This component utilizes Bubble Tea and Lipgloss for UI
elements. The main application now integrates this component for
displaying sidebar content.
2026-01-16 02:05:12 +05:30