On MacOS, Ctrl is less commonly used than Command (⌘).
Javascript expresses command as `metaKey`.
This allows for _either_ Ctrl or Command to be used in the Markdown text
area.
Note that on Windows, on some browsers, the "windows" key is labeled as meta, so it would
work on windows as well.
http://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey
* 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)
* 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
...