File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,18 @@ export function ApplicationsSidebar() {
3838 } , [ openedEntry , focusedItem , items ] ) ;
3939
4040 // TODO: FAB in bottom right for actions
41- // TODO: onRenameItem f2 handling
42- // TODO: on drag item from one folder to another
43- // TODO: save file
4441 // TODO: add file
4542 // TODO: add folder
4643 // TODO: delete file
4744 // TODO: delete folder
4845 // TODO: redeploy package
49- // TODO: package is read-only
50- // TODO: stick packages under a different top level node
5146 // TODO: restart cluster
52- // TODO: on drop file or folder from outside the editor to upload stuff rapidly
47+ // TODO: onRenameItem f2 handling
48+ // TODO: on drag item from one folder to another
5349 // TODO: context menu right click
50+ // TODO: stick packages under a different top level node
51+ // TODO: icon showing package is read-only
52+ // TODO: on drop file or folder from outside the editor to upload stuff rapidly
5453 return (
5554 < div className = "h-full overflow-auto pr-1.5" >
5655 < ControlledTreeEnvironment
You can’t perform that action at this time.
0 commit comments