Move search to server #2
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: olaven/nrss#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "feature/server-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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);🙇♂️
@ -1,10 +1,28 @@import { Head } from "$fresh/runtime.ts";