agent-zero/webui
Alessandro bd584da2f4 Improve Editor text file workflows
Generalize the Editor storage/session path from Markdown-only to exact-text .md and .txt documents, including open, save, Save As, and rename refresh behavior.

Expose Open in Editor as a visible row action in the File Browser for Editor-owned text files, keep non-Editor surface opens in the overflow menu, and route Desktop text MIME handling through the Editor bridge.

Tests: node --check webui/components/modals/file-browser/file-browser-store.js; python -m py_compile plugins/_office/helpers/document_store.py plugins/_editor/helpers/markdown_sessions.py plugins/_editor/api/editor_session.py plugins/_editor/api/ws_editor.py plugins/_desktop/helpers/desktop_session.py plugins/_desktop/api/desktop_session.py plugins/_office/api/office_session.py plugins/_office/api/ws_office.py; pytest tests/test_office_document_store.py tests/test_file_browser_navigation.py tests/test_office_canvas_setup.py -q
2026-06-23 14:42:49 +02:00
..
components Improve Editor text file workflows 2026-06-23 14:42:49 +02:00
css Route mobile canvas rail to modals 2026-06-23 13:28:38 +02:00
js Route mobile canvas rail to modals 2026-06-23 13:28:38 +02:00
public Add file-level DOX docs & update AGENTS indexes 2026-06-08 12:41:53 +02:00
vendor Add file-level DOX docs & update AGENTS indexes 2026-06-08 12:41:53 +02:00
AGENTS.md Refresh welcome screen and composer 2026-06-22 15:12:20 +02:00
index.css Make Rubik the default WebUI font 2026-06-11 04:35:05 +02:00
index.html Refresh welcome screen and composer 2026-06-22 15:12:20 +02:00
index.js Refresh welcome screen and composer 2026-06-22 15:12:20 +02:00
login.css Make Rubik the default WebUI font 2026-06-11 04:35:05 +02:00
login.html feat(login): Implement secure post-login redirection 2026-06-02 21:54:48 -07:00