Skip to content

Commit 37f86a0

Browse files
committed
chore: Update todo ordering
1 parent fe66016 commit 37f86a0

File tree

1 file changed

+5
-6
lines changed
  • src/features/instance/applications/components/ApplicationsSidebar

1 file changed

+5
-6
lines changed

src/features/instance/applications/components/ApplicationsSidebar/index.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)