[PR #142] [MERGED] [4chan] Add Support for 4chan #142

Closed
opened 2025-10-31 16:58:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/142 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 2/14/2024 **Status:** ✅ Merged **Merged:** 2/14/2024 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `4chan-add-support-for-4chan` --- ### 📝 Commits (1) - [`d81820d`](https://github.com/feeddeck/feeddeck/commit/d81820dd4c0e7acb3f03a57e21155f548f6648ae) [4chan] Add Support for 4chan ### 📊 Changes **17 files changed** (+957 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:58:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#142