mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-08 22:52:02 -05:00
[PR #142] [MERGED] [4chan] Add Support for 4chan #142
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/142
Author: @ricoberger
Created: 2/14/2024
Status: ✅ Merged
Merged: 2/14/2024
Merged by: @ricoberger
Base:
main← Head:4chan-add-support-for-4chan📝 Commits (1)
d81820d[4chan] Add Support for 4chan📊 Changes
17 files changed (+957 additions, -2 deletions)
View changed files
📝
app/fonts/FDIcons.ttf(+0 -0)📝
app/lib/models/source.dart(+17 -0)📝
app/lib/utils/fd_icons.dart(+4 -2)📝
app/lib/widgets/item/details/item_details.dart(+7 -0)➕
app/lib/widgets/item/details/item_details_fourchan.dart(+40 -0)📝
app/lib/widgets/item/preview/item_preview.dart(+6 -0)➕
app/lib/widgets/item/preview/item_preview_fourchan.dart(+50 -0)📝
app/lib/widgets/source/add/add_source.dart(+5 -0)➕
app/lib/widgets/source/add/add_source_fourchan.dart(+440 -0)📝
app/templates/iconfont/config.json(+14 -0)➕
app/templates/iconfont/fourchan.svg(+7 -0)📝
app/templates/iconfont/iconfont.afdesign(+0 -0)📝
landing/app/page.tsx(+19 -0)📝
supabase/functions/_shared/feed/feed.ts(+9 -0)➕
supabase/functions/_shared/feed/fourchan.ts(+203 -0)➕
supabase/functions/_shared/feed/fourchan_test.ts(+134 -0)📝
supabase/functions/_shared/models/source.ts(+2 -0)📄 Description
This commit adds support for 4chan. This means that 4chan can be selected as a new source type. When the 4chan source is selected a user can select a board from which he wants to get the RSS feed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.