@marimo-team/islands 0.23.16-dev6 → 0.23.16-dev62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/{ConnectedDataExplorerComponent-CJaUI-S-.js → ConnectedDataExplorerComponent-f9vLjQiF.js} +13 -13
  2. package/dist/{ErrorBoundary-DXlxsrTF.js → ErrorBoundary-DhLqwSWA.js} +3 -3
  3. package/dist/{any-language-editor-P9tjkj4n.js → any-language-editor-DifE-fl7.js} +5 -5
  4. package/dist/{button-BcSml68y.js → button-BSm8IXRU.js} +2 -4
  5. package/dist/{capabilities-BYLFYTYv.js → capabilities-C6OQ5YBO.js} +1 -1
  6. package/dist/{chat-ui-BdSDiVjk.js → chat-ui-DsZJj75A.js} +3117 -3120
  7. package/dist/{check-Cs-KV5XY.js → check-DP7U0H0G.js} +1 -1
  8. package/dist/{code-visibility-CfBftiVM.js → common-Bpnmu1Yz.js} +1085 -1053
  9. package/dist/{copy-Cs3yt6Vt.js → copy-DNq8q3zw.js} +2 -2
  10. package/dist/{dist-B96tMAst.js → dist-DIlxLFXG.js} +2 -2
  11. package/dist/{error-banner-DR7o3CbX.js → error-banner-B_GQfxxD.js} +2 -2
  12. package/dist/{esm-k8PIvuZW.js → esm-DzZVaNH4.js} +1 -1
  13. package/dist/{extends-Cq2JYHKy.js → extends-w2_S44bV.js} +4 -4
  14. package/dist/{formats-BFhkZJwd.js → formats-Dwq1THhr.js} +3 -3
  15. package/dist/{glide-data-editor--CaN-f27.js → glide-data-editor-B9K6-MJe.js} +9 -9
  16. package/dist/{html-to-image-DDENewl2.js → html-to-image-CZ1kLKkq.js} +7350 -6356
  17. package/dist/{input-DStQIuqD.js → input-C5K4VBvB.js} +7 -7
  18. package/dist/{label-DIk0QoFe.js → label-DjoYwqmj.js} +2 -2
  19. package/dist/{loader-CTHCI-qe.js → loader-DX-IDS7n.js} +1 -1
  20. package/dist/main.js +259 -194
  21. package/dist/{mermaid-CdSvixW2.js → mermaid-hv6IckVw.js} +5 -5
  22. package/dist/{node-sql-parser-DLl_zNw0.js → node-sql-parser-v1Vi-Fft.js} +16867 -16665
  23. package/dist/{process-output-2QPcgBQg.js → process-output-bVfbcx5_.js} +32 -28
  24. package/dist/{reveal-component-BclLkYnV.js → reveal-component-JIt3oSeU.js} +642 -634
  25. package/dist/{spec-CnaxwDqy.js → spec-CQKL_D3i.js} +4 -4
  26. package/dist/{strings-BYAhZnQi.js → strings-DIy9NAmg.js} +4 -4
  27. package/dist/style.css +1 -1
  28. package/dist/{swiper-component-DE94711u.js → swiper-component-CEdAYjb7.js} +2 -2
  29. package/dist/toDate-CqhBWjvO.js +713 -0
  30. package/dist/{tooltip-B-qh7UPB.js → tooltip-f-qR0iUx.js} +3 -3
  31. package/dist/{types-DQl7jVYK.js → types-DicH9Oi0.js} +1 -1
  32. package/dist/{useAsyncData-CvO8WUy3.js → useAsyncData-CYOQb1EW.js} +1 -1
  33. package/dist/{useDateFormatter-BSoGim-G.js → useDateFormatter-Bt2qr_XS.js} +2 -2
  34. package/dist/{useDeepCompareMemoize-J3MKRdA4.js → useDeepCompareMemoize-CSHQeQEI.js} +1 -1
  35. package/dist/{useIframeCapabilities-POcFXHbw.js → useIframeCapabilities-kA09ykNq.js} +1 -1
  36. package/dist/{useLifecycle-DqPxHgAN.js → useLifecycle-CMJGqBaY.js} +3 -3
  37. package/dist/{useTheme-XMq9mNf_.js → useTheme-DYfby65G.js} +2 -2
  38. package/dist/{vega-component-CrFoZT1S.js → vega-component-C7nO5zcf.js} +10 -10
  39. package/dist/{zod-D0yOqoGe.js → zod-BUcyXSdR.js} +1 -1
  40. package/package.json +3 -4
  41. package/src/__mocks__/requests.ts +56 -4
  42. package/src/components/data-table/__tests__/__snapshots__/chart-spec-model.test.ts.snap +174 -21
  43. package/src/components/data-table/__tests__/chart-spec-model.test.ts +102 -1
  44. package/src/components/data-table/__tests__/columns.test.tsx +9 -1
  45. package/src/components/data-table/column-summary/chart-spec-model.tsx +163 -103
  46. package/src/components/data-table/column-summary/legacy-chart-spec.ts +15 -7
  47. package/src/components/data-table/column-summary/utils.ts +26 -7
  48. package/src/components/data-table/columns.tsx +11 -1
  49. package/src/components/data-table/types.ts +1 -1
  50. package/src/components/editor/__tests__/viewer-banner.test.tsx +14 -0
  51. package/src/components/editor/actions/__tests__/pair-with-agent-commands.test.ts +99 -18
  52. package/src/components/editor/actions/__tests__/pdf-export.test.ts +32 -13
  53. package/src/components/editor/actions/pair-with-agent-commands.ts +21 -10
  54. package/src/components/editor/actions/pair-with-agent-modal.tsx +2 -2
  55. package/src/components/editor/actions/pdf-export.ts +11 -14
  56. package/src/components/editor/actions/useNotebookActions.tsx +28 -19
  57. package/src/components/editor/cell/code/__tests__/cell-editor-activity-lifecycle.test.ts +250 -0
  58. package/src/components/editor/cell/code/cell-editor.tsx +13 -7
  59. package/src/components/editor/chrome/__tests__/state.test.ts +7 -1
  60. package/src/components/editor/chrome/panels/__tests__/logs-panel.test.tsx +25 -0
  61. package/src/components/editor/chrome/panels/__tests__/panel-accordion-state.test.ts +42 -0
  62. package/src/components/editor/chrome/panels/file-explorer-panel.tsx +6 -17
  63. package/src/components/editor/chrome/panels/logs-panel.tsx +12 -2
  64. package/src/components/editor/chrome/panels/panel-accordion-state.ts +51 -0
  65. package/src/components/editor/chrome/panels/session-panel.tsx +5 -16
  66. package/src/components/editor/chrome/panels/write-secret-modal.tsx +40 -12
  67. package/src/components/editor/chrome/state.ts +10 -0
  68. package/src/components/editor/connections/__tests__/json-credentials.test.ts +114 -0
  69. package/src/components/editor/connections/__tests__/paths.test.ts +39 -0
  70. package/src/components/editor/connections/__tests__/quick-add-data-sources.test.tsx +113 -0
  71. package/src/components/editor/connections/add-connection-dialog.tsx +2 -0
  72. package/src/components/editor/connections/components.tsx +6 -2
  73. package/src/components/editor/connections/database/__tests__/__snapshots__/as-code.test.ts.snap +27 -5
  74. package/src/components/editor/connections/database/__tests__/as-code.test.ts +33 -0
  75. package/src/components/editor/connections/database/as-code.ts +37 -13
  76. package/src/components/editor/connections/database/schemas.ts +6 -5
  77. package/src/components/editor/connections/form-renderers.tsx +99 -1
  78. package/src/components/editor/connections/json-credentials.ts +57 -0
  79. package/src/components/editor/connections/paths.ts +21 -0
  80. package/src/components/editor/connections/quick-add-data-sources.tsx +106 -0
  81. package/src/components/editor/connections/secret-combobox.tsx +41 -20
  82. package/src/components/editor/connections/storage/__tests__/__snapshots__/as-code.test.ts.snap +88 -2
  83. package/src/components/editor/connections/storage/__tests__/as-code.test.ts +128 -8
  84. package/src/components/editor/connections/storage/as-code.ts +79 -36
  85. package/src/components/editor/connections/storage/schemas.ts +85 -44
  86. package/src/components/editor/file-tree/__tests__/renderers.test.ts +31 -0
  87. package/src/components/editor/file-tree/file-viewer.tsx +11 -7
  88. package/src/components/editor/file-tree/renderers.tsx +21 -0
  89. package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +2 -2
  90. package/src/components/editor/viewer-banner.tsx +6 -1
  91. package/src/components/forms/form.tsx +59 -24
  92. package/src/components/forms/options.ts +2 -1
  93. package/src/components/slides/__tests__/cell-output-block.test.tsx +40 -0
  94. package/src/components/slides/__tests__/slide-cell-view.test.tsx +33 -0
  95. package/src/components/slides/reveal-component.tsx +22 -17
  96. package/src/components/slides/slide-cell-view.tsx +1 -1
  97. package/src/components/slides/slides.css +4 -2
  98. package/src/components/static-html/share-modal.tsx +1 -1
  99. package/src/components/ui/input.tsx +1 -1
  100. package/src/core/ai/context/providers/file.ts +8 -29
  101. package/src/core/cells/__tests__/cells.test.ts +12 -2
  102. package/src/core/cells/__tests__/logs.test.ts +5 -5
  103. package/src/core/cells/cells.ts +17 -4
  104. package/src/core/cells/document-changes.ts +1 -0
  105. package/src/core/cells/logs.ts +14 -4
  106. package/src/core/codemirror/cm.ts +3 -0
  107. package/src/core/codemirror/code-lens/__tests__/actions.test.ts +68 -0
  108. package/src/core/codemirror/code-lens/__tests__/analyzer.test.ts +224 -0
  109. package/src/core/codemirror/code-lens/__tests__/entities.test.ts +175 -0
  110. package/src/core/codemirror/code-lens/__tests__/extension.test.ts +325 -0
  111. package/src/core/codemirror/code-lens/__tests__/perf.test.ts +121 -0
  112. package/src/core/codemirror/code-lens/__tests__/popover.test.ts +93 -0
  113. package/src/core/codemirror/code-lens/actions.ts +33 -0
  114. package/src/core/codemirror/code-lens/analyzer.ts +284 -0
  115. package/src/core/codemirror/code-lens/entities.ts +123 -0
  116. package/src/core/codemirror/code-lens/extension.ts +298 -0
  117. package/src/core/codemirror/code-lens/icons.ts +36 -0
  118. package/src/core/codemirror/code-lens/popover.tsx +240 -0
  119. package/src/core/codemirror/copilot/__tests__/language-server.test.ts +396 -100
  120. package/src/core/codemirror/copilot/__tests__/transport.test.ts +128 -540
  121. package/src/core/codemirror/copilot/language-server.ts +182 -70
  122. package/src/core/codemirror/copilot/transport.ts +15 -207
  123. package/src/core/codemirror/copilot/types.ts +9 -2
  124. package/src/core/codemirror/find-replace/__tests__/navigate.test.ts +42 -30
  125. package/src/core/codemirror/find-replace/navigate.ts +2 -0
  126. package/src/core/codemirror/go-to-definition/__tests__/commands.test.ts +24 -3
  127. package/src/core/codemirror/go-to-definition/commands.ts +93 -90
  128. package/src/core/codemirror/keymaps/__tests__/keymaps.test.ts +31 -2
  129. package/src/core/codemirror/keymaps/keymaps.ts +12 -0
  130. package/src/core/codemirror/language/__tests__/sql.test.ts +627 -61
  131. package/src/core/codemirror/language/languages/python.ts +23 -11
  132. package/src/core/codemirror/language/languages/sql/completion-store.ts +5 -1
  133. package/src/core/codemirror/language/languages/sql/renderers.tsx +3 -3
  134. package/src/core/codemirror/language/languages/sql/sql.ts +251 -16
  135. package/src/core/codemirror/lsp/__tests__/federated-lsp.test.ts +161 -0
  136. package/src/core/codemirror/lsp/__tests__/log-messages.test.ts +53 -0
  137. package/src/core/codemirror/lsp/__tests__/normalize-markdown-math.test.ts +25 -0
  138. package/src/core/codemirror/lsp/__tests__/notebook-lsp.test.ts +598 -156
  139. package/src/core/codemirror/lsp/__tests__/transports.test.ts +112 -0
  140. package/src/core/codemirror/lsp/federated-lsp.ts +76 -23
  141. package/src/core/codemirror/lsp/log-messages.ts +37 -0
  142. package/src/core/codemirror/lsp/normalize-markdown-math.ts +8 -4
  143. package/src/core/codemirror/lsp/notebook-lsp.ts +220 -56
  144. package/src/core/codemirror/lsp/transports.ts +8 -1
  145. package/src/core/codemirror/lsp/types.ts +68 -8
  146. package/src/core/codemirror/lsp/utils.ts +14 -0
  147. package/src/core/codemirror/python-node-names.ts +90 -0
  148. package/src/core/codemirror/reactive-references/analyzer.ts +52 -57
  149. package/src/core/codemirror/utils.ts +28 -0
  150. package/src/core/config/feature-flag.tsx +3 -1
  151. package/src/core/datasets/data-source-discovery.ts +5 -0
  152. package/src/core/datasets/request-registry.ts +11 -0
  153. package/src/core/edit-app.tsx +1 -2
  154. package/src/core/export/__tests__/hooks.test.ts +2 -4
  155. package/src/core/export/hooks.ts +4 -3
  156. package/src/core/hotkeys/hotkeys.ts +0 -2
  157. package/src/core/islands/__tests__/bridge.test.ts +107 -0
  158. package/src/core/islands/bootstrap.ts +1 -0
  159. package/src/core/islands/bridge.ts +18 -0
  160. package/src/core/kernel/messages.ts +2 -0
  161. package/src/core/lsp/__tests__/transport.test.ts +509 -337
  162. package/src/core/lsp/transport.ts +304 -132
  163. package/src/core/mode.ts +10 -0
  164. package/src/core/network/__tests__/api.test.ts +42 -0
  165. package/src/core/network/__tests__/connection.test.ts +45 -0
  166. package/src/core/network/__tests__/requests-lazy.test.ts +47 -1
  167. package/src/core/network/__tests__/requests-network.test.ts +48 -0
  168. package/src/core/network/api.ts +27 -0
  169. package/src/core/network/connection.ts +15 -0
  170. package/src/core/network/requests-lazy.ts +3 -0
  171. package/src/core/network/requests-network.ts +31 -8
  172. package/src/core/network/requests-static.ts +3 -0
  173. package/src/core/network/requests-toasting.tsx +3 -0
  174. package/src/core/network/types.ts +27 -6
  175. package/src/core/rtc/state.ts +9 -0
  176. package/src/core/static/download-html.ts +5 -14
  177. package/src/core/wasm/__tests__/bridge.test.ts +99 -5
  178. package/src/core/wasm/bridge.ts +42 -9
  179. package/src/core/wasm/worker/types.ts +10 -3
  180. package/src/core/wasm/worker/worker.ts +7 -8
  181. package/src/core/websocket/useMarimoKernelConnection.tsx +4 -0
  182. package/src/css/app/codemirror.css +16 -2
  183. package/src/hooks/__tests__/useDataSourceDiscovery.test.ts +80 -0
  184. package/src/hooks/useDataSourceDiscovery.ts +18 -0
  185. package/src/plugins/impl/DataTablePlugin.tsx +4 -1
  186. package/src/plugins/impl/FormPlugin.tsx +1 -1
  187. package/src/plugins/impl/__tests__/DataTablePlugin.test.tsx +158 -0
  188. package/src/plugins/impl/__tests__/FormPlugin.test.tsx +162 -0
  189. package/src/plugins/impl/anywidget/__tests__/model.test.ts +55 -0
  190. package/src/plugins/impl/anywidget/model.ts +20 -5
  191. package/src/plugins/impl/data-frames/forms/__tests__/__snapshots__/form.test.tsx.snap +33 -21
  192. package/src/plugins/impl/data-frames/forms/renderers.tsx +11 -8
  193. package/src/stories/log-viewer.stories.tsx +12 -6
  194. package/src/utils/__tests__/blob.test.ts +27 -1
  195. package/src/utils/__tests__/download.test.tsx +44 -4
  196. package/src/utils/blob.ts +24 -1
  197. package/src/utils/download.ts +14 -15
  198. package/dist/toDate-B3IRfHhw.js +0 -692
@@ -0,0 +1,250 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
2
+
3
+ /**
4
+ * Simulates React Activity's effect teardown when mode switches to "hidden":
5
+ * all useEffect cleanups run. On "visible", setups re-run (cleanups do not run
6
+ * again). Component state and DOM are preserved — only effects cycle.
7
+ *
8
+ * Registration order matches cell-editor.tsx: mount effect runs before destroy
9
+ * effect setup. With async editor creation (editorMountScheduler), destroy
10
+ * captures null initially; with sync creation it captures the live editor.
11
+ */
12
+ import { EditorState } from "@codemirror/state";
13
+ import { EditorView } from "@codemirror/view";
14
+ import { describe, expect, it } from "vitest";
15
+ import { Functions } from "@/utils/functions";
16
+
17
+ interface EffectRegistration {
18
+ cleanup: () => void;
19
+ }
20
+
21
+ function createActivitySimulator() {
22
+ const effects: EffectRegistration[] = [];
23
+
24
+ return {
25
+ /** Register effects in order — each setup runs synchronously, like React. */
26
+ useEffect(setup: () => (() => void) | undefined) {
27
+ const cleanup = setup() ?? Functions.NOOP;
28
+ effects.push({ cleanup });
29
+ },
30
+ hide() {
31
+ for (const effect of effects) {
32
+ effect.cleanup();
33
+ }
34
+ },
35
+ show() {
36
+ effects.length = 0;
37
+ },
38
+ };
39
+ }
40
+
41
+ function createEditor(doc = "hello") {
42
+ return new EditorView({
43
+ state: EditorState.create({ doc }),
44
+ });
45
+ }
46
+
47
+ interface RegisterCellEditorEffectsOptions {
48
+ activity: ReturnType<typeof createActivitySimulator>;
49
+ editorViewRef: { current: EditorView | null };
50
+ destroyPattern: "old" | "pr";
51
+ onDestroy?: () => void;
52
+ /** When true, editor creation is deferred like editorMountScheduler.request */
53
+ asyncMount?: boolean;
54
+ }
55
+
56
+ function registerCellEditorEffects({
57
+ activity,
58
+ editorViewRef,
59
+ destroyPattern,
60
+ onDestroy,
61
+ asyncMount = false,
62
+ }: RegisterCellEditorEffectsOptions) {
63
+ activity.useEffect(() => {
64
+ if (editorViewRef.current !== null) {
65
+ return;
66
+ }
67
+ let cancelled = false;
68
+ const mount = () => {
69
+ if (!cancelled && editorViewRef.current === null) {
70
+ editorViewRef.current = createEditor();
71
+ }
72
+ };
73
+ if (asyncMount) {
74
+ const id = setTimeout(mount, 0);
75
+ return () => {
76
+ cancelled = true;
77
+ clearTimeout(id);
78
+ };
79
+ }
80
+ mount();
81
+ return () => {
82
+ cancelled = true;
83
+ };
84
+ });
85
+
86
+ if (destroyPattern === "old") {
87
+ activity.useEffect(() => {
88
+ const ev = editorViewRef.current;
89
+ return () => {
90
+ if (ev) {
91
+ ev.destroy();
92
+ onDestroy?.();
93
+ }
94
+ };
95
+ });
96
+ } else {
97
+ activity.useEffect(() => {
98
+ return () => {
99
+ if (editorViewRef.current) {
100
+ editorViewRef.current.destroy();
101
+ onDestroy?.();
102
+ }
103
+ editorViewRef.current = null;
104
+ };
105
+ });
106
+ }
107
+ }
108
+
109
+ describe("CellEditor Activity lifecycle (simulated)", () => {
110
+ it("old destroy pattern (sync mount): first hide/show leaves stale ref", () => {
111
+ const editorViewRef = { current: null as EditorView | null };
112
+ let destroyCount = 0;
113
+ const activity = createActivitySimulator();
114
+
115
+ registerCellEditorEffects({
116
+ activity,
117
+ editorViewRef,
118
+ destroyPattern: "old",
119
+ onDestroy: () => {
120
+ destroyCount++;
121
+ },
122
+ });
123
+ const liveEditor = editorViewRef.current;
124
+ expect(liveEditor).not.toBeNull();
125
+
126
+ activity.hide();
127
+ expect(destroyCount).toBeGreaterThan(0);
128
+ expect(editorViewRef.current).toBe(liveEditor);
129
+
130
+ activity.show();
131
+ registerCellEditorEffects({
132
+ activity,
133
+ editorViewRef,
134
+ destroyPattern: "old",
135
+ });
136
+ expect(editorViewRef.current).toBe(liveEditor);
137
+ });
138
+
139
+ it("old destroy pattern (async mount): first hide/show preserves editor", async () => {
140
+ const editorViewRef = { current: null as EditorView | null };
141
+ let destroyCount = 0;
142
+ const activity = createActivitySimulator();
143
+
144
+ registerCellEditorEffects({
145
+ activity,
146
+ editorViewRef,
147
+ destroyPattern: "old",
148
+ onDestroy: () => {
149
+ destroyCount++;
150
+ },
151
+ asyncMount: true,
152
+ });
153
+ await new Promise((r) => setTimeout(r, 0));
154
+ const liveEditor = editorViewRef.current;
155
+ expect(liveEditor).not.toBeNull();
156
+
157
+ // Destroy effect captured null at setup (editor created async after effects)
158
+ activity.hide();
159
+ expect(destroyCount).toBe(0);
160
+ expect(editorViewRef.current).toBe(liveEditor);
161
+
162
+ activity.show();
163
+ registerCellEditorEffects({
164
+ activity,
165
+ editorViewRef,
166
+ destroyPattern: "old",
167
+ asyncMount: true,
168
+ });
169
+ await new Promise((r) => setTimeout(r, 0));
170
+ expect(editorViewRef.current).toBe(liveEditor);
171
+ });
172
+
173
+ it("PR destroy pattern (async mount): recreates on first hide/show", async () => {
174
+ const editorViewRef = { current: null as EditorView | null };
175
+ const activity = createActivitySimulator();
176
+
177
+ registerCellEditorEffects({
178
+ activity,
179
+ editorViewRef,
180
+ destroyPattern: "pr",
181
+ asyncMount: true,
182
+ });
183
+ await new Promise((r) => setTimeout(r, 0));
184
+ const firstEditor = editorViewRef.current;
185
+
186
+ activity.hide();
187
+ expect(editorViewRef.current).toBeNull();
188
+
189
+ activity.show();
190
+ registerCellEditorEffects({
191
+ activity,
192
+ editorViewRef,
193
+ destroyPattern: "pr",
194
+ asyncMount: true,
195
+ });
196
+ await new Promise((r) => setTimeout(r, 0));
197
+ expect(editorViewRef.current).not.toBeNull();
198
+ expect(editorViewRef.current).not.toBe(firstEditor);
199
+ });
200
+
201
+ it("PR destroy pattern: nulls ref on hide so mount recreates on show", () => {
202
+ const editorViewRef = { current: null as EditorView | null };
203
+ const activity = createActivitySimulator();
204
+
205
+ registerCellEditorEffects({
206
+ activity,
207
+ editorViewRef,
208
+ destroyPattern: "pr",
209
+ });
210
+ const firstEditor = editorViewRef.current;
211
+
212
+ activity.hide();
213
+ expect(editorViewRef.current).toBeNull();
214
+
215
+ activity.show();
216
+ registerCellEditorEffects({
217
+ activity,
218
+ editorViewRef,
219
+ destroyPattern: "pr",
220
+ });
221
+ expect(editorViewRef.current).not.toBeNull();
222
+ expect(editorViewRef.current).not.toBe(firstEditor);
223
+ });
224
+
225
+ it("PR destroy pattern: stable across repeated hide/show cycles", () => {
226
+ const editorViewRef = { current: null as EditorView | null };
227
+ const activity = createActivitySimulator();
228
+
229
+ for (let i = 0; i < 3; i++) {
230
+ registerCellEditorEffects({
231
+ activity,
232
+ editorViewRef,
233
+ destroyPattern: "pr",
234
+ });
235
+ expect(editorViewRef.current).not.toBeNull();
236
+
237
+ activity.hide();
238
+ expect(editorViewRef.current).toBeNull();
239
+
240
+ activity.show();
241
+ }
242
+
243
+ registerCellEditorEffects({
244
+ activity,
245
+ editorViewRef,
246
+ destroyPattern: "pr",
247
+ });
248
+ expect(editorViewRef.current).not.toBeNull();
249
+ });
250
+ });
@@ -39,7 +39,7 @@ import type { UserConfig } from "@/core/config/config-schema";
39
39
  import { OverridingHotkeyProvider } from "@/core/hotkeys/hotkeys";
40
40
  import { connectionAtom } from "@/core/network/connection";
41
41
  import { useRequestClient } from "@/core/network/requests";
42
- import { isRtcEnabled } from "@/core/rtc/state";
42
+ import { canUseRtc, isRtcEnabled } from "@/core/rtc/state";
43
43
  import { useSaveNotebook } from "@/core/saving/save-component";
44
44
  import { isAppConnecting } from "@/core/websocket/connection-utils";
45
45
  import type { Theme } from "@/theme/useTheme";
@@ -342,7 +342,7 @@ const CellEditorInternal = ({
342
342
  saveOrNameNotebook,
343
343
  ]);
344
344
 
345
- const rtcEnabled = isRtcEnabled();
345
+ const rtcEnabled = isRtcEnabled() && canUseRtc(cellId);
346
346
  const handleInitializeEditor = useEvent(() => {
347
347
  // If rtc is enabled, use collaborative editing
348
348
  if (rtcEnabled) {
@@ -451,6 +451,7 @@ const CellEditorInternal = ({
451
451
  setIsEditorMounted(true);
452
452
  return;
453
453
  }
454
+ setIsEditorMounted(false);
454
455
  if (serializedEditorState !== null) {
455
456
  handleDeserializeEditor();
456
457
  setIsEditorMounted(true);
@@ -479,11 +480,12 @@ const CellEditorInternal = ({
479
480
  handleReconfigureEditor();
480
481
  }, [handleReconfigureEditor, extensions, editorViewRef]);
481
482
 
482
- // Destroy the editor when the component is unmounted
483
+ // Destroy the editor when the component is unmounted. Read the ref in cleanup
484
+ // (not setup) so Activity hide/show cycles don't leave a stale destroyed view.
483
485
  useEffect(() => {
484
- const ev = editorViewRef.current;
485
486
  return () => {
486
- ev?.destroy();
487
+ editorViewRef.current?.destroy();
488
+ editorViewRef.current = null;
487
489
  };
488
490
  }, [editorViewRef]);
489
491
 
@@ -635,14 +637,18 @@ CellCodeMirrorEditor.displayName = "CellCodeMirrorEditor";
635
637
  // Wait until the websocket connection is open before rendering the editor
636
638
  // This is used for real-time collaboration since the backend needs the connection started
637
639
  // before connecting the rtc websockets
638
- function WithWaitUntilConnected<T extends {}>(
640
+ function WithWaitUntilConnected<T extends Pick<CellEditorProps, "id">>(
639
641
  Component: React.ComponentType<T>,
640
642
  ) {
641
643
  const WaitUntilConnectedComponent = (props: T) => {
642
644
  const connection = useAtomValue(connectionAtom);
643
645
  const [rtcDoc, setRtcDoc] = useAtom(connectedDocAtom);
644
646
 
645
- if (isAppConnecting(connection.state) || rtcDoc === undefined) {
647
+ if (
648
+ isRtcEnabled() &&
649
+ canUseRtc(props.id) &&
650
+ (isAppConnecting(connection.state) || rtcDoc === undefined)
651
+ ) {
646
652
  return (
647
653
  <div className="flex h-full w-full items-baseline p-4">
648
654
  <DelayMount milliseconds={1000} fallback={null}>
@@ -1,9 +1,15 @@
1
1
  /* Copyright 2026 Marimo. All rights reserved. */
2
- import { describe, expect, it } from "vitest";
2
+ import { describe, expect, it, vi } from "vitest";
3
3
  import { adaptForLocalStorage } from "@/utils/storage/jotai";
4
4
  import type { PanelLayout } from "../state";
5
5
  import { exportedForTesting } from "../state";
6
6
 
7
+ // Panel visibility (and thus the default layout) depends on feature flags,
8
+ // some of which default on in dev builds; pin them off for stable layouts.
9
+ vi.mock("@/core/config/feature-flag", () => ({
10
+ getFeatureFlag: () => false,
11
+ }));
12
+
7
13
  const { mergePanelLayout } = exportedForTesting;
8
14
 
9
15
  describe("mergePanelLayout", () => {
@@ -0,0 +1,25 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
2
+
3
+ import { render, screen } from "@testing-library/react";
4
+ import { describe, expect, it } from "vitest";
5
+ import type { CellLog } from "@/core/cells/logs";
6
+ import { LogViewer } from "../logs-panel";
7
+
8
+ describe("LogViewer", () => {
9
+ it("labels logs that came from a language server instead of a cell", () => {
10
+ const logs: CellLog[] = [
11
+ {
12
+ timestamp: 0,
13
+ level: "stderr",
14
+ message: "pylsp failed to start",
15
+ source: { type: "lsp", name: "pylsp" },
16
+ },
17
+ ];
18
+
19
+ render(<LogViewer logs={logs} />);
20
+
21
+ expect(screen.getByText("(lsp:pylsp)")).toBeInTheDocument();
22
+ expect(screen.getByText("pylsp failed to start")).toBeInTheDocument();
23
+ expect(screen.getByText("STDERR")).toBeInTheDocument();
24
+ });
25
+ });
@@ -0,0 +1,42 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
2
+
3
+ import { afterAll, expect, it } from "vitest";
4
+ import { store } from "@/core/state/jotai";
5
+ import { availableStorage } from "@/utils/storage/storage";
6
+
7
+ const SESSION_PANEL_KEY = "marimo:session-panel:state";
8
+ const FILE_EXPLORER_PANEL_KEY = "marimo:file-explorer-panel:state";
9
+
10
+ afterAll(() => {
11
+ availableStorage.removeItem(SESSION_PANEL_KEY);
12
+ availableStorage.removeItem(FILE_EXPLORER_PANEL_KEY);
13
+ });
14
+
15
+ it("preserves stored panel state when expanding an unmounted panel", async () => {
16
+ const persistedState = {
17
+ openSections: [],
18
+ hasUserInteracted: true,
19
+ };
20
+ availableStorage.setItem(SESSION_PANEL_KEY, JSON.stringify(persistedState));
21
+ availableStorage.setItem(
22
+ FILE_EXPLORER_PANEL_KEY,
23
+ JSON.stringify(persistedState),
24
+ );
25
+
26
+ // Import after seeding storage to exercise atom initialization before a
27
+ // lazily mounted panel subscribes to it.
28
+ const { expandAccordionSection, fileExplorerPanelAtom, sessionPanelAtom } =
29
+ await import("../panel-accordion-state");
30
+
31
+ expandAccordionSection(sessionPanelAtom, "datasources");
32
+ expandAccordionSection(fileExplorerPanelAtom, "remote-storage");
33
+
34
+ expect(store.get(sessionPanelAtom)).toEqual({
35
+ openSections: ["datasources"],
36
+ hasUserInteracted: true,
37
+ });
38
+ expect(store.get(fileExplorerPanelAtom)).toEqual({
39
+ openSections: ["remote-storage"],
40
+ hasUserInteracted: true,
41
+ });
42
+ });
@@ -1,7 +1,6 @@
1
1
  /* Copyright 2026 Marimo. All rights reserved. */
2
2
 
3
3
  import { useAtom, useAtomValue } from "jotai";
4
- import { atomWithStorage } from "jotai/utils";
5
4
  import { FileIcon, HardDrive } from "lucide-react";
6
5
  import React, { useCallback, useMemo } from "react";
7
6
  import useResizeObserver from "use-resize-observer";
@@ -9,7 +8,6 @@ import { StorageInspector } from "@/components/storage/storage-inspector";
9
8
  import { Accordion } from "@/components/ui/accordion";
10
9
  import { storageNamespacesAtom } from "@/core/storage/state";
11
10
  import { cn } from "@/utils/cn";
12
- import { jotaiJsonStorage } from "@/utils/storage/jotai";
13
11
  import { TreeDndProvider } from "../../file-tree/dnd-wrapper";
14
12
  import { FileExplorer } from "../../file-tree/file-explorer";
15
13
  import { useFileExplorerUpload } from "../../file-tree/upload";
@@ -19,19 +17,10 @@ import {
19
17
  PanelAccordionTrigger,
20
18
  PanelBadge,
21
19
  } from "./components";
22
-
23
- type OpenSections = "files" | "remote-storage";
24
-
25
- interface FileExplorerPanelState {
26
- openSections: OpenSections[];
27
- hasUserInteracted: boolean;
28
- }
29
-
30
- const fileExplorerPanelAtom = atomWithStorage<FileExplorerPanelState>(
31
- "marimo:file-explorer-panel:state",
32
- { openSections: ["files"], hasUserInteracted: false },
33
- jotaiJsonStorage,
34
- );
20
+ import {
21
+ fileExplorerPanelAtom,
22
+ type FileExplorerPanelSection,
23
+ } from "./panel-accordion-state";
35
24
 
36
25
  const FileExplorerComponent: React.FC<{ height: number }> = ({ height }) => {
37
26
  const { getRootProps, getInputProps, isDragActive } = useFileExplorerUpload({
@@ -70,7 +59,7 @@ const FileExplorerPanel: React.FC = () => {
70
59
  const storageNamespaces = useAtomValue(storageNamespacesAtom);
71
60
  const remoteStorageConnections = storageNamespaces.length;
72
61
 
73
- const openSections = useMemo<OpenSections[]>(() => {
62
+ const openSections = useMemo<FileExplorerPanelSection[]>(() => {
74
63
  if (!state.hasUserInteracted && remoteStorageConnections > 0) {
75
64
  if (state.openSections.includes("remote-storage")) {
76
65
  return state.openSections;
@@ -81,7 +70,7 @@ const FileExplorerPanel: React.FC = () => {
81
70
  }, [state.hasUserInteracted, state.openSections, remoteStorageConnections]);
82
71
 
83
72
  const handleValueChange = useCallback(
84
- (value: OpenSections[]) => {
73
+ (value: FileExplorerPanelSection[]) => {
85
74
  setState({
86
75
  openSections: value,
87
76
  hasUserInteracted: true,
@@ -4,7 +4,11 @@ import { FileTextIcon } from "lucide-react";
4
4
  import React from "react";
5
5
  import { ClearButton } from "@/components/buttons/clear-button";
6
6
  import { useCellActions, useCellLogs } from "@/core/cells/cells";
7
- import { type CellLog, formatLogTimestamp } from "@/core/cells/logs";
7
+ import {
8
+ type CellLog,
9
+ formatLogTimestamp,
10
+ logSourceLabel,
11
+ } from "@/core/cells/logs";
8
12
  import { cn } from "@/utils/cn";
9
13
  import { CellLink } from "../../links/cell-link";
10
14
  import { PanelEmptyState } from "./empty-state";
@@ -84,7 +88,13 @@ function formatLog(log: CellLog) {
84
88
  </span>
85
89
  <span className={cn("shrink-0", color)}>{level}</span>
86
90
  <span className="shrink-0 text-(--gray-10)">
87
- (<CellLink cellId={log.cellId} />)
91
+ (
92
+ {log.source.type === "cell" ? (
93
+ <CellLink cellId={log.source.cellId} />
94
+ ) : (
95
+ logSourceLabel(log.source)
96
+ )}
97
+ )
88
98
  </span>
89
99
  {log.message}
90
100
  </>
@@ -0,0 +1,51 @@
1
+ /* Copyright 2026 Marimo. All rights reserved. */
2
+
3
+ import type { WritableAtom } from "jotai";
4
+ import { atomWithStorage } from "jotai/utils";
5
+ import { store } from "@/core/state/jotai";
6
+ import { jotaiJsonStorage } from "@/utils/storage/jotai";
7
+
8
+ export type SessionPanelSection = "variables" | "datasources";
9
+ export type FileExplorerPanelSection = "files" | "remote-storage";
10
+
11
+ export interface PanelAccordionState<Section extends string> {
12
+ openSections: Section[];
13
+ hasUserInteracted: boolean;
14
+ }
15
+
16
+ export const sessionPanelAtom = atomWithStorage<
17
+ PanelAccordionState<SessionPanelSection>
18
+ >(
19
+ "marimo:session-panel:state",
20
+ { openSections: ["variables"], hasUserInteracted: false },
21
+ jotaiJsonStorage,
22
+ { getOnInit: true },
23
+ );
24
+
25
+ export const fileExplorerPanelAtom = atomWithStorage<
26
+ PanelAccordionState<FileExplorerPanelSection>
27
+ >(
28
+ "marimo:file-explorer-panel:state",
29
+ { openSections: ["files"], hasUserInteracted: false },
30
+ jotaiJsonStorage,
31
+ { getOnInit: true },
32
+ );
33
+
34
+ /**
35
+ * Expand an accordion section without collapsing others. Leaves
36
+ * `hasUserInteracted` untouched so auto-open heuristics are unaffected.
37
+ */
38
+ export function expandAccordionSection<Section extends string>(
39
+ panelAtom: WritableAtom<
40
+ PanelAccordionState<Section>,
41
+ [(prev: PanelAccordionState<Section>) => PanelAccordionState<Section>],
42
+ void
43
+ >,
44
+ section: Section,
45
+ ): void {
46
+ store.set(panelAtom, (prev) =>
47
+ prev.openSections.includes(section)
48
+ ? prev
49
+ : { ...prev, openSections: [...prev.openSections, section] },
50
+ );
51
+ }
@@ -1,7 +1,6 @@
1
1
  /* Copyright 2026 Marimo. All rights reserved. */
2
2
 
3
3
  import { useAtom, useAtomValue } from "jotai";
4
- import { atomWithStorage } from "jotai/utils";
5
4
  import { DatabaseIcon, VariableIcon } from "lucide-react";
6
5
  import React, { useCallback } from "react";
7
6
  import {
@@ -13,26 +12,16 @@ import { VariableTable } from "@/components/variables/variables-table";
13
12
  import { useCellIds } from "@/core/cells/cells";
14
13
  import { datasetTablesAtom } from "@/core/datasets/state";
15
14
  import { useVariables } from "@/core/variables/state";
16
- import { jotaiJsonStorage } from "@/utils/storage/jotai";
17
15
  import {
18
16
  PanelAccordionContent,
19
17
  PanelAccordionItem,
20
18
  PanelAccordionTrigger,
21
19
  PanelBadge,
22
20
  } from "./components";
23
-
24
- type OpenSections = "variables" | "datasources";
25
-
26
- interface SessionPanelState {
27
- openSections: OpenSections[];
28
- hasUserInteracted: boolean;
29
- }
30
-
31
- const sessionPanelAtom = atomWithStorage<SessionPanelState>(
32
- "marimo:session-panel:state",
33
- { openSections: ["variables"], hasUserInteracted: false },
34
- jotaiJsonStorage,
35
- );
21
+ import {
22
+ sessionPanelAtom,
23
+ type SessionPanelSection,
24
+ } from "./panel-accordion-state";
36
25
 
37
26
  const SessionPanel: React.FC = () => {
38
27
  const variables = useVariables();
@@ -50,7 +39,7 @@ const SessionPanel: React.FC = () => {
50
39
  : state.openSections;
51
40
 
52
41
  const handleValueChange = useCallback(
53
- (value: OpenSections[]) => {
42
+ (value: SessionPanelSection[]) => {
54
43
  setState({
55
44
  openSections: value,
56
45
  hasUserInteracted: true,
@@ -19,9 +19,11 @@ import {
19
19
  SelectTrigger,
20
20
  SelectValue,
21
21
  } from "@/components/ui/select";
22
+ import { Textarea } from "@/components/ui/textarea";
22
23
  import { toast } from "@/components/ui/use-toast";
23
24
  import { useRequestClient } from "@/core/network/requests";
24
25
  import type { ListSecretKeysResponse } from "@/core/network/types";
26
+ import { flattenSecretValue } from "../../connections/json-credentials";
25
27
 
26
28
  // dotenv providers should be at the top
27
29
  export function sortProviders(providers: ListSecretKeysResponse["keys"]) {
@@ -44,10 +46,21 @@ export const WriteSecretModal: React.FC<{
44
46
  onClose: () => void;
45
47
  onSuccess: (secretName: string) => void;
46
48
  initialValue?: string;
47
- }> = ({ providerNames, onClose, onSuccess, initialValue }) => {
49
+ multiline?: boolean;
50
+ }> = ({
51
+ providerNames,
52
+ onClose,
53
+ onSuccess,
54
+ initialValue = "",
55
+ multiline = false,
56
+ }) => {
48
57
  const { writeSecret } = useRequestClient();
49
58
  const [key, setKey] = React.useState("");
50
- const [value, setValue] = React.useState(initialValue || "");
59
+ // Multiline values are flattened so they fit on a single dotenv line;
60
+ // the textarea still wraps visually for readability.
61
+ const [value, setValue] = React.useState(() =>
62
+ multiline ? flattenSecretValue(initialValue) : initialValue,
63
+ );
51
64
  const [location, setLocation] = React.useState<string | undefined>(
52
65
  providerNames[0],
53
66
  );
@@ -65,7 +78,9 @@ export const WriteSecretModal: React.FC<{
65
78
  return;
66
79
  }
67
80
 
68
- if (!key || !value || !location) {
81
+ const secretValue = multiline ? flattenSecretValue(value) : value;
82
+
83
+ if (!key || !secretValue || !location) {
69
84
  toast({
70
85
  title: "Error",
71
86
  description: "Please fill in all fields.",
@@ -77,7 +92,7 @@ export const WriteSecretModal: React.FC<{
77
92
  try {
78
93
  await writeSecret({
79
94
  key,
80
- value,
95
+ value: secretValue,
81
96
  provider,
82
97
  name: location,
83
98
  });
@@ -120,14 +135,27 @@ export const WriteSecretModal: React.FC<{
120
135
  </div>
121
136
  <div className="grid gap-2">
122
137
  <Label htmlFor="value">Value</Label>
123
- <Input
124
- id="value"
125
- type="password"
126
- value={value}
127
- onChange={(e) => setValue(e.target.value)}
128
- required={true}
129
- autoComplete="off"
130
- />
138
+ {multiline ? (
139
+ <Textarea
140
+ id="value"
141
+ value={value}
142
+ onChange={(e) => setValue(flattenSecretValue(e.target.value))}
143
+ required={true}
144
+ className="my-0 font-code text-xs break-all"
145
+ rows={8}
146
+ autoFocus={true}
147
+ autoComplete="off"
148
+ />
149
+ ) : (
150
+ <Input
151
+ id="value"
152
+ type="password"
153
+ value={value}
154
+ onChange={(e) => setValue(e.target.value)}
155
+ required={true}
156
+ autoComplete="off"
157
+ />
158
+ )}
131
159
  {/* http is prone to man-in-the-middle */}
132
160
  {isHttpUrl() && (
133
161
  <FormDescription>