diff --git a/README.md b/README.md index 18fc011..6b780d3 100644 --- a/README.md +++ b/README.md @@ -496,8 +496,9 @@ The payoff, once those hooks are in place: "write a report and share it" becomes the agent generating `wiki/report.html` and replying with a link. The web UI lists your orgs' projects in the sidebar (⌘K opens a command -palette: fuzzy file search, project switching, share/history/upload -actions); selecting one browses that project's files, and the **History** +palette: fuzzy file search, project switching, the project's own pages, and +history — plus share and download of the file you have open); selecting one +browses that project's files, and the **History** view shows every change — which account made it, when, from which device (name and OS — never the connecting IP), with view/download of any past version (content is diff --git a/internal/webapp/frontend/src/components/Palette.tsx b/internal/webapp/frontend/src/components/Palette.tsx index 4bd0cf8..fc88d29 100644 --- a/internal/webapp/frontend/src/components/Palette.tsx +++ b/internal/webapp/frontend/src/components/Palette.tsx @@ -5,7 +5,7 @@ import { Dialog, DialogContent, DialogTitle } from "@/components/ui/dialog"; /* ---- command palette (⌘K / Ctrl+K) ---- One box for everything: fuzzy-jump to any file, switch projects, and run - quick actions (share, history, upload, download, sign out). */ + quick actions (history always, share and download on a file, sign out). */ export interface PaletteItem { icon: string;