diff --git a/src/components/items.svelte b/src/components/anilistItems.svelte similarity index 98% rename from src/components/items.svelte rename to src/components/anilistItems.svelte index 19a20fa..cfec198 100644 --- a/src/components/items.svelte +++ b/src/components/anilistItems.svelte @@ -60,6 +60,9 @@ width: 100%; height: 100%; z-index: 100; + } + h3 { + margin: 0; } .items { display: grid; diff --git a/src/components/mangadexItems.svelte b/src/components/mangadexItems.svelte new file mode 100644 index 0000000..d0e10ce --- /dev/null +++ b/src/components/mangadexItems.svelte @@ -0,0 +1,93 @@ + + + +
+ + + \ No newline at end of file diff --git a/src/pages/[manga]/index.svelte b/src/pages/[manga]/index.svelte index e8abc9f..953b7ca 100644 --- a/src/pages/[manga]/index.svelte +++ b/src/pages/[manga]/index.svelte @@ -11,8 +11,8 @@ import { slide } from "svelte/transition"; import { Swiper, SwiperSlide } from 'swiper/svelte'; import ArtList from "../../components/artList.svelte"; - import SvelteMarkdown from 'svelte-markdown' -import ArtDialog from "../../components/artDialog.svelte"; + import SvelteMarkdown from 'svelte-markdown'; + import ArtDialog from "../../components/artDialog.svelte"; export var scoped; diff --git a/src/pages/index.svelte b/src/pages/index.svelte index 3c63dea..7d5289c 100644 --- a/src/pages/index.svelte +++ b/src/pages/index.svelte @@ -1,11 +1,84 @@ +- Sign in via Anilist to view your manga list. + Sign in via Anilist to view your manga list and search for manga online.
{/if}This site works by using Mangadex API from your browser, and loading or downloading the manga directly from MD@H, without using my servers (so I don't host any content seen here, nor can I delete it). The whole site is client side only (it runs in your browser). I cannot delete any content (images or text), only hide it from this specific site - but there are tons of other sites, and anybody with decent coding skills can clone this page and remove the rule hiding the content (this page is open source).
- -DISCLAIMER: This site isn't distributing any content and is using mangadex.org API. All of the site's requests are done client side, my servers aren't sharing any manga data. Website is open source, and I don't claim any copyright on the publications. If you believe in good faith you're downloading copyrighted content, file a DMCA at yourself, your operating system (as it took a part in the download), your ISP, your browser and all the free libraries that are used in any of the previous (made by volunteers), and then here. /s
- -@@ -98,6 +174,14 @@
Website's source code available on GitHub under GPLv3. Hosted on Cloudflare Pages, a static site hosting, where none of the images are stored.
+ +This site works by using Mangadex API from your browser, and loading or downloading the manga directly from MD@H, without using my servers (so I don't host any content seen here, nor can I delete it). The whole site is client side only (it runs in your browser). I cannot delete any content (images or text), only hide it from this specific site - but there are tons of other sites, and anybody with decent coding skills can clone this page and remove the rule hiding the content (this page is open source).
+ +DISCLAIMER: This site isn't distributing any content and is using mangadex.org API. All of the site's requests are done client side, my servers aren't sharing any manga data. Website is open source, and I don't claim any copyright on the publications. If you believe in good faith you're downloading copyrighted content, file a DMCA at yourself, your operating system (as it took a part in the download), your ISP, your browser and all the free libraries that are used in any of the previous (made by volunteers), and then here. /s