mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-11 22:29:38 +00:00
Update Sidebar component to include version information props for enhanced version management
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user