Skip to content

Commit

Permalink
Update 2024-04-21.js
Browse files Browse the repository at this point in the history
actually update source and not break watch filters
  • Loading branch information
timid-one authored Apr 21, 2024
1 parent 745b747 commit 99f8c36
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/js/data/2024-04-21.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dataSetVersion = "2023-12-09"; // Change this when creating a new data set version. YYYY-MM-DD format.
dataSet[dataSetVersion] = {};

dataSet[dataSetVersion].options = [
{
name: "Filter by Watched/Unwatched status",
key: "status",
tooltip: "Check this to restrict to watched/unwatched characters.",
checked: false,
sub: [
{ name: "Watched", key: "wch" },
{ name: "Unwatched", key: "unw" },
]
},
];
dataSet[dataSetVersion].characterData = [
{name: "Ougi Oshino", img: "Ougi Oshino.gif",opts: {status: ["wch",]}},
{name: "Hitagi Senjougahara", img: "Hitagi Senjougahara.gif",opts: {status: ["wch",]}},
{name: "Sayaka Kanamori", img: "Sayaka Kanamori.gif",opts: {status: ["wch",]}},
Expand Down Expand Up @@ -2078,7 +2094,7 @@
{name: "Chizuru Ikeda", img: "Chizuru Ikeda.png",opts: {status: ["wch",]}},



{name: "Son Goku",
img: href="src/assets/chars/unwatched/Son Goku.png",
opts: {status: ["unw",]}},
Expand Down

0 comments on commit 99f8c36

Please sign in to comment.