The recent-files list (#35) only surfaces on the start screen. Once you''re in the editor, reopening a recent file means switching fork or using the open dialog.
- Native menu: File > Open Recent submenu fed from the settings store''s
files.recentFiles, pushed to main via the existing menu:state bridge.
- In-app MenuBar: same submenu for the browser build (entries without a live fork context can be disabled there).
- Entries for the currently loaded fork open directly; entries from another fork run the same fork-then-file flow as the start screen.
The recent-files list (#35) only surfaces on the start screen. Once you''re in the editor, reopening a recent file means switching fork or using the open dialog.
files.recentFiles, pushed to main via the existingmenu:statebridge.