Move search to server #2

Merged
augustskare merged 2 commits from feature/server-search into main 2023-03-10 12:21:44 +00:00
augustskare commented 2023-03-09 22:06:12 +00:00 (Migrated from github.com)
No description provided.
olaven commented 2023-03-10 07:26:49 +00:00 (Migrated from github.com)

Thank you for both this and #1, @augustskare 🎉 Both PRs look great. I'll have some time to have a proper look before the end of the day.

EDIT: typo

Thank you for both this and #1, @augustskare 🎉 Both PRs look great. I'll have some time to have a proper look before the end of the day. EDIT: typo
olaven (Migrated from github.com) approved these changes 2023-03-10 12:21:00 +00:00
olaven (Migrated from github.com) left a comment

Brilliant

Brilliant ✨
@ -3,2 +3,3 @@
export function SerieCard(props: { serie: Serie }) {
export function SerieCard(props: { serie: Serie, origin: string }) {
const feedUrl = new URL(`/api/feeds/${props.serie.seriesId}`, props.origin);
olaven (Migrated from github.com) commented 2023-03-10 12:16:48 +00:00

🙇‍♂️

🙇‍♂️
@ -1,10 +1,28 @@
import { Head } from "$fresh/runtime.ts";
olaven (Migrated from github.com) commented 2023-03-10 12:19:18 +00:00
```suggestion ```
Sign in to join this conversation.
No description provided.