Jay Sitter [Sun, 25 Jun 2023 06:27:37 +0000 (02:27 -0400)]
Merge remote-tracking branch 'lemmy/main' into feat/create-post-file-upload-a11y
* 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
Jay Sitter [Sun, 25 Jun 2023 05:15:57 +0000 (01:15 -0400)]
Merge remote-tracking branch 'lemmy/main' into feat/vote-components
* 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
Jay Sitter [Sun, 25 Jun 2023 05:05:36 +0000 (01:05 -0400)]
Merge remote-tracking branch 'lemmy/main' into fix/a11y-fixes-2
* 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
...
Jay Sitter [Sun, 25 Jun 2023 04:56:12 +0000 (00:56 -0400)]
Merge remote-tracking branch 'lemmy/main' into fix/fix-font-classes-bs5
* 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
...
Jay Sitter [Sat, 24 Jun 2023 04:40:18 +0000 (00:40 -0400)]
Merge remote-tracking branch 'lemmy/main' into feat/create-private-message-updates
* 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
...