|
922 | 922 | "notebook/toolbar": [ |
923 | 923 | { |
924 | 924 | "command": "deepnote.environments.selectForNotebook", |
925 | | - "group": "navigation@1", |
| 925 | + "group": "navigation@0", |
926 | 926 | "when": "notebookType == 'deepnote' && isWorkspaceTrusted" |
927 | 927 | }, |
928 | 928 | { |
929 | 929 | "command": "deepnote.manageIntegrations", |
930 | | - "group": "navigation@0", |
| 930 | + "group": "navigation@1", |
931 | 931 | "when": "notebookType == 'deepnote'" |
932 | 932 | }, |
933 | 933 | { |
934 | 934 | "command": "deepnote.addSqlBlock", |
935 | | - "group": "navigation@1", |
| 935 | + "group": "navigation@2", |
936 | 936 | "when": "notebookType == 'deepnote'" |
937 | 937 | }, |
938 | 938 | { |
939 | 939 | "command": "deepnote.addChartBlock", |
940 | | - "group": "navigation@2", |
| 940 | + "group": "navigation@3", |
941 | 941 | "when": "notebookType == 'deepnote'" |
942 | 942 | }, |
943 | 943 | { |
944 | 944 | "command": "deepnote.addBigNumberChartBlock", |
945 | | - "group": "navigation@3", |
| 945 | + "group": "navigation@4", |
946 | 946 | "when": "notebookType == 'deepnote'" |
947 | 947 | }, |
948 | 948 | { |
949 | 949 | "command": "deepnote.addInputTextBlock", |
950 | | - "group": "navigation@4", |
| 950 | + "group": "navigation@5", |
951 | 951 | "when": "notebookType == 'deepnote'" |
952 | 952 | }, |
953 | 953 | { |
954 | 954 | "command": "deepnote.addInputTextareaBlock", |
955 | | - "group": "navigation@5", |
| 955 | + "group": "navigation@6", |
956 | 956 | "when": "notebookType == 'deepnote'" |
957 | 957 | }, |
958 | 958 | { |
959 | 959 | "command": "deepnote.addInputSelectBlock", |
960 | | - "group": "navigation@6", |
| 960 | + "group": "navigation@7", |
961 | 961 | "when": "notebookType == 'deepnote'" |
962 | 962 | }, |
963 | 963 | { |
964 | 964 | "command": "deepnote.addInputSliderBlock", |
965 | | - "group": "navigation@7", |
| 965 | + "group": "navigation@8", |
966 | 966 | "when": "notebookType == 'deepnote'" |
967 | 967 | }, |
968 | 968 | { |
969 | 969 | "command": "deepnote.addInputCheckboxBlock", |
970 | | - "group": "navigation@8", |
| 970 | + "group": "navigation@9", |
971 | 971 | "when": "notebookType == 'deepnote'" |
972 | 972 | }, |
973 | 973 | { |
974 | 974 | "command": "deepnote.addInputDateBlock", |
975 | | - "group": "navigation@9", |
| 975 | + "group": "navigation@10", |
976 | 976 | "when": "notebookType == 'deepnote'" |
977 | 977 | }, |
978 | 978 | { |
979 | 979 | "command": "deepnote.addInputDateRangeBlock", |
980 | | - "group": "navigation@10", |
| 980 | + "group": "navigation@11", |
981 | 981 | "when": "notebookType == 'deepnote'" |
982 | 982 | }, |
983 | 983 | { |
|
0 commit comments