Commit graph

1592 commits

Author SHA1 Message Date
SleeplessOne1917
531630c1e7
Merge pull request #1597 from jsit/feat/hide-avatars-on-listings
feat(UI): Make post listing (icon) avatars smaller (line-height)
2023-06-26 20:27:41 -04:00
Jay Sitter
af67240163
Merge branch 'main' into feat/hide-avatars-on-listings 2023-06-26 20:22:26 -04:00
Jay Sitter
319bb4116f fix: Remove smallavatars prop 2023-06-26 19:46:29 -04:00
Jay Sitter
f57bf3bb8b fix: Restore icon avatars; make smaller and roundrect 2023-06-26 19:04:13 -04:00
SleeplessOne1917
a5fc6bf5f1
Merge pull request #1608 from LemmyNet/bug/fix-image-collapse-upon-vote
Prevent `PostListing` previews from collapsing when voting
2023-06-26 18:51:05 -04:00
SleeplessOne1917
6021d20559
Merge branch 'main' into bug/fix-image-collapse-upon-vote 2023-06-26 18:47:49 -04:00
Jay Sitter
43253b01d2
Merge branch 'main' into feat/hide-avatars-on-listings 2023-06-26 18:12:04 -04:00
SleeplessOne1917
25cd564dc9
Merge pull request #1624 from LemmyNet/bugfix/vote-button-position
Fix `VoteButtons` positioning
2023-06-26 21:19:19 +00:00
SleeplessOne1917
1c5e2f1c04
Merge branch 'main' into bugfix/vote-button-position 2023-06-26 21:15:53 +00:00
SleeplessOne1917
961345b811
Merge pull request #1622 from pascaldevink/fix_feedback_on_ban_and_unban
Fix feedback on banning an unbanning
2023-06-26 21:10:52 +00:00
Alec Armbruster
937ebfc649
fix vote button alignment 2023-06-26 17:10:39 -04:00
SleeplessOne1917
70e8b05509
Merge branch 'main' into fix_feedback_on_ban_and_unban 2023-06-26 21:08:32 +00:00
Alec Armbruster
2b1647c9b8
partially revert change 2023-06-26 17:04:19 -04:00
Pascal de Vink
170bd7d693
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.
2023-06-26 21:45:56 +01:00
Alec Armbruster
16f2f0d244
remove icon (#1618)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-26 16:09:11 -04:00
dullbananas
6810742757
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>
2023-06-26 15:57:23 -04:00
Alec Armbruster
7ea9f26a1c
capitalize button (#1616)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-26 15:25:22 -04:00
Alec Armbruster
96cf021105
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>
2023-06-26 14:54:38 -04:00
Jay Sitter
aee7e4d45b
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>
2023-06-26 14:53:37 -04:00
Anansi
cb6ab15254
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>
2023-06-26 14:51:04 -04:00
Alec Armbruster
500a0113c4
Merge branch 'main' into bug/fix-image-collapse-upon-vote 2023-06-26 14:02:16 -04:00
Alec Armbruster
81131d2804
remove hook entirely 2023-06-26 12:16:32 -04:00
Jay Sitter
c6f23aa64e
Merge pull request #1599 from jsit/chore/separate-mod-button-functions
chore: Separate post mod buttons into functions
2023-06-26 12:11:09 -04:00
Jay Sitter
a6a65d9519
Merge branch 'main' into chore/separate-mod-button-functions 2023-06-26 12:03:26 -04:00
Jay Sitter
fd4b5b3287
Merge pull request #1611 from jsit/chore/add-eslint-plugin-prettier
chore(DX): Add prettier to eslint config for use with editors
2023-06-26 11:28:10 -04:00
Jay Sitter
17710d492c chore(DX): Add prettier to eslint config for use with editors 2023-06-26 10:37:21 -04:00
Alec Armbruster
e6909d4cd1
fix bug collapsing previews when voting 2023-06-26 09:25:00 -04:00
SleeplessOne1917
ba8728ecc7
Merge pull request #1603 from jsit/chore/fix-unnecessary-string-interpolation
chore: Remove unnecessary string interpolations
2023-06-26 13:01:44 +00:00
Jay Sitter
8700f65a7c
Merge branch 'main' into chore/fix-unnecessary-string-interpolation 2023-06-26 08:50:54 -04:00
Jay Sitter
c04ce03cf4
Merge branch 'main' into feat/hide-avatars-on-listings 2023-06-26 08:50:41 -04:00
SleeplessOne1917
46ab522143
Merge pull request #1594 from LemmyNet/comment-border
Only give child comments colored borders
2023-06-26 10:35:09 +00:00
SleeplessOne1917
7f3d1c4ebd
Merge branch 'main' into chore/fix-unnecessary-string-interpolation 2023-06-26 10:18:14 +00:00
SleeplessOne1917
08ad1fb183
Merge branch 'main' into comment-border 2023-06-26 10:15:27 +00:00
Jay Sitter
dbbec5d950
Merge pull request #1605 from minorninth/fix_nsfw_checkbox_label
Associate NSFW label with its checkbox
2023-06-26 01:41:37 -04:00
Dominic Mazzoni
af2013059b Associate NSFW label with its checkbox 2023-06-25 21:11:23 -07:00
Jay Sitter
d0f6fdbe4a fix: Remove unnecessary string interpolations 2023-06-25 19:36:19 -04:00
Jay Sitter
90b69f8cdd
Merge branch 'main' into chore/separate-mod-button-functions 2023-06-25 18:19:24 -04:00
Jay Sitter
0bab91948c fix: Remove unnecessary class 2023-06-25 18:18:47 -04:00
Jay Sitter
e7889c4f69 fix: Remove unnecessary classes 2023-06-25 18:18:16 -04:00
Jay Sitter
7259472254 fix: Restore removed classes 2023-06-25 18:15:59 -04:00
Jay Sitter
6c2ee399b9 fix: Remove wrapping li's 2023-06-25 18:13:13 -04:00
Jay Sitter
69966369d3 fix: Remove extraneous classes 2023-06-25 18:11:12 -04:00
Jay Sitter
c1e86f43a1 fix: Move things back to where they were 2023-06-25 18:08:26 -04:00
Jay Sitter
ba5cafef08 chore: Separate post mod buttons into functions 2023-06-25 18:01:55 -04:00
Jay Sitter
a9feae7da0 Merge remote-tracking branch 'lemmy/main' into feat/hide-avatars-on-listings
* lemmy/main:
  feat(UI): Fix some link hover colors
2023-06-25 17:49:37 -04:00
SleeplessOne1917
883afea0c5
Merge pull request #1598 from jsit/feat/fix-link-hover-colors 2023-06-25 21:42:08 +00:00
Jay Sitter
937dd5f86a feat(UI): Fix some link hover colors 2023-06-25 17:18:25 -04:00
Jay Sitter
528aed7f58 feat(UI): Hide avatars on listings 2023-06-25 16:33:11 -04:00
SleeplessOne1917
973bab1313
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
2023-06-25 19:21:05 +00:00
SleeplessOne1917
c2b44db2ac Only give child comments colored borders 2023-06-25 15:20:06 -04:00