]> Untitled Git - lemmy-ui.git/log
lemmy-ui.git
14 months agoMerge remote-tracking branch 'lemmy/main' into feat/toggle-body-1595
Jay Sitter [Tue, 27 Jun 2023 00:15:56 +0000 (20:15 -0400)]
Merge remote-tracking branch 'lemmy/main' into feat/toggle-body-1595

* 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

14 months agofix: Show metadata preview card on all post pages
Jay Sitter [Tue, 27 Jun 2023 00:12:21 +0000 (20:12 -0400)]
fix: Show metadata preview card on all post pages

14 months agoFix feedback on banning an unbanning
Pascal de Vink [Mon, 26 Jun 2023 20:45:56 +0000 (21:45 +0100)]
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.

14 months agofix vote button alignment
Alec Armbruster [Mon, 26 Jun 2023 21:10:39 +0000 (17:10 -0400)]
fix vote button alignment

14 months agoremove icon (#1618)
Alec Armbruster [Mon, 26 Jun 2023 20:09:11 +0000 (16:09 -0400)]
remove icon (#1618)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoIndicate valid and invalid fields in signup form (#1450)
dullbananas [Mon, 26 Jun 2023 19:57:23 +0000 (12:57 -0700)]
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>
14 months agocapitalize button (#1616)
Alec Armbruster [Mon, 26 Jun 2023 19:25:22 +0000 (15:25 -0400)]
capitalize button (#1616)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoMove password reset form to separate route, view (#1390)
Alec Armbruster [Mon, 26 Jun 2023 18:54:38 +0000 (14:54 -0400)]
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>
14 months agofeat(UI): Reduce base font size (#1591)
Jay Sitter [Mon, 26 Jun 2023 18:53:37 +0000 (14:53 -0400)]
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>
14 months agoFix: missing semantic css classes and html elements (#1583)
Anansi [Mon, 26 Jun 2023 18:51:04 +0000 (20:51 +0200)]
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>
14 months agopartially revert change
Alec Armbruster [Mon, 26 Jun 2023 21:04:19 +0000 (17:04 -0400)]
partially revert change

14 months agochore(DX): Add prettier to eslint config for use with editors
Jay Sitter [Mon, 26 Jun 2023 14:37:21 +0000 (10:37 -0400)]
chore(DX): Add prettier to eslint config for use with editors

14 months agofix: Remove unnecessary class
Jay Sitter [Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)]
fix: Remove unnecessary class

14 months agofix: Remove unnecessary classes
Jay Sitter [Sun, 25 Jun 2023 22:18:16 +0000 (18:18 -0400)]
fix: Remove unnecessary classes

14 months agofix: Restore removed classes
Jay Sitter [Sun, 25 Jun 2023 22:15:59 +0000 (18:15 -0400)]
fix: Restore removed classes

14 months agofix: Remove wrapping li's
Jay Sitter [Sun, 25 Jun 2023 22:13:13 +0000 (18:13 -0400)]
fix: Remove wrapping li's

14 months agofix: Remove extraneous classes
Jay Sitter [Sun, 25 Jun 2023 22:11:12 +0000 (18:11 -0400)]
fix: Remove extraneous classes

14 months agofix: Move things back to where they were
Jay Sitter [Sun, 25 Jun 2023 22:08:26 +0000 (18:08 -0400)]
fix: Move things back to where they were

14 months agochore: Separate post mod buttons into functions
Jay Sitter [Sun, 25 Jun 2023 22:01:25 +0000 (18:01 -0400)]
chore: Separate post mod buttons into functions

14 months agoremove hook entirely
Alec Armbruster [Mon, 26 Jun 2023 16:16:32 +0000 (12:16 -0400)]
remove hook entirely

14 months agofix bug collapsing previews when voting
Alec Armbruster [Mon, 26 Jun 2023 13:25:00 +0000 (09:25 -0400)]
fix bug collapsing previews when voting

14 months agofix: Remove unnecessary string interpolations
Jay Sitter [Sun, 25 Jun 2023 23:36:19 +0000 (19:36 -0400)]
fix: Remove unnecessary string interpolations

14 months agoMerge pull request #1608 from LemmyNet/bug/fix-image-collapse-upon-vote
SleeplessOne1917 [Mon, 26 Jun 2023 22:51:05 +0000 (18:51 -0400)]
Merge pull request #1608 from LemmyNet/bug/fix-image-collapse-upon-vote

Prevent `PostListing` previews from collapsing when voting

14 months agoMerge branch 'main' into bug/fix-image-collapse-upon-vote
SleeplessOne1917 [Mon, 26 Jun 2023 22:47:49 +0000 (18:47 -0400)]
Merge branch 'main' into bug/fix-image-collapse-upon-vote

14 months agoMerge pull request #1624 from LemmyNet/bugfix/vote-button-position
SleeplessOne1917 [Mon, 26 Jun 2023 21:19:19 +0000 (21:19 +0000)]
Merge pull request #1624 from LemmyNet/bugfix/vote-button-position

Fix `VoteButtons` positioning

14 months agoMerge branch 'main' into bugfix/vote-button-position
SleeplessOne1917 [Mon, 26 Jun 2023 21:15:53 +0000 (21:15 +0000)]
Merge branch 'main' into bugfix/vote-button-position

14 months agoMerge pull request #1622 from pascaldevink/fix_feedback_on_ban_and_unban
SleeplessOne1917 [Mon, 26 Jun 2023 21:10:52 +0000 (21:10 +0000)]
Merge pull request #1622 from pascaldevink/fix_feedback_on_ban_and_unban

Fix feedback on banning an unbanning

14 months agofix vote button alignment
Alec Armbruster [Mon, 26 Jun 2023 21:10:39 +0000 (17:10 -0400)]
fix vote button alignment

14 months agoMerge branch 'main' into fix_feedback_on_ban_and_unban
SleeplessOne1917 [Mon, 26 Jun 2023 21:08:32 +0000 (21:08 +0000)]
Merge branch 'main' into fix_feedback_on_ban_and_unban

14 months agopartially revert change
Alec Armbruster [Mon, 26 Jun 2023 21:04:19 +0000 (17:04 -0400)]
partially revert change

14 months agoFix feedback on banning an unbanning
Pascal de Vink [Mon, 26 Jun 2023 20:45:56 +0000 (21:45 +0100)]
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.

14 months agoremove icon (#1618)
Alec Armbruster [Mon, 26 Jun 2023 20:09:11 +0000 (16:09 -0400)]
remove icon (#1618)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoIndicate valid and invalid fields in signup form (#1450)
dullbananas [Mon, 26 Jun 2023 19:57:23 +0000 (12:57 -0700)]
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>
14 months agocapitalize button (#1616)
Alec Armbruster [Mon, 26 Jun 2023 19:25:22 +0000 (15:25 -0400)]
capitalize button (#1616)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoMove password reset form to separate route, view (#1390)
Alec Armbruster [Mon, 26 Jun 2023 18:54:38 +0000 (14:54 -0400)]
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>
14 months agofeat(UI): Reduce base font size (#1591)
Jay Sitter [Mon, 26 Jun 2023 18:53:37 +0000 (14:53 -0400)]
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>
14 months agoFix: missing semantic css classes and html elements (#1583)
Anansi [Mon, 26 Jun 2023 18:51:04 +0000 (20:51 +0200)]
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>
14 months agoMerge branch 'main' into bug/fix-image-collapse-upon-vote
Alec Armbruster [Mon, 26 Jun 2023 18:02:16 +0000 (14:02 -0400)]
Merge branch 'main' into bug/fix-image-collapse-upon-vote

14 months agoremove hook entirely
Alec Armbruster [Mon, 26 Jun 2023 16:16:32 +0000 (12:16 -0400)]
remove hook entirely

14 months agoMerge pull request #1599 from jsit/chore/separate-mod-button-functions
Jay Sitter [Mon, 26 Jun 2023 16:11:09 +0000 (12:11 -0400)]
Merge pull request #1599 from jsit/chore/separate-mod-button-functions

chore: Separate post mod buttons into functions

14 months agoMerge branch 'main' into chore/separate-mod-button-functions
Jay Sitter [Mon, 26 Jun 2023 16:03:26 +0000 (12:03 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions

14 months agoMerge pull request #1611 from jsit/chore/add-eslint-plugin-prettier
Jay Sitter [Mon, 26 Jun 2023 15:28:10 +0000 (11:28 -0400)]
Merge pull request #1611 from jsit/chore/add-eslint-plugin-prettier

chore(DX): Add prettier to eslint config for use with editors

14 months agochore(DX): Add prettier to eslint config for use with editors
Jay Sitter [Mon, 26 Jun 2023 14:37:21 +0000 (10:37 -0400)]
chore(DX): Add prettier to eslint config for use with editors

14 months agofix bug collapsing previews when voting
Alec Armbruster [Mon, 26 Jun 2023 13:25:00 +0000 (09:25 -0400)]
fix bug collapsing previews when voting

14 months agoMerge pull request #1603 from jsit/chore/fix-unnecessary-string-interpolation
SleeplessOne1917 [Mon, 26 Jun 2023 13:01:44 +0000 (13:01 +0000)]
Merge pull request #1603 from jsit/chore/fix-unnecessary-string-interpolation

chore: Remove unnecessary string interpolations

14 months agoMerge branch 'main' into chore/fix-unnecessary-string-interpolation
Jay Sitter [Mon, 26 Jun 2023 12:50:54 +0000 (08:50 -0400)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation

14 months agoMerge branch 'main' into feat/toggle-body-1595
Jay Sitter [Mon, 26 Jun 2023 12:50:34 +0000 (08:50 -0400)]
Merge branch 'main' into feat/toggle-body-1595

14 months agoMerge pull request #1594 from LemmyNet/comment-border
SleeplessOne1917 [Mon, 26 Jun 2023 10:35:09 +0000 (10:35 +0000)]
Merge pull request #1594 from LemmyNet/comment-border

Only give child comments colored borders

14 months agoMerge branch 'main' into chore/fix-unnecessary-string-interpolation
SleeplessOne1917 [Mon, 26 Jun 2023 10:18:14 +0000 (10:18 +0000)]
Merge branch 'main' into chore/fix-unnecessary-string-interpolation

14 months agoMerge branch 'main' into comment-border
SleeplessOne1917 [Mon, 26 Jun 2023 10:15:27 +0000 (10:15 +0000)]
Merge branch 'main' into comment-border

14 months agoMerge pull request #1605 from minorninth/fix_nsfw_checkbox_label
Jay Sitter [Mon, 26 Jun 2023 05:41:37 +0000 (01:41 -0400)]
Merge pull request #1605 from minorninth/fix_nsfw_checkbox_label

Associate NSFW label with its checkbox

14 months agoAssociate NSFW label with its checkbox
Dominic Mazzoni [Mon, 26 Jun 2023 04:11:23 +0000 (21:11 -0700)]
Associate NSFW label with its checkbox

14 months agofix: Remove unused comment
Jay Sitter [Mon, 26 Jun 2023 02:01:24 +0000 (22:01 -0400)]
fix: Remove unused comment

14 months agofix: Remove unnecessary string interpolations
Jay Sitter [Sun, 25 Jun 2023 23:36:19 +0000 (19:36 -0400)]
fix: Remove unnecessary string interpolations

14 months agofeat: Use plus/minus expand button in title for showing body/preview
Jay Sitter [Sun, 25 Jun 2023 22:43:13 +0000 (18:43 -0400)]
feat: Use plus/minus expand button in title for showing body/preview

14 months agoMerge branch 'main' into chore/separate-mod-button-functions
Jay Sitter [Sun, 25 Jun 2023 22:19:24 +0000 (18:19 -0400)]
Merge branch 'main' into chore/separate-mod-button-functions

14 months agofix: Remove unnecessary class
Jay Sitter [Sun, 25 Jun 2023 22:18:47 +0000 (18:18 -0400)]
fix: Remove unnecessary class

14 months agofix: Remove unnecessary classes
Jay Sitter [Sun, 25 Jun 2023 22:18:16 +0000 (18:18 -0400)]
fix: Remove unnecessary classes

14 months agofix: Restore removed classes
Jay Sitter [Sun, 25 Jun 2023 22:15:59 +0000 (18:15 -0400)]
fix: Restore removed classes

14 months agofix: Remove wrapping li's
Jay Sitter [Sun, 25 Jun 2023 22:13:13 +0000 (18:13 -0400)]
fix: Remove wrapping li's

14 months agofix: Remove extraneous classes
Jay Sitter [Sun, 25 Jun 2023 22:11:12 +0000 (18:11 -0400)]
fix: Remove extraneous classes

14 months agofix: Move things back to where they were
Jay Sitter [Sun, 25 Jun 2023 22:08:26 +0000 (18:08 -0400)]
fix: Move things back to where they were

14 months agochore: Separate post mod buttons into functions
Jay Sitter [Sun, 25 Jun 2023 22:01:25 +0000 (18:01 -0400)]
chore: Separate post mod buttons into functions

14 months agoMerge branch 'main' into feat/toggle-body-1595
Jay Sitter [Sun, 25 Jun 2023 21:50:02 +0000 (17:50 -0400)]
Merge branch 'main' into feat/toggle-body-1595

14 months agoMerge pull request #1598 from jsit/feat/fix-link-hover-colors
SleeplessOne1917 [Sun, 25 Jun 2023 21:42:08 +0000 (21:42 +0000)]
Merge pull request #1598 from jsit/feat/fix-link-hover-colors

14 months agofeat(UI): Fix some link hover colors
Jay Sitter [Sun, 25 Jun 2023 21:18:25 +0000 (17:18 -0400)]
feat(UI): Fix some link hover colors

14 months agofeat(UI): Always put post body behind togggle on post listings (home/community) ...
Jay Sitter [Sun, 25 Jun 2023 20:21:58 +0000 (16:21 -0400)]
feat(UI): Always put post body behind togggle on post listings (home/community) #1595

14 months agoMerge pull request #1592 from minorninth/csp_media_src_data_urls
SleeplessOne1917 [Sun, 25 Jun 2023 19:21:05 +0000 (19:21 +0000)]
Merge pull request #1592 from minorninth/csp_media_src_data_urls

CSP should allow data urls for media-src or the audio captcha won't work

14 months agoOnly give child comments colored borders
SleeplessOne1917 [Sun, 25 Jun 2023 19:20:06 +0000 (15:20 -0400)]
Only give child comments colored borders

14 months agoMerge branch 'main' into csp_media_src_data_urls
SleeplessOne1917 [Sun, 25 Jun 2023 19:16:46 +0000 (19:16 +0000)]
Merge branch 'main' into csp_media_src_data_urls

14 months agoMerge pull request #1588 from LemmyNet/new-comment-space
SleeplessOne1917 [Sun, 25 Jun 2023 19:15:40 +0000 (19:15 +0000)]
Merge pull request #1588 from LemmyNet/new-comment-space

Add margin to new comment text

14 months agoUpdate post-listing.tsx
SleeplessOne1917 [Sun, 25 Jun 2023 19:13:27 +0000 (15:13 -0400)]
Update post-listing.tsx

Removed unnecessary bootstrap class

14 months agoCSP should allow data urls for media-src or the audio captcha won't work
Dominic Mazzoni [Sun, 25 Jun 2023 19:12:32 +0000 (12:12 -0700)]
CSP should allow data urls for media-src or the audio captcha won't work

14 months agoMerge branch 'main' into new-comment-space
SleeplessOne1917 [Sun, 25 Jun 2023 17:29:02 +0000 (17:29 +0000)]
Merge branch 'main' into new-comment-space

14 months agoUse spae instead of margin
SleeplessOne1917 [Sun, 25 Jun 2023 17:28:00 +0000 (13:28 -0400)]
Use spae instead of margin

14 months agoMerge pull request #1589 from LemmyNet/double-search
SleeplessOne1917 [Sun, 25 Jun 2023 17:23:37 +0000 (17:23 +0000)]
Merge pull request #1589 from LemmyNet/double-search

Fix search request being called twice on search page

14 months agoMerge branch 'main' into double-search
Alec Armbruster [Sun, 25 Jun 2023 17:18:55 +0000 (13:18 -0400)]
Merge branch 'main' into double-search

14 months agoFix search request being called twice on search page
SleeplessOne1917 [Sun, 25 Jun 2023 17:07:18 +0000 (13:07 -0400)]
Fix search request being called twice on search page

14 months agoMerge pull request #1585 from LemmyNet/bug/cant-set-headers-after-sent-fix
SleeplessOne1917 [Sun, 25 Jun 2023 16:44:03 +0000 (16:44 +0000)]
Merge pull request #1585 from LemmyNet/bug/cant-set-headers-after-sent-fix

Fix noisy "Can't set headers after they are sent" error

14 months agoMerge branch 'main' into bug/cant-set-headers-after-sent-fix
Jay Sitter [Sun, 25 Jun 2023 16:41:28 +0000 (12:41 -0400)]
Merge branch 'main' into bug/cant-set-headers-after-sent-fix

14 months agoAdd margin to new comment text
SleeplessOne1917 [Sun, 25 Jun 2023 16:09:53 +0000 (12:09 -0400)]
Add margin to new comment text

14 months agoMerge pull request #1586 from LemmyNet/feature/handle-video-iframes-better
SleeplessOne1917 [Sun, 25 Jun 2023 15:52:08 +0000 (15:52 +0000)]
Merge pull request #1586 from LemmyNet/feature/handle-video-iframes-better

14 months agohandle embedded iframe content better
Alec Armbruster [Sun, 25 Jun 2023 15:01:40 +0000 (11:01 -0400)]
handle embedded iframe content better

14 months agofix lint error
Alec Armbruster [Sun, 25 Jun 2023 14:47:21 +0000 (10:47 -0400)]
fix lint error

14 months agofix error on prod
Alec Armbruster [Sun, 25 Jun 2023 14:43:58 +0000 (10:43 -0400)]
fix error on prod

14 months agoMerge pull request #1578 from jsit/chore/remove-a11y-eslint-severity-overrides
SleeplessOne1917 [Sun, 25 Jun 2023 07:07:22 +0000 (07:07 +0000)]
Merge pull request #1578 from jsit/chore/remove-a11y-eslint-severity-overrides

chore(a11y): Remove a11y eslint overrides

14 months agochore: Empty commit to re-trigger Woodpecker
Jay Sitter [Sun, 25 Jun 2023 07:04:33 +0000 (03:04 -0400)]
chore: Empty commit to re-trigger Woodpecker

14 months agochore(a11y): Remove a11y eslint overrides, as there are (almost) no more violations
Jay Sitter [Sun, 25 Jun 2023 06:37:34 +0000 (02:37 -0400)]
chore(a11y): Remove a11y eslint overrides, as there are (almost) no more violations

14 months agoMerge pull request #1488 from jsit/feat/vote-components
SleeplessOne1917 [Sun, 25 Jun 2023 06:16:00 +0000 (06:16 +0000)]
Merge pull request #1488 from jsit/feat/vote-components

feat(dev): Vote components

14 months agoMerge branch 'main' into feat/vote-components
SleeplessOne1917 [Sun, 25 Jun 2023 06:13:28 +0000 (06:13 +0000)]
Merge branch 'main' into feat/vote-components

14 months agoMerge pull request #1576 from jsit/fix/a11y-fixes-3
SleeplessOne1917 [Sun, 25 Jun 2023 06:12:33 +0000 (06:12 +0000)]
Merge pull request #1576 from jsit/fix/a11y-fixes-3

fix(a11y): Some accessibility fixes

14 months agofix: Add type=button to buttons
Jay Sitter [Sun, 25 Jun 2023 05:40:03 +0000 (01:40 -0400)]
fix: Add type=button to buttons

14 months agofix: Fix some classes on private message collapse/expand button
Jay Sitter [Sun, 25 Jun 2023 05:37:36 +0000 (01:37 -0400)]
fix: Fix some classes on private message collapse/expand button

14 months agochore(a11y): Remove now-passing jsx-a11y tests from exemptions
Jay Sitter [Sun, 25 Jun 2023 05:36:21 +0000 (01:36 -0400)]
chore(a11y): Remove now-passing jsx-a11y tests from exemptions

14 months agofix(a11y): Change divs and links to buttons
Jay Sitter [Sun, 25 Jun 2023 05:35:34 +0000 (01:35 -0400)]
fix(a11y): Change divs and links to buttons

14 months agofix: Remove invalid class
Jay Sitter [Sun, 25 Jun 2023 05:34:49 +0000 (01:34 -0400)]
fix: Remove invalid class

14 months agoMerge remote-tracking branch 'lemmy/main' into feat/vote-components
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

14 months agochore: Empty commit to re-trigger Woodpecker
Jay Sitter [Sat, 24 Jun 2023 23:59:28 +0000 (19:59 -0400)]
chore: Empty commit to re-trigger Woodpecker

14 months agofix: Fix some Bootstrap 5 font classes
Jay Sitter [Sat, 24 Jun 2023 22:41:29 +0000 (18:41 -0400)]
fix: Fix some Bootstrap 5 font classes

14 months agofix: Fix some Bootstrap 5 font classes
Jay Sitter [Sun, 25 Jun 2023 05:11:27 +0000 (01:11 -0400)]
fix: Fix some Bootstrap 5 font classes