]> Untitled Git - lemmy-ui.git/commit
Merge remote-tracking branch 'origin/main' into feat/add-badges-common-component
authorJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 00:35:44 +0000 (20:35 -0400)
committerJay Sitter <jay@jaysitter.com>
Sat, 17 Jun 2023 00:35:44 +0000 (20:35 -0400)
commit8bbb6c9652bbbfda1ca9cc41592c413549f16c75
tree704c0d8e5b4b242fb7f2995a19e39c79a12f80ed
parentf8f1f49250dc26a2cb4b48bf707a684f0c75337a
parent1242d8d426cf258c1679efd7494811357a87232a
Merge remote-tracking branch 'origin/main' into feat/add-badges-common-component

* origin/main:
  handle login failures correctly
  wrap login call in try/catch for error handling
  Remove extra div in post sidebar
  Add a class to the more button on a comment node
  Switch navbar classes to ids
  Adding a few more 0.18.0 API changes. (#1324)
  Use aside semantic HTML tag for sidebars
  Use article semantic HTML tag for posts/comments
  Use footer semantic HTML tag
  Adding codeowners.
  Add lemmy-site class for easier detection
  Add ID's and classes to sidebars
  Add clases and ID's to post form/listing
  Add classes to post and comment repy textareas
  Rename markdown-textarea ID's
  Add nav and footer ID's
src/shared/components/common/badges.tsx
src/shared/components/community/sidebar.tsx
src/shared/components/home/site-sidebar.tsx