docs: new Interface section covering the sidebar and the composer - #44
Open
victorpavlenko wants to merge 1 commit into
Open
docs: new Interface section covering the sidebar and the composer#44victorpavlenko wants to merge 1 commit into
victorpavlenko wants to merge 1 commit into
Conversation
Two pages, fifteen screen recordings, and a handful of corrections to what the docs already said about both. 1. New **Interface** group ahead of Features, holding `sidebar` and `composer`; both moved out of Features and every cross-link updated 2. Sidebar: projects, labels, pins, drag and drop, search, hover preview, multi-select, status marks, keyboard, width, and getting back to a project 3. Composer: attachments, granting screen recording, the `@` menu, saved prompts, prompt history, previews, reasoning modes, permissions, dictation 4. Chat page corrected: modes are Quick / Deep / Max, not High / Fast, and the access control is not the encryption shield 5. Fifteen MP4 clips in `<video>` rather than GIF — the first clip weighed 12 MB as a GIF and 373 KB as an MP4 at a higher frame rate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new pages under a new Interface group, with fifteen screen recordings and
a set of corrections to what the docs already said about both surfaces.
What is here
sidebarandcomposer. Bothpages moved out of Features and every cross-link updated, including the one
on the Chat page.
messages, hover preview, multi-select, status marks, keyboard, width, and
getting back to a project from the breadcrumb.
the
@menu and its scopes, saved prompts, prompt history, previews,reasoning modes, permissions, dictation, shortcuts.
Corrections to existing pages
The Chat page named the reasoning modes High / Fast; they are Quick / Deep
/ Max, and new chats start in Deep. It also described the access control as the
encryption shield — those are two different controls, and the shield is
encryption. Both fixed.
Several claims were rewritten after the recordings showed otherwise: a project's
icon and colour are chosen after it exists rather than while creating it, labels
apply to projects as well as chats, unpinning has three routes rather than only
dragging out, search results stay grouped by project, and a selection can span
several projects. One claim was removed outright — a chat cannot be dragged
between projects, the backend refuses it, and the page now says why.
Video rather than GIF
The first clip came to 12 MB as a GIF at every setting worth trying, and 373 KB
as an MP4 at a higher frame rate and full width. GIF cannot compress motion. The
slots are
<video autoPlay loop muted playsInline>, which behaves like a GIF andweighs a fraction of one. Total for both pages is 18 MB across fifteen clips.
The screen-recording walkthrough is the one exception: it sits behind an
<Accordion>and usescontrolsrather than autoplay, because a video inside acollapsed
<details>does not start on its own and would open on a frozen frame.Checks
npm run buildpasses;cspell "**/*.mdx"is clean with two words added to thedictionary (
Recents,timecode).