Skip to content

Commit bb12b54

Browse files
committed
Reorder toolbar commands
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent ff75d1a commit bb12b54

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -922,62 +922,62 @@
922922
"notebook/toolbar": [
923923
{
924924
"command": "deepnote.environments.selectForNotebook",
925-
"group": "navigation@1",
925+
"group": "navigation@0",
926926
"when": "notebookType == 'deepnote' && isWorkspaceTrusted"
927927
},
928928
{
929929
"command": "deepnote.manageIntegrations",
930-
"group": "navigation@0",
930+
"group": "navigation@1",
931931
"when": "notebookType == 'deepnote'"
932932
},
933933
{
934934
"command": "deepnote.addSqlBlock",
935-
"group": "navigation@1",
935+
"group": "navigation@2",
936936
"when": "notebookType == 'deepnote'"
937937
},
938938
{
939939
"command": "deepnote.addChartBlock",
940-
"group": "navigation@2",
940+
"group": "navigation@3",
941941
"when": "notebookType == 'deepnote'"
942942
},
943943
{
944944
"command": "deepnote.addBigNumberChartBlock",
945-
"group": "navigation@3",
945+
"group": "navigation@4",
946946
"when": "notebookType == 'deepnote'"
947947
},
948948
{
949949
"command": "deepnote.addInputTextBlock",
950-
"group": "navigation@4",
950+
"group": "navigation@5",
951951
"when": "notebookType == 'deepnote'"
952952
},
953953
{
954954
"command": "deepnote.addInputTextareaBlock",
955-
"group": "navigation@5",
955+
"group": "navigation@6",
956956
"when": "notebookType == 'deepnote'"
957957
},
958958
{
959959
"command": "deepnote.addInputSelectBlock",
960-
"group": "navigation@6",
960+
"group": "navigation@7",
961961
"when": "notebookType == 'deepnote'"
962962
},
963963
{
964964
"command": "deepnote.addInputSliderBlock",
965-
"group": "navigation@7",
965+
"group": "navigation@8",
966966
"when": "notebookType == 'deepnote'"
967967
},
968968
{
969969
"command": "deepnote.addInputCheckboxBlock",
970-
"group": "navigation@8",
970+
"group": "navigation@9",
971971
"when": "notebookType == 'deepnote'"
972972
},
973973
{
974974
"command": "deepnote.addInputDateBlock",
975-
"group": "navigation@9",
975+
"group": "navigation@10",
976976
"when": "notebookType == 'deepnote'"
977977
},
978978
{
979979
"command": "deepnote.addInputDateRangeBlock",
980-
"group": "navigation@10",
980+
"group": "navigation@11",
981981
"when": "notebookType == 'deepnote'"
982982
},
983983
{

0 commit comments

Comments
 (0)