(1) The explorer's per-board manifest entry is renamed velxio.json -> libraries.json
and clicking it now opens a READ-ONLY JSON view of that board's declared libraries
(board.libraries) in the editor, instead of the modal. New editor state
manifestViewBoardId: when set, CodeEditor renders a read-only Monaco showing
{libraries:[...]} live; opening/activating any real file clears it. No file is
added to the workspace, so nothing touches compile or save. Library actions are
done in the Library Manager modal (toolbar button).
(2) Drop the 'Uninstall' button for shared index/cache libraries — you can't
uninstall a copy everyone shares (content-addressed cache). Only your own custom
.zip uploads keep a 'Remove' (per-user store). Index libs: just Add to / In project.
|
||
|---|---|---|
| .. | ||
| CodeEditor.tsx | ||
| CompilationConsole.tsx | ||
| EditorToolbar.css | ||
| EditorToolbar.tsx | ||
| FileExplorer.css | ||
| FileExplorer.tsx | ||
| FileTabs.css | ||
| FileTabs.tsx | ||
| retroAsmLanguage.ts | ||