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
* lemmy/main:
fix: Add type=button to buttons
chore: Empty commit to re-trigger Woodpecker
fix: Fix some Bootstrap 5 font classes
fix: Fix some Bootstrap 5 font classes
fix: Specify vote content type so buttons work for both comments and posts
v0.18.0
Fix homepage `scrollTo(0, 0)` failing when document size changes.
v0.18.0-rc.8
Moved `!isBrowser()` check to `FirstLoadServer.isFirstLoad`
Fix server-side rendering after first load.
fix!: Try to get Vote Buttons component working in Comments
fix: Remove unused prop
fix: Rework some vote buttons architecture
fix: Undo some other extraneous changes
fix: Undo some extraneous changes
fix: Remove tippy duplicate functions
fix: Revert to old mobile vote style
feat: Move vote buttons to separate component
* lemmy/main:
fix(a11y): Restore aria-activedescendant
chore: Empty commit to re-trigger Woodpecker
fix(a11y): Make foreground of 'remove image button' white
fix(a11y): Add alt text to emojis form
fix(a11y): Fix some a11y markup in Searchable Select component
fix(a11y): Change image remove button to true button element
fix: Ignore rule for clickaway div; 'Esc' works for this
fix: Fix another class
fix: Fix some Bootstrap 5 font classes
* lemmy/main: (38 commits)
chore: Empty commit to re-trigger Woodpecker
fix(a11y): Fix non-list item being inside ul list in navbar
fix: Fix non-unique ID attribute on re-used element
fix: Fix another class
fix: Fix some Bootstrap 5 font classes
fix: Fix some emoji escape logic
fix: Button doesn't need tabindex
fix: Fix incorrect function reference
fix: Emoji picker can be closed with escape key, other a11y fixes
fix: Fix some a11y issues on jump to content button
fix: Clarify a comment
fix: Fix merge error
Remove federation worker count
fix: Add triangle alert icon to language warning
added litely-compact
changed where custom compact code goes
added darkly-compact - issue 552
Refactor first load handling
Fix issue when navigating awat from settings
Give function better name
...
* lemmy/main: (35 commits)
fix(a11y): Fix non-list item being inside ul list in navbar
fix: Fix non-unique ID attribute on re-used element
fix: Fix some emoji escape logic
fix: Button doesn't need tabindex
fix: Fix incorrect function reference
fix: Emoji picker can be closed with escape key, other a11y fixes
fix: Fix some a11y issues on jump to content button
fix: Clarify a comment
fix: Fix merge error
Remove federation worker count
fix: Add triangle alert icon to language warning
added litely-compact
changed where custom compact code goes
added darkly-compact - issue 552
Refactor first load handling
Fix issue when navigating awat from settings
Give function better name
Change function name
Make date distance format use correct verbiage
Extract date fns setup
...
* lemmy/main: (21 commits)
Fix comments expanding when they're not supposed to (#1540)
Remove federation worker count
fix: Add triangle alert icon to language warning
Refactor first load handling
fix: Add aria-describedby for language warning
Fix issue when navigating awat from settings
Give function better name
Cache post listings and restore listing state when using browser back navigation buttons.
Change function name
Make date distance format use correct verbiage
Extract date fns setup
Fix homepage `scrollTo(0, 0)` failing when document size changes.
v0.18.0
v0.18.0-rc.8
Moved `!isBrowser()` check to `FirstLoadServer.isFirstLoad`
Fix server-side rendering after first load.
Remove unused dep
Replace momentjs with date-fns
added litely-compact
changed where custom compact code goes
...