Alec Armbruster
7d63117c28
capitalize button ( #1616 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-26 20:12:41 -04:00
Alec Armbruster
921cd976a4
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 20:12:41 -04:00
Jay Sitter
6edbb027f1
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 20:12:41 -04:00
Anansi
b2bd193160
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 20:12:41 -04:00
Alec Armbruster
87a5231745
partially revert change
2023-06-26 20:12:41 -04:00
Jay Sitter
dce70e37d6
chore(DX): Add prettier to eslint config for use with editors
2023-06-26 20:12:41 -04:00
Jay Sitter
a320f1edb1
fix: Remove unnecessary class
2023-06-26 20:12:41 -04:00
Jay Sitter
e84e2bfd1d
fix: Remove unnecessary classes
2023-06-26 20:12:41 -04:00
Jay Sitter
6e6bbb06c0
fix: Restore removed classes
2023-06-26 20:12:40 -04:00
Jay Sitter
ffb0ffb255
fix: Remove wrapping li's
2023-06-26 20:12:40 -04:00
Jay Sitter
2547f68a6b
fix: Remove extraneous classes
2023-06-26 20:12:40 -04:00
Jay Sitter
a4c819cdeb
fix: Move things back to where they were
2023-06-26 20:12:40 -04:00
Jay Sitter
7e7bbde721
chore: Separate post mod buttons into functions
2023-06-26 20:12:40 -04:00
Alec Armbruster
a29cb0e83b
remove hook entirely
2023-06-26 20:12:40 -04:00
Alec Armbruster
a6b59b78d2
fix bug collapsing previews when voting
2023-06-26 20:12:40 -04:00
Jay Sitter
4b5fe717ad
fix: Remove unnecessary string interpolations
2023-06-26 20:12:40 -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
SleeplessOne1917
165d1aa181
Merge branch 'main' into create_space_between_cancel_and_ban_button
2023-06-26 18:46:22 -04:00
Jay Sitter
044441d6c9
Merge branch 'main' into feat/create-post-file-upload-a11y
2023-06-26 18:43:26 -04:00
Jay Sitter
b2b6f4521f
fix: Use Bootstrap file upload form control styles
2023-06-26 18:42:44 -04:00
Pascal de Vink
8e2f83eb4e
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 18:30:31 -04:00
Alec Armbruster
28661dfacf
fix vote button alignment
2023-06-26 18:30:31 -04:00
Alec Armbruster
d816b8f863
remove icon ( #1618 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-26 18:30:31 -04:00
dullbananas
dd09b3cade
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 18:30:31 -04:00
Alec Armbruster
022c27aec2
capitalize button ( #1616 )
...
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-26 18:30:31 -04:00
Alec Armbruster
950dfad659
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 18:30:31 -04:00
Jay Sitter
f5be909d64
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 18:30:31 -04:00
Anansi
cf10bd64ad
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 18:30:31 -04:00
Jay Sitter
91122f4061
chore(DX): Add prettier to eslint config for use with editors
2023-06-26 18:30:31 -04:00
SleeplessOne1917
308785b472
Only give child comments colored borders
2023-06-26 18:30:31 -04:00
Dominic Mazzoni
9dc25f2247
Associate NSFW label with its checkbox
2023-06-26 18:30:31 -04:00
Jay Sitter
8fd08e58e3
fix: Remove unnecessary string interpolations
2023-06-26 18:30:31 -04:00
Jay Sitter
04770d7ef8
fix: Remove unnecessary class
2023-06-26 18:30:31 -04:00
Jay Sitter
32cc2538d4
fix: Remove unnecessary classes
2023-06-26 18:30:30 -04:00
Jay Sitter
984de714cd
fix: Restore removed classes
2023-06-26 18:30:30 -04:00
Jay Sitter
bbe897dc01
fix: Remove wrapping li's
2023-06-26 18:30:30 -04:00
Jay Sitter
1db654ecf5
fix: Remove extraneous classes
2023-06-26 18:30:30 -04:00
Jay Sitter
00d7a8dbb7
fix: Move things back to where they were
2023-06-26 18:30:30 -04:00
Jay Sitter
f27bb07fcd
chore: Separate post mod buttons into functions
2023-06-26 18:30:30 -04:00
Jay Sitter
d62424d491
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 )
2023-06-26 18:24:31 -04:00
Jay Sitter
43253b01d2
Merge branch 'main' into feat/hide-avatars-on-listings
2023-06-26 18:12:04 -04:00
Alec Armbruster
03a4bfad46
remove toUpperCase since the translation is uppercase
2023-06-26 17:19:34 -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