feat: show .env syntax highlighting and markdown viewer

This commit is contained in:
simosmik
2026-02-16 13:48:11 +00:00
parent afe1be7fca
commit 412102c531
11 changed files with 664 additions and 53 deletions

View File

@@ -90,7 +90,7 @@ export function useSidebarController({
}, [projects]);
useEffect(() => {
if (selectedSession && selectedProject) {
if (selectedProject) {
setExpandedProjects((prev) => {
if (prev.has(selectedProject.name)) {
return prev;