Refilm the README, and drop the screenshot the GIF repeats - #113
Merged
Merged
Conversation
The card head and the search both changed shape, so the pictures showed an interface that no longer exists. The GIF now searches a word matched deep in four bodies, which is what the excerpt is for. 29 frames instead of 20: one per typed character, and the states between scenes filmed rather than cut. The still went with it — it showed the same board the GIF opens on and holds for a second and a half. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
vmillet-dev
force-pushed
the
docs/refilm-after-the-card-and-search-changes
branch
from
September 14, 2026 23:17
7377292 to
325b1fc
Compare
vmillet-dev
deleted the
docs/refilm-after-the-card-and-search-changes
branch
September 14, 2026 23:26
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 card head and the search both changed shape — #71, #35 and #114 — so both
pictures showed an interface that no longer exists.
The GIF
Same 1920×1080, same corpus of twenty-four notes, same tour.
Palette error, measured by re-expanding a frame exactly as the GIF shows it:
mean channel error 0.19 (rgb565, 256 colours, sampled across every frame).
transitionin the wholestylesheet is on the settings toggle — so there were no in-between frames to
catch and no tweening to add. Smoothness comes from two things instead:
palette. That is the sequence the eye reads as typing.
dropping the tag, going back to "All" were instants the old GIF jumped over;
they are frames now, at 450–600 ms.
The field values fill in bursts rather than per character — eleven frames for
one value is not motion, it is a file size.
The search scene searches
path, which matches four notes: three deep intheir bodies and one by its title. So the count is on screen, three cards quote
the line that put them in the results (
https://{{host}}/api/v1/{{path}},from pathlib import Path,path: |) and the fourth shows the head of its body —which is right, its title being what matched.
The screenshot is gone
It showed the same board the GIF opens on and holds for a second and a half, one
scroll above it. Two pictures of one board is one too many, and it was 211 kB of
README nobody needed twice.
What that costs, stated plainly: a reader who blocks animated images now sees
nothing there. The alt text carries the description either way, and a GIF paints
its first frame as soon as it is decoded, so there is no blank wait on a slow
connection — but it is a real trade and easy to undo.
🤖 Generated with Claude Code