]> Untitled Git - lemmy-ui.git/log
lemmy-ui.git
13 months agoMove password reset form to separate route, view (#1390)
Alec Armbruster [Mon, 26 Jun 2023 18:54:38 +0000 (14:54 -0400)]
Move password reset form to separate route, view (#1390)

* rework password reset form

* make self-suggested changes

* cleaning

* validate in handlePasswordReset as well

* update submodule

* partially make suggested changes

* make suggested changes

* resolve merge conflicts

* resolve merge conflicts

* resolve merge conflicts

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agofeat(UI): Reduce base font size (#1591)
Jay Sitter [Mon, 26 Jun 2023 18:53:37 +0000 (14:53 -0400)]
feat(UI): Reduce base font size (#1591)

* feat: Reduce base font size

* chore: Build themes

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoFix: missing semantic css classes and html elements (#1583)
Anansi [Mon, 26 Jun 2023 18:51:04 +0000 (20:51 +0200)]
Fix: missing semantic css classes and html elements (#1583)

* Fix: missing semantic css classes and html elements.

Now all pages have a main and aside element when a sidebar is present to facilitate custom theming. This does not impact the default behavior of the front.

* Fix: re-added communityref on main element

---------

Co-authored-by: 0xAnansi <0xAnansi@omageni.com>
Co-authored-by: Jay Sitter <jsit@users.noreply.github.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agochore(DX): Add prettier to eslint config for use with editors
Jay Sitter [Mon, 26 Jun 2023 14:37:21 +0000 (10:37 -0400)]
chore(DX): Add prettier to eslint config for use with editors

13 months agoOnly give child comments colored borders
SleeplessOne1917 [Sun, 25 Jun 2023 19:20:06 +0000 (15:20 -0400)]
Only give child comments colored borders

13 months agoAssociate NSFW label with its checkbox
Dominic Mazzoni [Mon, 26 Jun 2023 04:11:23 +0000 (21:11 -0700)]
Associate NSFW label with its checkbox

13 months agofix: Remove unnecessary string interpolations
Jay Sitter [Sun, 25 Jun 2023 23:36:19 +0000 (19:36 -0400)]
fix: Remove unnecessary string interpolations

13 months agofix: Remove unnecessary class
Jay Sitter [Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)]
fix: Remove unnecessary class

13 months agofix: Remove unnecessary classes
Jay Sitter [Sun, 25 Jun 2023 22:18:16 +0000 (18:18 -0400)]
fix: Remove unnecessary classes

13 months agofix: Restore removed classes
Jay Sitter [Sun, 25 Jun 2023 22:15:59 +0000 (18:15 -0400)]
fix: Restore removed classes

13 months agofix: Remove wrapping li's
Jay Sitter [Sun, 25 Jun 2023 22:13:13 +0000 (18:13 -0400)]
fix: Remove wrapping li's

13 months agofix: Remove extraneous classes
Jay Sitter [Sun, 25 Jun 2023 22:11:12 +0000 (18:11 -0400)]
fix: Remove extraneous classes

13 months agofix: Move things back to where they were
Jay Sitter [Sun, 25 Jun 2023 22:08:26 +0000 (18:08 -0400)]
fix: Move things back to where they were

13 months agochore: Separate post mod buttons into functions
Jay Sitter [Sun, 25 Jun 2023 22:01:25 +0000 (18:01 -0400)]
chore: Separate post mod buttons into functions

13 months agoMerge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536
Jay Sitter [Mon, 26 Jun 2023 22:24:31 +0000 (18:24 -0400)]
Merge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536

* lemmy/main:
  fix vote button alignment
  Fix feedback on banning an unbanning
  remove icon (#1618)
  Indicate valid and invalid fields in signup form (#1450)
  capitalize button (#1616)
  Move password reset form to separate route, view (#1390)
  feat(UI): Reduce base font size (#1591)
  Fix: missing semantic css classes and html elements (#1583)

13 months agoMerge branch 'main' into feat/hide-avatars-on-listings
Jay Sitter [Mon, 26 Jun 2023 22:12:04 +0000 (18:12 -0400)]
Merge branch 'main' into feat/hide-avatars-on-listings

13 months agoremove toUpperCase since the translation is uppercase
Alec Armbruster [Mon, 26 Jun 2023 21:19:34 +0000 (17:19 -0400)]
remove toUpperCase since the translation is uppercase

13 months agoMerge pull request #1624 from LemmyNet/bugfix/vote-button-position
SleeplessOne1917 [Mon, 26 Jun 2023 21:19:19 +0000 (21:19 +0000)]
Merge pull request #1624 from LemmyNet/bugfix/vote-button-position

Fix `VoteButtons` positioning

13 months agoMerge branch 'main' into bugfix/vote-button-position
SleeplessOne1917 [Mon, 26 Jun 2023 21:15:53 +0000 (21:15 +0000)]
Merge branch 'main' into bugfix/vote-button-position

13 months agoMerge pull request #1622 from pascaldevink/fix_feedback_on_ban_and_unban
SleeplessOne1917 [Mon, 26 Jun 2023 21:10:52 +0000 (21:10 +0000)]
Merge pull request #1622 from pascaldevink/fix_feedback_on_ban_and_unban

Fix feedback on banning an unbanning

13 months agofix vote button alignment
Alec Armbruster [Mon, 26 Jun 2023 21:10:39 +0000 (17:10 -0400)]
fix vote button alignment

13 months agoMerge branch 'main' into fix_feedback_on_ban_and_unban
SleeplessOne1917 [Mon, 26 Jun 2023 21:08:32 +0000 (21:08 +0000)]
Merge branch 'main' into fix_feedback_on_ban_and_unban

13 months agopartially revert change
Alec Armbruster [Mon, 26 Jun 2023 21:04:19 +0000 (17:04 -0400)]
partially revert change

13 months agoAdd space between cancel and ban button
Pascal de Vink [Mon, 26 Jun 2023 19:46:15 +0000 (20:46 +0100)]
Add space between cancel and ban button

When banning a user, the modal has two buttons: cancel and ban. These
buttons are so close to each other that it's hard to see they are
separate buttons.
By putting each button on their own row, there is more space between
them.

13 months agoadd tooltip
Alec Armbruster [Mon, 26 Jun 2023 20:49:09 +0000 (16:49 -0400)]
add tooltip

13 months agoFix feedback on banning an unbanning
Pascal de Vink [Mon, 26 Jun 2023 20:45:56 +0000 (21:45 +0100)]
Fix feedback on banning an unbanning

 When banning or unbanning, the API call was done, but updating the
frontend failed. This caused a confusing experience for an admin, until
the page was reloaded.

13 months agomake post creator badge stand out more
Alec Armbruster [Mon, 26 Jun 2023 20:41:14 +0000 (16:41 -0400)]
make post creator badge stand out more

13 months agoremove icon (#1618)
Alec Armbruster [Mon, 26 Jun 2023 20:09:11 +0000 (16:09 -0400)]
remove icon (#1618)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoIndicate valid and invalid fields in signup form (#1450)
dullbananas [Mon, 26 Jun 2023 19:57:23 +0000 (12:57 -0700)]
Indicate valid and invalid fields in signup form (#1450)

* Use was-validated class in signup form

* Update signup.tsx

* Update signup.tsx

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
13 months agoMerge branch 'main' into feat/pureblack-theme
Alec Armbruster [Mon, 26 Jun 2023 19:50:14 +0000 (15:50 -0400)]
Merge branch 'main' into feat/pureblack-theme

13 months agocapitalize button (#1616)
Alec Armbruster [Mon, 26 Jun 2023 19:25:22 +0000 (15:25 -0400)]
capitalize button (#1616)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoMove password reset form to separate route, view (#1390)
Alec Armbruster [Mon, 26 Jun 2023 18:54:38 +0000 (14:54 -0400)]
Move password reset form to separate route, view (#1390)

* rework password reset form

* make self-suggested changes

* cleaning

* validate in handlePasswordReset as well

* update submodule

* partially make suggested changes

* make suggested changes

* resolve merge conflicts

* resolve merge conflicts

* resolve merge conflicts

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agofeat(UI): Reduce base font size (#1591)
Jay Sitter [Mon, 26 Jun 2023 18:53:37 +0000 (14:53 -0400)]
feat(UI): Reduce base font size (#1591)

* feat: Reduce base font size

* chore: Build themes

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoFix: missing semantic css classes and html elements (#1583)
Anansi [Mon, 26 Jun 2023 18:51:04 +0000 (20:51 +0200)]
Fix: missing semantic css classes and html elements (#1583)

* Fix: missing semantic css classes and html elements.

Now all pages have a main and aside element when a sidebar is present to facilitate custom theming. This does not impact the default behavior of the front.

* Fix: re-added communityref on main element

---------

Co-authored-by: 0xAnansi <0xAnansi@omageni.com>
Co-authored-by: Jay Sitter <jsit@users.noreply.github.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
13 months agoMerge branch 'main' into feat/pureblack-theme
Alec Armbruster [Mon, 26 Jun 2023 18:35:03 +0000 (14:35 -0400)]
Merge branch 'main' into feat/pureblack-theme

13 months agoMerge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536
Jay Sitter [Mon, 26 Jun 2023 18:25:29 +0000 (14:25 -0400)]
Merge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536

* lemmy/main:
  fix: Remove unnecessary class
  fix: Remove unnecessary classes
  fix: Restore removed classes
  fix: Remove wrapping li's
  fix: Remove extraneous classes
  fix: Move things back to where they were
  chore: Separate post mod buttons into functions

13 months agoMerge branch 'main' into bug/fix-image-collapse-upon-vote
Alec Armbruster [Mon, 26 Jun 2023 18:02:16 +0000 (14:02 -0400)]
Merge branch 'main' into bug/fix-image-collapse-upon-vote

13 months agoremove hook entirely
Alec Armbruster [Mon, 26 Jun 2023 16:16:32 +0000 (12:16 -0400)]
remove hook entirely

13 months agoMerge pull request #1599 from jsit/chore/separate-mod-button-functions
Jay Sitter [Mon, 26 Jun 2023 16:11:09 +0000 (12:11 -0400)]
Merge pull request #1599 from jsit/chore/separate-mod-button-functions

chore: Separate post mod buttons into functions

13 months agoMerge branch 'main' into chore/separate-mod-button-functions
Jay Sitter [Mon, 26 Jun 2023 16:03:26 +0000 (12:03 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions

13 months agoMerge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536
Jay Sitter [Mon, 26 Jun 2023 15:31:01 +0000 (11:31 -0400)]
Merge remote-tracking branch 'lemmy/main' into fix/wider-max-width-1536

* lemmy/main:
  chore(DX): Add prettier to eslint config for use with editors
  fix: Remove unnecessary string interpolations

13 months agoMerge pull request #1611 from jsit/chore/add-eslint-plugin-prettier
Jay Sitter [Mon, 26 Jun 2023 15:28:10 +0000 (11:28 -0400)]
Merge pull request #1611 from jsit/chore/add-eslint-plugin-prettier

chore(DX): Add prettier to eslint config for use with editors

13 months agorun prettier
Alec Armbruster [Mon, 26 Jun 2023 14:41:21 +0000 (10:41 -0400)]
run prettier

13 months agoadd darkly-pureblack theme
Alec Armbruster [Mon, 26 Jun 2023 14:37:39 +0000 (10:37 -0400)]
add darkly-pureblack theme

13 months agochore(DX): Add prettier to eslint config for use with editors
Jay Sitter [Mon, 26 Jun 2023 14:37:21 +0000 (10:37 -0400)]
chore(DX): Add prettier to eslint config for use with editors

13 months agofix bug collapsing previews when voting
Alec Armbruster [Mon, 26 Jun 2023 13:25:00 +0000 (09:25 -0400)]
fix bug collapsing previews when voting

13 months agoMerge pull request #1603 from jsit/chore/fix-unnecessary-string-interpolation
SleeplessOne1917 [Mon, 26 Jun 2023 13:01:44 +0000 (13:01 +0000)]
Merge pull request #1603 from jsit/chore/fix-unnecessary-string-interpolation

chore: Remove unnecessary string interpolations

13 months agoMerge branch 'main' into chore/fix-unnecessary-string-interpolation
Jay Sitter [Mon, 26 Jun 2023 12:50:54 +0000 (08:50 -0400)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation

13 months agoMerge branch 'main' into feat/hide-avatars-on-listings
Jay Sitter [Mon, 26 Jun 2023 12:50:41 +0000 (08:50 -0400)]
Merge branch 'main' into feat/hide-avatars-on-listings

13 months agoMerge branch 'main' into feat/toggle-body-1595
Jay Sitter [Mon, 26 Jun 2023 12:50:34 +0000 (08:50 -0400)]
Merge branch 'main' into feat/toggle-body-1595

13 months agoMerge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Mon, 26 Jun 2023 12:50:12 +0000 (08:50 -0400)]
Merge branch 'main' into fix/wider-max-width-1536

13 months agoMerge pull request #1594 from LemmyNet/comment-border
SleeplessOne1917 [Mon, 26 Jun 2023 10:35:09 +0000 (10:35 +0000)]
Merge pull request #1594 from LemmyNet/comment-border

Only give child comments colored borders

13 months agoMerge branch 'main' into chore/fix-unnecessary-string-interpolation
SleeplessOne1917 [Mon, 26 Jun 2023 10:18:14 +0000 (10:18 +0000)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation

13 months agoMerge branch 'main' into comment-border
SleeplessOne1917 [Mon, 26 Jun 2023 10:15:27 +0000 (10:15 +0000)]
Merge branch 'main' into comment-border

13 months agoMerge pull request #1605 from minorninth/fix_nsfw_checkbox_label
Jay Sitter [Mon, 26 Jun 2023 05:41:37 +0000 (01:41 -0400)]
Merge pull request #1605 from minorninth/fix_nsfw_checkbox_label

Associate NSFW label with its checkbox

13 months agoAssociate NSFW label with its checkbox
Dominic Mazzoni [Mon, 26 Jun 2023 04:11:23 +0000 (21:11 -0700)]
Associate NSFW label with its checkbox

13 months agofix: Remove unused comment
Jay Sitter [Mon, 26 Jun 2023 02:01:24 +0000 (22:01 -0400)]
fix: Remove unused comment

13 months agofix: Fix image/title wrapping on small
Jay Sitter [Mon, 26 Jun 2023 00:06:34 +0000 (20:06 -0400)]
fix: Fix image/title wrapping on small

13 months agofix: Fix post listing vote/image/title widths
Jay Sitter [Mon, 26 Jun 2023 00:00:43 +0000 (20:00 -0400)]
fix: Fix post listing vote/image/title widths

13 months agofix: Fix a too-small thumbnail column
Jay Sitter [Sun, 25 Jun 2023 23:46:27 +0000 (19:46 -0400)]
fix: Fix a too-small thumbnail column

13 months agofix: Set max height on post listing thumbnails
Jay Sitter [Sun, 25 Jun 2023 23:40:49 +0000 (19:40 -0400)]
fix: Set max height on post listing thumbnails

13 months agofix: Remove unnecessary string interpolations
Jay Sitter [Sun, 25 Jun 2023 23:36:19 +0000 (19:36 -0400)]
fix: Remove unnecessary string interpolations

13 months agofix: Tidy up divs
Jay Sitter [Sun, 25 Jun 2023 23:29:14 +0000 (19:29 -0400)]
fix: Tidy up divs

13 months agofix: Make navbar container full screen width #1536
Jay Sitter [Sun, 25 Jun 2023 18:41:20 +0000 (14:41 -0400)]
fix: Make navbar container full screen width #1536

13 months agofeat: Use plus/minus expand button in title for showing body/preview
Jay Sitter [Sun, 25 Jun 2023 22:43:13 +0000 (18:43 -0400)]
feat: Use plus/minus expand button in title for showing body/preview

13 months agoMerge branch 'main' into feat/create-post-file-upload-a11y
Jay Sitter [Sun, 25 Jun 2023 22:20:04 +0000 (18:20 -0400)]
Merge branch 'main' into feat/create-post-file-upload-a11y

13 months agoMerge branch 'main' into chore/separate-mod-button-functions
Jay Sitter [Sun, 25 Jun 2023 22:19:24 +0000 (18:19 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions

13 months agofix: Remove unnecessary class
Jay Sitter [Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)]
fix: Remove unnecessary class

13 months agofix: Remove unnecessary classes
Jay Sitter [Sun, 25 Jun 2023 22:18:16 +0000 (18:18 -0400)]
fix: Remove unnecessary classes

13 months agofix: Restore removed classes
Jay Sitter [Sun, 25 Jun 2023 22:15:59 +0000 (18:15 -0400)]
fix: Restore removed classes

13 months agofix: Remove wrapping li's
Jay Sitter [Sun, 25 Jun 2023 22:13:13 +0000 (18:13 -0400)]
fix: Remove wrapping li's

13 months agofix: Remove extraneous classes
Jay Sitter [Sun, 25 Jun 2023 22:11:12 +0000 (18:11 -0400)]
fix: Remove extraneous classes

13 months agofix: Move things back to where they were
Jay Sitter [Sun, 25 Jun 2023 22:08:26 +0000 (18:08 -0400)]
fix: Move things back to where they were

13 months agochore: Separate post mod buttons into functions
Jay Sitter [Sun, 25 Jun 2023 22:01:25 +0000 (18:01 -0400)]
chore: Separate post mod buttons into functions

13 months agoMerge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Sun, 25 Jun 2023 21:51:21 +0000 (17:51 -0400)]
Merge branch 'main' into fix/wider-max-width-1536

13 months agoMerge branch 'main' into feat/toggle-body-1595
Jay Sitter [Sun, 25 Jun 2023 21:50:02 +0000 (17:50 -0400)]
Merge branch 'main' into feat/toggle-body-1595

13 months agoMerge remote-tracking branch 'lemmy/main' into feat/hide-avatars-on-listings
Jay Sitter [Sun, 25 Jun 2023 21:49:37 +0000 (17:49 -0400)]
Merge remote-tracking branch 'lemmy/main' into feat/hide-avatars-on-listings

* lemmy/main:
  feat(UI): Fix some link hover colors

13 months agoMerge pull request #1598 from jsit/feat/fix-link-hover-colors
SleeplessOne1917 [Sun, 25 Jun 2023 21:42:08 +0000 (21:42 +0000)]
Merge pull request #1598 from jsit/feat/fix-link-hover-colors

13 months agoMerge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Sun, 25 Jun 2023 21:41:26 +0000 (17:41 -0400)]
Merge branch 'main' into fix/wider-max-width-1536

13 months agofeat(UI): Fix some link hover colors
Jay Sitter [Sun, 25 Jun 2023 21:18:25 +0000 (17:18 -0400)]
feat(UI): Fix some link hover colors

13 months agofeat(UI): Hide avatars on listings
Jay Sitter [Sun, 25 Jun 2023 20:33:11 +0000 (16:33 -0400)]
feat(UI): Hide avatars on listings

13 months agofeat(UI): Always put post body behind togggle on post listings (home/community) ...
Jay Sitter [Sun, 25 Jun 2023 20:21:58 +0000 (16:21 -0400)]
feat(UI): Always put post body behind togggle on post listings (home/community) #1595

13 months agoMerge pull request #1592 from minorninth/csp_media_src_data_urls
SleeplessOne1917 [Sun, 25 Jun 2023 19:21:05 +0000 (19:21 +0000)]
Merge pull request #1592 from minorninth/csp_media_src_data_urls

CSP should allow data urls for media-src or the audio captcha won't work

13 months agoOnly give child comments colored borders
SleeplessOne1917 [Sun, 25 Jun 2023 19:20:06 +0000 (15:20 -0400)]
Only give child comments colored borders

13 months agoMerge branch 'main' into csp_media_src_data_urls
SleeplessOne1917 [Sun, 25 Jun 2023 19:16:46 +0000 (19:16 +0000)]
Merge branch 'main' into csp_media_src_data_urls

13 months agoMerge pull request #1588 from LemmyNet/new-comment-space
SleeplessOne1917 [Sun, 25 Jun 2023 19:15:40 +0000 (19:15 +0000)]
Merge pull request #1588 from LemmyNet/new-comment-space

Add margin to new comment text

13 months agoUpdate post-listing.tsx
SleeplessOne1917 [Sun, 25 Jun 2023 19:13:27 +0000 (15:13 -0400)]
Update post-listing.tsx

Removed unnecessary bootstrap class

13 months agoCSP should allow data urls for media-src or the audio captcha won't work
Dominic Mazzoni [Sun, 25 Jun 2023 19:12:32 +0000 (12:12 -0700)]
CSP should allow data urls for media-src or the audio captcha won't work

13 months agoMerge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Sun, 25 Jun 2023 18:05:17 +0000 (14:05 -0400)]
Merge branch 'main' into fix/wider-max-width-1536

13 months agofix(UI): Make max-width wider, and make sidebar narrower on wide screens #1536
Jay Sitter [Sun, 25 Jun 2023 18:00:55 +0000 (14:00 -0400)]
fix(UI): Make max-width wider, and make sidebar narrower on wide screens #1536

13 months agoMerge branch 'main' into new-comment-space
SleeplessOne1917 [Sun, 25 Jun 2023 17:29:02 +0000 (17:29 +0000)]
Merge branch 'main' into new-comment-space

13 months agoUse spae instead of margin
SleeplessOne1917 [Sun, 25 Jun 2023 17:28:00 +0000 (13:28 -0400)]
Use spae instead of margin

13 months agoMerge pull request #1589 from LemmyNet/double-search
SleeplessOne1917 [Sun, 25 Jun 2023 17:23:37 +0000 (17:23 +0000)]
Merge pull request #1589 from LemmyNet/double-search

Fix search request being called twice on search page

13 months agoMerge branch 'main' into double-search
Alec Armbruster [Sun, 25 Jun 2023 17:18:55 +0000 (13:18 -0400)]
Merge branch 'main' into double-search

13 months agoFix search request being called twice on search page
SleeplessOne1917 [Sun, 25 Jun 2023 17:07:18 +0000 (13:07 -0400)]
Fix search request being called twice on search page

13 months agoMerge pull request #1585 from LemmyNet/bug/cant-set-headers-after-sent-fix
SleeplessOne1917 [Sun, 25 Jun 2023 16:44:03 +0000 (16:44 +0000)]
Merge pull request #1585 from LemmyNet/bug/cant-set-headers-after-sent-fix

Fix noisy "Can't set headers after they are sent" error

13 months agoMerge branch 'main' into bug/cant-set-headers-after-sent-fix
Jay Sitter [Sun, 25 Jun 2023 16:41:28 +0000 (12:41 -0400)]
Merge branch 'main' into bug/cant-set-headers-after-sent-fix

13 months agoAdd margin to new comment text
SleeplessOne1917 [Sun, 25 Jun 2023 16:09:53 +0000 (12:09 -0400)]
Add margin to new comment text

13 months agoMerge pull request #1586 from LemmyNet/feature/handle-video-iframes-better
SleeplessOne1917 [Sun, 25 Jun 2023 15:52:08 +0000 (15:52 +0000)]
Merge pull request #1586 from LemmyNet/feature/handle-video-iframes-better

13 months agohandle embedded iframe content better
Alec Armbruster [Sun, 25 Jun 2023 15:01:40 +0000 (11:01 -0400)]
handle embedded iframe content better