style(web): issue refs without hex-looking hashes
This commit is contained in:
+5
-5
@@ -387,7 +387,7 @@ function searchMain(
|
||||
);
|
||||
void fetchRoots();
|
||||
|
||||
/** A series or episode hit opens the series detail view (#129). */
|
||||
/** A series or episode hit opens the series detail view (issue 129). */
|
||||
const openSeries = (id: number, origin: HTMLElement) => {
|
||||
navigate({ kind: "series", seriesId: id });
|
||||
void seriesDetail.open(id, origin, refs.deck, {
|
||||
@@ -679,7 +679,7 @@ function libraryRow(
|
||||
|
||||
/**
|
||||
* An in-library series hit: the whole row opens the series detail view,
|
||||
* which is where its seasons, episodes and decks live (#129).
|
||||
* which is where its seasons, episodes and decks live (issue 129).
|
||||
*/
|
||||
function librarySeriesRow(
|
||||
series: LibrarySeriesHit,
|
||||
@@ -1882,7 +1882,7 @@ function libraryMain(
|
||||
|
||||
/**
|
||||
* One series with its §4.2 derived status: displayed, never editable. The
|
||||
* row opens the detail view — seasons, episodes and their decks (#129).
|
||||
* row opens the detail view — seasons, episodes and their decks (issue 129).
|
||||
*/
|
||||
function seriesRow(
|
||||
series: LibrarySeries,
|
||||
@@ -2134,7 +2134,7 @@ function tvReleasesMain(): TvReleasesView {
|
||||
return { open, hide };
|
||||
}
|
||||
|
||||
/* ---- series detail view (§4.1, §4.2, issue #129) ----------------------- */
|
||||
/* ---- series detail view (§4.1, §4.2, issue issue 129) ----------------------- */
|
||||
|
||||
interface SeriesView {
|
||||
hide: () => void;
|
||||
@@ -2362,7 +2362,7 @@ function seriesMain(board: HTMLElement, tvDeck: TvReleasesView, views: HideableV
|
||||
span.dataset.movieState = episode.state;
|
||||
}),
|
||||
);
|
||||
// #122: gone upstream while its file remained — a conflict, not a state
|
||||
// issue 122: gone upstream while its file remained — a conflict, not a state
|
||||
if (episode.vanished) {
|
||||
chips.append(
|
||||
chip("vanished", (span) => {
|
||||
|
||||
Reference in New Issue
Block a user