feat(slides): add first_slide field to DeckInfo + clean stale rpc.sock from --info #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik"
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?
Focused follow-up after PR #56 (closed as superseded by upstream
a83ffff+3b89ec2).Changes
Port
first_slide: Option<String>field onDeckInfofromdevelopment_kristoffb3b622.discovery.rs::deck_info_from_pathpopulates it from the first slide with a generated PNG. Exposed indeck.listJSON output anddeck_summary_valuefor UI thumbnail rendering.Drop stale
rpc.sockentries from--infoJSON output:hero_slidesCLI binds no sockets —sockets: []hero_slides_adminonly bindsadmin.sock— drop the rpc entryVerified locally
deck.listJSON now carriesfirst_slidefor both example decks (01_titleforhero_slides_intro,01_introforsample_deck)hero_slides_admin --inforeportssockets: ['admin']onlyDiff stat
5 files, +14 / -18.
Signed-off-by: mik-tf