* lemmy/main:
fix vote button alignment
partially revert change
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)
remove hook entirely
chore(DX): Add prettier to eslint config for use with editors
fix bug collapsing previews when voting
fix: Remove unnecessary string interpolations
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
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.
* 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>
* 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)
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.
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.
* 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>
* 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