mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #78] [MERGED] [reddit] Remove Tables from Description #82
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/78
Author: @ricoberger
Created: 11/26/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @ricoberger
Base:
main← Head:reddit-remove-tables-from-description📝 Commits (1)
2460444[reddit] Remove Tables from Description📊 Changes
1 file changed (+22 additions, -3 deletions)
View changed files
📝
supabase/functions/_shared/feed/reddit.ts(+22 -3)📄 Description
When a Reddit post contained an image it was always rendered as table, where the image was displayed in the left column and the author in the right column. This looked very ugly in the app, so that we are now removing all tables from the description of an Reddit post, so that the image is rendered as large as possible and the author is displayed below the image.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.