Update Sidebar component to include version information props for enhanced version management

This commit is contained in:
simos
2025-07-08 12:46:10 +00:00
parent 4e0e0e6e92
commit 1906f3b53f

View File

@@ -44,7 +44,11 @@ function Sidebar({
onProjectDelete,
isLoading,
onRefresh,
onShowSettings
onShowSettings,
updateAvailable,
latestVersion,
currentVersion,
onShowVersionModal
}) {
const [expandedProjects, setExpandedProjects] = useState(new Set());
const [editingProject, setEditingProject] = useState(null);