diff --git a/README.md b/README.md index 353b14e..2361515 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ ## Screenshots -|  |  |  | -|----------------------------------------|-------------------------------------------|-------------------------------------------------| -| Overview | Search Dialog | Manga Detail | +|  |  |  | +|----------------------------------------|------------------------------------------|------------------------------------------------| +| Overview | Search Dialog | Manga Detail | ## About The Project @@ -37,9 +37,10 @@ This project makes HTTP-requests to the [Tranga-API](https://github.com/C9Glax/t ## Built With - nginx -- vite -- react -- typescript +- [nuxt](https://github.com/nuxt/nuxt) +- [nuxt ui](https://github.com/nuxt/ui) +- [vue](https://github.com/vuejs/) +- [vite](https://github.com/vitejs/vite) - 💙 Blåhaj 🦈
diff --git a/Screenshots/MangaDetail.png b/Screenshots/MangaDetail.png new file mode 100644 index 0000000..7079fbf Binary files /dev/null and b/Screenshots/MangaDetail.png differ diff --git a/Screenshots/Overview.png b/Screenshots/Overview.png new file mode 100644 index 0000000..196c037 Binary files /dev/null and b/Screenshots/Overview.png differ diff --git a/Screenshots/Search.png b/Screenshots/Search.png new file mode 100644 index 0000000..6b0c319 Binary files /dev/null and b/Screenshots/Search.png differ diff --git a/website/README.md b/website/README.md deleted file mode 100644 index 25b5821..0000000 --- a/website/README.md +++ /dev/null @@ -1,75 +0,0 @@ -# Nuxt Minimal Starter - -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. - -## Setup - -Make sure to install dependencies: - -```bash -# npm -npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm -pnpm dev - -# yarn -yarn dev - -# bun -bun run dev -``` - -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. diff --git a/website/app/pages/search.vue b/website/app/pages/search.vue index 0f27d2f..97698e4 100644 --- a/website/app/pages/search.vue +++ b/website/app/pages/search.vue @@ -39,11 +39,7 @@ :key="m.key" :manga="m" :expanded="i === expanded" - @click="expanded = expanded === i ? -1 : i"> - -