mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-13 05:39:41 +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,
|
onProjectDelete,
|
||||||
isLoading,
|
isLoading,
|
||||||
onRefresh,
|
onRefresh,
|
||||||
onShowSettings
|
onShowSettings,
|
||||||
|
updateAvailable,
|
||||||
|
latestVersion,
|
||||||
|
currentVersion,
|
||||||
|
onShowVersionModal
|
||||||
}) {
|
}) {
|
||||||
const [expandedProjects, setExpandedProjects] = useState(new Set());
|
const [expandedProjects, setExpandedProjects] = useState(new Set());
|
||||||
const [editingProject, setEditingProject] = useState(null);
|
const [editingProject, setEditingProject] = useState(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user