]>
Untitled Git - lemmy-ui.git/log
SleeplessOne1917 [Tue, 27 Jun 2023 12:09:55 +0000 (08:09 -0400)]
Fix allowed and blocked instances not being fetched for admin settings (#1627)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
SleeplessOne1917 [Tue, 27 Jun 2023 11:56:04 +0000 (07:56 -0400)]
Merge pull request #1620 from pascaldevink/create_space_between_cancel_and_ban_button
Add space between cancel and ban button
Dessalines [Tue, 27 Jun 2023 11:46:25 +0000 (07:46 -0400)]
Merge branch 'main' into create_space_between_cancel_and_ban_button
SleeplessOne1917 [Tue, 27 Jun 2023 00:40:30 +0000 (20:40 -0400)]
Merge pull request #1629 from jsit/fix/remove-body-preview
fix: Remove body preview
Jay Sitter [Tue, 27 Jun 2023 00:37:28 +0000 (20:37 -0400)]
fix: Remove body preview
SleeplessOne1917 [Tue, 27 Jun 2023 00:34:32 +0000 (20:34 -0400)]
Merge pull request #1590 from jsit/fix/wider-max-width-1536
fix(UI): Make max-width wider, and make sidebar narrower on wide screens (#1536)
SleeplessOne1917 [Tue, 27 Jun 2023 00:29:13 +0000 (20:29 -0400)]
Merge branch 'main' into fix/wider-max-width-1536
SleeplessOne1917 [Tue, 27 Jun 2023 00:27:41 +0000 (20:27 -0400)]
Merge pull request #1597 from jsit/feat/hide-avatars-on-listings
feat(UI): Make post listing (icon) avatars smaller (line-height)
Jay Sitter [Tue, 27 Jun 2023 00:22:38 +0000 (20:22 -0400)]
Merge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Tue, 27 Jun 2023 00:22:26 +0000 (20:22 -0400)]
Merge branch 'main' into feat/hide-avatars-on-listings
Jay Sitter [Mon, 26 Jun 2023 23:46:29 +0000 (19:46 -0400)]
fix: Remove smallavatars prop
Jay Sitter [Mon, 26 Jun 2023 22:07:10 +0000 (18:07 -0400)]
fix: Restore icon avatars; make smaller and roundrect
SleeplessOne1917 [Mon, 26 Jun 2023 22:51:05 +0000 (18:51 -0400)]
Merge pull request #1608 from LemmyNet/bug/fix-image-collapse-upon-vote
Prevent `PostListing` previews from collapsing when voting
SleeplessOne1917 [Mon, 26 Jun 2023 22:47:49 +0000 (18:47 -0400)]
Merge branch 'main' into bug/fix-image-collapse-upon-vote
SleeplessOne1917 [Mon, 26 Jun 2023 22:46:22 +0000 (18:46 -0400)]
Merge branch 'main' into create_space_between_cancel_and_ban_button
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)
Jay Sitter [Mon, 26 Jun 2023 22:12:04 +0000 (18:12 -0400)]
Merge branch 'main' into feat/hide-avatars-on-listings
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
SleeplessOne1917 [Mon, 26 Jun 2023 21:15:53 +0000 (21:15 +0000)]
Merge branch 'main' into bugfix/vote-button-position
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
Alec Armbruster [Mon, 26 Jun 2023 21:10:39 +0000 (17:10 -0400)]
fix vote button alignment
SleeplessOne1917 [Mon, 26 Jun 2023 21:08:32 +0000 (21:08 +0000)]
Merge branch 'main' into fix_feedback_on_ban_and_unban
Alec Armbruster [Mon, 26 Jun 2023 21:04:19 +0000 (17:04 -0400)]
partially revert change
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.
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.
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>
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>
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>
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>
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>
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>
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
Alec Armbruster [Mon, 26 Jun 2023 18:02:16 +0000 (14:02 -0400)]
Merge branch 'main' into bug/fix-image-collapse-upon-vote
Alec Armbruster [Mon, 26 Jun 2023 16:16:32 +0000 (12:16 -0400)]
remove hook entirely
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
Jay Sitter [Mon, 26 Jun 2023 16:03:26 +0000 (12:03 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions
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
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
Jay Sitter [Mon, 26 Jun 2023 14:37:21 +0000 (10:37 -0400)]
chore(DX): Add prettier to eslint config for use with editors
Alec Armbruster [Mon, 26 Jun 2023 13:25:00 +0000 (09:25 -0400)]
fix bug collapsing previews when voting
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
Jay Sitter [Mon, 26 Jun 2023 12:50:54 +0000 (08:50 -0400)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation
Jay Sitter [Mon, 26 Jun 2023 12:50:41 +0000 (08:50 -0400)]
Merge branch 'main' into feat/hide-avatars-on-listings
Jay Sitter [Mon, 26 Jun 2023 12:50:12 +0000 (08:50 -0400)]
Merge branch 'main' into fix/wider-max-width-1536
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
SleeplessOne1917 [Mon, 26 Jun 2023 10:18:14 +0000 (10:18 +0000)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation
SleeplessOne1917 [Mon, 26 Jun 2023 10:15:27 +0000 (10:15 +0000)]
Merge branch 'main' into comment-border
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
Dominic Mazzoni [Mon, 26 Jun 2023 04:11:23 +0000 (21:11 -0700)]
Associate NSFW label with its checkbox
Jay Sitter [Mon, 26 Jun 2023 00:06:34 +0000 (20:06 -0400)]
fix: Fix image/title wrapping on small
Jay Sitter [Mon, 26 Jun 2023 00:00:43 +0000 (20:00 -0400)]
fix: Fix post listing vote/image/title widths
Jay Sitter [Sun, 25 Jun 2023 23:46:27 +0000 (19:46 -0400)]
fix: Fix a too-small thumbnail column
Jay Sitter [Sun, 25 Jun 2023 23:40:49 +0000 (19:40 -0400)]
fix: Set max height on post listing thumbnails
Jay Sitter [Sun, 25 Jun 2023 23:36:19 +0000 (19:36 -0400)]
fix: Remove unnecessary string interpolations
Jay Sitter [Sun, 25 Jun 2023 23:29:14 +0000 (19:29 -0400)]
fix: Tidy up divs
Jay Sitter [Sun, 25 Jun 2023 18:41:20 +0000 (14:41 -0400)]
fix: Make navbar container full screen width #1536
Jay Sitter [Sun, 25 Jun 2023 22:19:24 +0000 (18:19 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions
Jay Sitter [Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)]
fix: Remove unnecessary class
Jay Sitter [Sun, 25 Jun 2023 22:18:16 +0000 (18:18 -0400)]
fix: Remove unnecessary classes
Jay Sitter [Sun, 25 Jun 2023 22:15:59 +0000 (18:15 -0400)]
fix: Restore removed classes
Jay Sitter [Sun, 25 Jun 2023 22:13:13 +0000 (18:13 -0400)]
fix: Remove wrapping li's
Jay Sitter [Sun, 25 Jun 2023 22:11:12 +0000 (18:11 -0400)]
fix: Remove extraneous classes
Jay Sitter [Sun, 25 Jun 2023 22:08:26 +0000 (18:08 -0400)]
fix: Move things back to where they were
Jay Sitter [Sun, 25 Jun 2023 22:01:25 +0000 (18:01 -0400)]
chore: Separate post mod buttons into functions
Jay Sitter [Sun, 25 Jun 2023 21:51:21 +0000 (17:51 -0400)]
Merge branch 'main' into fix/wider-max-width-1536
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
SleeplessOne1917 [Sun, 25 Jun 2023 21:42:08 +0000 (21:42 +0000)]
Merge pull request #1598 from jsit/feat/fix-link-hover-colors
Jay Sitter [Sun, 25 Jun 2023 21:41:26 +0000 (17:41 -0400)]
Merge branch 'main' into fix/wider-max-width-1536
Jay Sitter [Sun, 25 Jun 2023 21:18:25 +0000 (17:18 -0400)]
feat(UI): Fix some link hover colors
Jay Sitter [Sun, 25 Jun 2023 20:33:11 +0000 (16:33 -0400)]
feat(UI): Hide avatars on listings
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
SleeplessOne1917 [Sun, 25 Jun 2023 19:20:06 +0000 (15:20 -0400)]
Only give child comments colored borders
SleeplessOne1917 [Sun, 25 Jun 2023 19:16:46 +0000 (19:16 +0000)]
Merge branch 'main' into csp_media_src_data_urls
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
SleeplessOne1917 [Sun, 25 Jun 2023 19:13:27 +0000 (15:13 -0400)]
Update post-listing.tsx
Removed unnecessary bootstrap class
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
Jay Sitter [Sun, 25 Jun 2023 18:05:17 +0000 (14:05 -0400)]
Merge branch 'main' into fix/wider-max-width-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
SleeplessOne1917 [Sun, 25 Jun 2023 17:29:02 +0000 (17:29 +0000)]
Merge branch 'main' into new-comment-space
SleeplessOne1917 [Sun, 25 Jun 2023 17:28:00 +0000 (13:28 -0400)]
Use spae instead of margin
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
Alec Armbruster [Sun, 25 Jun 2023 17:18:55 +0000 (13:18 -0400)]
Merge branch 'main' into double-search
SleeplessOne1917 [Sun, 25 Jun 2023 17:07:18 +0000 (13:07 -0400)]
Fix search request being called twice on search page
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
Jay Sitter [Sun, 25 Jun 2023 16:41:28 +0000 (12:41 -0400)]
Merge branch 'main' into bug/cant-set-headers-after-sent-fix
SleeplessOne1917 [Sun, 25 Jun 2023 16:09:53 +0000 (12:09 -0400)]
Add margin to new comment text
SleeplessOne1917 [Sun, 25 Jun 2023 15:52:08 +0000 (15:52 +0000)]
Merge pull request #1586 from LemmyNet/feature/handle-video-iframes-better
Alec Armbruster [Sun, 25 Jun 2023 15:01:40 +0000 (11:01 -0400)]
handle embedded iframe content better
Alec Armbruster [Sun, 25 Jun 2023 14:47:21 +0000 (10:47 -0400)]
fix lint error
Alec Armbruster [Sun, 25 Jun 2023 14:43:58 +0000 (10:43 -0400)]
fix error on prod
SleeplessOne1917 [Sun, 25 Jun 2023 07:07:22 +0000 (07:07 +0000)]
Merge pull request #1578 from jsit/chore/remove-a11y-eslint-severity-overrides
chore(a11y): Remove a11y eslint overrides
Jay Sitter [Sun, 25 Jun 2023 07:04:33 +0000 (03:04 -0400)]
chore: Empty commit to re-trigger Woodpecker
Jay Sitter [Sun, 25 Jun 2023 06:37:34 +0000 (02:37 -0400)]
chore(a11y): Remove a11y eslint overrides, as there are (almost) no more violations
SleeplessOne1917 [Sun, 25 Jun 2023 06:16:00 +0000 (06:16 +0000)]
Merge pull request #1488 from jsit/feat/vote-components
feat(dev): Vote components
SleeplessOne1917 [Sun, 25 Jun 2023 06:13:28 +0000 (06:13 +0000)]
Merge branch 'main' into feat/vote-components
SleeplessOne1917 [Sun, 25 Jun 2023 06:12:33 +0000 (06:12 +0000)]
Merge pull request #1576 from jsit/fix/a11y-fixes-3
fix(a11y): Some accessibility fixes
Jay Sitter [Sun, 25 Jun 2023 05:40:03 +0000 (01:40 -0400)]
fix: Add type=button to buttons
Jay Sitter [Sun, 25 Jun 2023 05:37:36 +0000 (01:37 -0400)]
fix: Fix some classes on private message collapse/expand button
Jay Sitter [Sun, 25 Jun 2023 05:36:21 +0000 (01:36 -0400)]
chore(a11y): Remove now-passing jsx-a11y tests from exemptions
Jay Sitter [Sun, 25 Jun 2023 05:35:34 +0000 (01:35 -0400)]
fix(a11y): Change divs and links to buttons