Skip to content

Commit

Permalink
feat: small adjustments to catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 13, 2024
1 parent c4145d6 commit 3ba6f6f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion content/games/umineko/umineko.mdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Umineko When They Cry"
finishedDate: 2019-05-22
rating: "masterpiece"
rating: "loved"
platform: "pc"
igdb: "65754"
---

I love this game a lot, but it is very long and a bit of a drag at times. But it's still really good!
4 changes: 1 addition & 3 deletions content/movies/past-lives/past-lives.mdoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: "Past Lives"
rating: "liked"
rating: "loved"
finishedDate: 2024-08-16
tmdb: "666277"
---


Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Puss in Boots: The Last Wish"
rating: "masterpiece"
rating: "loved"
finishedDate: 2023-01-02
tmdb: "315162"
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Greatest Showman"
rating: "okay"
rating: "disliked"
finishedDate: 2024-07-22
tmdb: "316029"
---
Expand Down
2 changes: 1 addition & 1 deletion content/shows/mr-mrs-smith/mr-mrs-smith.mdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Mr. & Mrs. Smith"
rating: "loved"
rating: "liked"
finishedDate: 2024-07-15
tmdb: "118642"
---
Expand Down
2 changes: 1 addition & 1 deletion src/components/catalogue/Core.astro
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const pageLenth = 30;
}

function updateSeeMoreButton() {
seeMoreButton.disabled = _currentPage === serverStatus.totalPages;
seeMoreButton.style.display = _currentPage === serverStatus.totalPages ? "none" : "block";
}

let searchDebounce: ReturnType<typeof setTimeout>;
Expand Down

0 comments on commit 3ba6f6f

Please sign in to comment.