Deploy the lookup slice and tune it on the Pixel #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mobrule/kurageyomi#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#1
What to build
Not a build — a sitting with the phone. Deploy per
docs/deploy-brief-hermes.md, then answer the questions the design deliberately left to the hand rather than to paper.Remember the two things that waste time: dex-win has to be awake for the fetch, and the phone caches
main.js— hard-reload after deploying or you will debug the previous build.Acceptance criteria
Blocked by
Unblocked — #8, #9, #10, #11 and #12 are merged to
mainat168b131. Suites: 56 C#, 179 phone.Things the batch turned up that this sitting should settle, in rough order of how much they matter:
Will it even load.
Microsoft.Data.Sqliteis not shipped in the plugin; it resolves at runtime from Jellyfin's own copy (10.11 uses EF Core SQLite forjellyfin.db). That is what keeps the deploy to one dll, and it is unverified on a real server. If the plugin fails to load on dionysus, this is the first suspect.The dictionary build. 4.4s and 62MB on dex-win. Time it on dionysus — if it is minutes rather than seconds there, the building state needs to say more than that it is building.
Tap accuracy. The risk nothing on paper settles. Does tapping a specific character work, and if it misses, does it miss consistently in one direction? A systematic off-by-one is fixable; random slop means the per-character hitboxes ADR 0007 rejected come back. The one-second
no entryhighlight exists precisely to show you where your finger actually landed — use it.Type size.
--cue-reading-size,--entry-headword-size,--entry-reading-size,--entry-sense-sizeare all custom properties inWeb/index.html. Tune and commit.Two stacked horizontal strips. Regions are distinct so the browser is never in doubt, but whether it feels mushy in the hand is unknown until it is held.
Three known-wrong things, deliberately left for you to judge rather than fixed blind:
no entryhighlight. Rare in subtitles, and the deinflector would not handle it anyway.Back to liveis right there.1/4indicator is not sticky, so a very long Entry scrolls it out of view. The attribution is sticky.Remember: dex-win has to be awake for the fetch, and the phone caches
main.js— hard-reload after deploying or you will debug the previous build.