diff --git a/.prettierignore b/.prettierignore index 75dc494..3c4586e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,3 +2,4 @@ pnpm-lock.yaml package-lock.json yarn.lock +CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd6128..4c6f7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## 0.2.1 (2024-07-23) - ### ⚠ BREAKING CHANGES * switch to new repo @@ -16,8 +15,7 @@ * add entrypoint ([#24](https://github.com/rivenmedia/riven-frontend/issues/24)) ([23eb54f](https://github.com/rivenmedia/riven-frontend/commit/23eb54fa95e6dedf60014e6f09458d6ca117ebe7)) * frontend improvements ([#25](https://github.com/rivenmedia/riven-frontend/issues/25)) ([2a3aff5](https://github.com/rivenmedia/riven-frontend/commit/2a3aff546a1cd63118866b333adabfdd16b41642)) * frontend improvements ([#27](https://github.com/rivenmedia/riven-frontend/issues/27)) ([1fa18b0](https://github.com/rivenmedia/riven-frontend/commit/1fa18b0c0e8582d1e7017cc4fa34e370319924c9)) -* Only show items of type Movie or Show in the incomplete items … ([#29](https://github.com/rivenmedia/riven-frontend/issues/29)) ([7a20c28](https://github.com/rivenmedia/riven-frontend/commit/7a20c288822d79e6792c371eab7762dd96597947)) - +* Only show items of type Movie or Show in the incomplete items … ([#29](https://github.com/rivenmedia/riven-frontend/issues/29)) ([7a20c28](https://github.com/rivenmedia/riven-frontend/commit/7a20c288822d79e6792c371eab7762dd96597947)) ### Bug Fixes @@ -25,10 +23,7 @@ * docker entrypoint ([#21](https://github.com/rivenmedia/riven-frontend/issues/21)) ([f1e093f](https://github.com/rivenmedia/riven-frontend/commit/f1e093f409fa48ff36bb4749a1796ee2b93e1f16)) * Dockerfile and add .dockerignore ([c3a3cee](https://github.com/rivenmedia/riven-frontend/commit/c3a3cee192f9c34dbf932cbd95caa4fcedd5a0ee)) - ### Miscellaneous Chores * release 0.2.1 ([795d970](https://github.com/rivenmedia/riven-frontend/commit/795d9701ec9ac48b606a0a52b40d6d9be265f914)) * switch to new repo ([7f38432](https://github.com/rivenmedia/riven-frontend/commit/7f38432d9e71c598010cea6a25a577fbc97b8595)) - - diff --git a/src/lib/components/media-tmdb-carousel.svelte b/src/lib/components/media-tmdb-carousel.svelte index cb1e743..fe30d44 100644 --- a/src/lib/components/media-tmdb-carousel.svelte +++ b/src/lib/components/media-tmdb-carousel.svelte @@ -16,7 +16,7 @@ >

{name}

-
+
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5913376..9b5c50c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -112,7 +112,7 @@ {#each data.trendingAll.results as trendingAll} {#if trendingAll.media_type !== 'person'} {@const mediaType = trendingAll.media_type} - +
@@ -121,14 +121,12 @@ class="group relative flex h-full w-full flex-shrink-0 flex-col" >
- {trendingAll.name} + {trendingAll.name}
1 })}