docs: give the documents table its own section in the 0.8.6 blog post - #3064
Merged
Conversation
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.
The 0.8.6 blog post under-sold #3049. It mentioned only "tag filtering on documents" in passing, when that PR also reworked the documents table itself and unified how tags, entities, and metadata render across the control plane.
Changed
The documents list now gets its own section —
## A Documents Table Built for Scanning, after the entity timeline section — led by a screencast of the tag filter in use, with four bullets:The section summary list at the top of the post was updated to match.
GIFs replaced with video
Both visuals on this post are now MP4 rather than GIF, following the
<video>pattern already used by the v0.8.4 release post.Page weight drops from 7.5 MB to 2.8 MB while the frame rate triples — GIF has no interframe compression, so frame rate was the only lever for size. Sources are 60 fps retina (2864×2160) H.264 exports, re-encoded to 1432px / 30 fps / CRF 24, audio stripped,
+faststart.Attributes are
autoPlay controls loop muted playsInline— autoplay+loop so these short silent screencasts behave like the GIFs they replace,mutedbecause iOS Safari blocks autoplay otherwise, andcontrolskept for anyone who wants to pause or scrub.playsInlineis JSX camelCase here (the 0.8.4 post uses lowercaseplaysinline, which React does not recognize as a DOM property).The documents recording is cropped to the browser window — the raw capture included the desktop wallpaper. The entity recording is not cropped: it has an editor zoom that pans the window inside the frame, so no fixed crop rectangle applies. That means the wallpaper is visible at its start and end while the documents clip has none. Say the word and I'll drop the crop on the documents clip so the two match.