feat(library): rating line, manga finish-flip notify, game links, dedupe
- render **Rating:** line in manga/book/game/comic body (after read/play status, gated on rating != '0' + stars non-empty), matching watchlist's render.ts convention - manga finish-flip now notifies user (final chapters out), matching chapter-flip's existing notify path - game renderGame emits ## Links (Steam by appid, RAWG by url) — fixes latent owned-heading strip where user-added Links sections silently vanished since games never re-rendered the heading - move duplicated deriveReadStatus/deriveRating/parseNumOrNull into library/convert.ts, import across specs; zero behavior change
This commit is contained in:
parent
d2a6940270
commit
c14da19c47
13 changed files with 140 additions and 83 deletions
1
tests/fixtures/canonical-book.md
vendored
1
tests/fixtures/canonical-book.md
vendored
|
|
@ -22,6 +22,7 @@ tags: [books, book]
|
|||
**Book** · 1949 · 328 p.
|
||||
|
||||
**Read Status:** Read
|
||||
**Rating:** ⭐️⭐️⭐️⭐️⭐️ (5/5)
|
||||
|
||||
**Authors:** George Orwell
|
||||
|
||||
|
|
|
|||
1
tests/fixtures/canonical-comic.md
vendored
1
tests/fixtures/canonical-comic.md
vendored
|
|
@ -24,6 +24,7 @@ tags: [comics, comic]
|
|||
**Comic** · Ongoing · 2024
|
||||
|
||||
**Read Status:** Reading
|
||||
**Rating:** ⭐️⭐️⭐️⭐️ (4/5)
|
||||
**Progress:** issue 8 / 10
|
||||
|
||||
## Synopsis
|
||||
|
|
|
|||
4
tests/fixtures/canonical-game.md
vendored
4
tests/fixtures/canonical-game.md
vendored
|
|
@ -24,6 +24,7 @@ tags: [games, game]
|
|||
**Game** · 2018-03-02 · Metacritic 79
|
||||
|
||||
**Play Status:** Played
|
||||
**Rating:** ⭐️⭐️⭐️⭐️ (4/5)
|
||||
|
||||
## Synopsis
|
||||
From the creators of Human Resource Machine! Program a workforce of dumb humans to do your bidding in this fiendish puzzle game.
|
||||
|
|
@ -32,5 +33,8 @@ From the creators of Human Resource Machine! Program a workforce of dumb humans
|
|||
**Publisher:** Tomorrow Corporation
|
||||
**Platforms:** PC
|
||||
|
||||
## Links
|
||||
- [Steam](https://store.steampowered.com/app/792100/)
|
||||
|
||||
## My Notes
|
||||
|
||||
|
|
|
|||
1
tests/fixtures/canonical-manga.md
vendored
1
tests/fixtures/canonical-manga.md
vendored
|
|
@ -31,6 +31,7 @@ tags: [mangas, manga]
|
|||
**Manga** · Publishing · 8.7
|
||||
|
||||
**Read Status:** Reading
|
||||
**Rating:** ⭐️⭐️⭐️⭐️ (4/5)
|
||||
**Progress:** ch. 210 / 213
|
||||
|
||||
## Synopsis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue