Carlos Ruiz
Carlos Ruiz
This is still an issue and only small refactoring should be needed to fix, should I make a new PR that doesn't have merge conflicts?
#26 Implements the timeout, so this would be nice
Schema: ```yaml ChapterFollow: chapterId: UUID userId: UUID follows: boolean get: (userId, userId) => cls fromUser: (userId) => cls[] chapterFollows: (userId) => pagination chapters ```
Routes: ```python setFollow(chapter_id: UUID, follow: bool) getFollows(user_id: UUID) getFollowsChapters(offset: int, limit: int) ```
Frontend: ``` - add follow/unfollow button in mangaDetail - My follows page: same as index but only shows chapters and manga from follows ```
Hello, sorry to barge in but it would be useful to also make the "path-style" vs "subdomain" also configurable as part of this feature. The reasoning being that self-hosting the...