Commit graph

1260 commits

Author SHA1 Message Date
Jay Sitter ba3a565d2b fix: Vertically align icons in post listing 2023-06-16 21:50:31 -04:00
Jay Sitter f7f8ddcd7c fix: Add total users in site sidebar 2023-06-16 21:44:45 -04:00
Jay Sitter fe64edd2fc fix: Re-add 'number of communities' to site sidebar 2023-06-16 20:56:01 -04:00
Jay Sitter cb72180f97 fix: Fix broken link 2023-06-16 20:54:13 -04:00
Jay Sitter 8bbb6c9652 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
2023-06-16 20:35:44 -04:00
Jay Sitter e540b1e4a9
Merge branch 'main' into feat/markdown-format-bar-above 2023-06-16 19:14:48 -05:00
Jay Sitter f037220d5e fix: Fix rounded textarea in Markdown box 2023-06-16 20:13:25 -04:00
Jay Sitter 3d24a108ae feat: Fix some colors on dark mode 2023-06-16 20:02:07 -04:00
Jay Sitter f9f4caf260 feat: Redesign the format bar / textarea into a single bordered area with divider 2023-06-16 19:49:28 -04:00
Alec Armbruster b0c39ad5f5
and of course, yarn.lock 2023-06-16 19:22:12 -04:00
Alec Armbruster b3a25a3bb3
hopefully last merge fiasco cleanup 2023-06-16 19:20:43 -04:00
Alec Armbruster fbc13249ca
more cleanup 2023-06-16 19:18:06 -04:00
Alec Armbruster 768ed8ea94
even more cleanup 2023-06-16 19:16:00 -04:00
Alec Armbruster 8fcde4bdd0
more cleanup 2023-06-16 19:14:35 -04:00
Alec Armbruster e164a3b9a1
attempt to fix crazy merge fiasco 2023-06-16 19:10:25 -04:00
Alec Armbruster 3ee47d38b8
Merge branch 'LemmyNet:main' into breakout-role-utils 2023-06-16 18:57:20 -04:00
Alec Armbruster 9575b325e6
Merge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into breakout-role-utils 2023-06-16 18:56:31 -04:00
Alec Armbruster 6c6ddd5b51
reset, merge issues 2023-06-16 18:56:23 -04:00
Alec Armbruster 05aa483d89
pull latest main 2023-06-16 18:51:51 -04:00
Alec Armbruster 6126900bd5
forgot debounce 2023-06-16 18:49:28 -04:00
Alec Armbruster 6105c1e035
Merge branch 'main' into refactor-server-tidy 2023-06-16 18:41:44 -04:00
Jay Sitter f8f1f49250 feat: Move Badges to common component 2023-06-16 18:31:47 -04:00
SleeplessOne1917 f0a7b58ee3
Merge branch 'main' into route-data-refactor 2023-06-16 22:24:29 +00:00
SleeplessOne1917 1242d8d426
Merge pull request #1305 from ayan4m1/feature/login-error
Fix infinite spinner for login that results in failure
2023-06-16 22:24:00 +00:00
abias 9fb1a28763 Merge branch 'main' into route-data-refactor 2023-06-16 18:23:06 -04:00
Alec Armbruster d773f8c262
Merge branch 'main' into refactor-server-tidy 2023-06-16 18:21:14 -04:00
SleeplessOne1917 7e01c9e166
Merge branch 'main' into feature/login-error 2023-06-16 22:21:12 +00:00
SleeplessOne1917 8040533581
Merge pull request #1327 from Zetaphor/feature/add-ids-and-classes
Add semantic ID's and classes to improve theming/userscript experience
2023-06-16 22:19:57 +00:00
ayan4m1 93e3598328 handle login failures correctly 2023-06-16 18:18:36 -04:00
ayan4m1 55512a2eae wrap login call in try/catch for error handling 2023-06-16 18:18:36 -04:00
abias 4d716e039b Merge branch 'main' into route-data-refactor 2023-06-16 18:17:17 -04:00
abias 71336002e7 Fix first loads not working 2023-06-16 18:12:14 -04:00
Zetaphor e13d6145cb Remove extra div in post sidebar 2023-06-16 18:56:06 -03:00
Jay Sitter ebba5bdd80 feat: Move text formatting bar above textarea 2023-06-16 17:47:43 -04:00
Zetaphor a03bee512a Add a class to the more button on a comment node 2023-06-16 18:47:37 -03:00
Alec Armbruster 9c37cea106
Merge branch 'main' into breakout-role-utils 2023-06-16 17:33:46 -04:00
Zetaphor f38630b224 Merge branch 'feature/add-ids-and-classes' of github.com:Zetaphor/lemmy-ui into feature/add-ids-and-classes 2023-06-16 18:29:29 -03:00
Zetaphor fe54ae9715 Switch navbar classes to ids 2023-06-16 18:28:50 -03:00
Alec Armbruster 976ed12d07
break out browser and helper methods 2023-06-16 17:25:53 -04:00
Sean Spade d3e181222a feat: Adds Jump to main content functionality
feat: Adds media query for prefers reduced motion

chore: remove <a/> from index.tsx

chore: remove tranisiton for skip link

chore: remove omitted error variable

update translations

chore: update translations

chore: Covert <a/> jump to content from html to Inferno JSX

chore: add translation

feat: add main as a parent to routes so jump to content always skips navigation on every page

chore: Use bootstrap classes

feat: Tidy Jump to content feature with some basic JS

feat: Jump to main content
2023-06-16 17:22:05 -04:00
Sean Spade 4da2438638 chore: ensures validURL function does not throw exception 2023-06-16 17:18:11 -04:00
SleeplessOne1917 e456121137
Merge branch 'main' into feature/add-ids-and-classes 2023-06-16 21:17:48 +00:00
Alec Armbruster 0854af3794
break out all role utils 2023-06-16 17:07:55 -04:00
SleeplessOne1917 242eeb5646
Merge branch 'main' into generate-theme-css 2023-06-16 21:07:49 +00:00
Dessalines e0cc7ba3c3
Adding a few more 0.18.0 API changes. (#1324)
- Removes number_online
2023-06-16 17:06:14 -04:00
Zetaphor ae88eee146
Merge branch 'LemmyNet:main' into feature/add-ids-and-classes 2023-06-16 15:28:40 -05:00
Zetaphor 9a943e1f2e Use aside semantic HTML tag for sidebars 2023-06-16 17:27:55 -03:00
Zetaphor 5d7e5cac33 Use article semantic HTML tag for posts/comments 2023-06-16 17:27:41 -03:00
Zetaphor c4146cc66a Use footer semantic HTML tag 2023-06-16 17:26:58 -03:00
SleeplessOne1917 d3a19751d5
Merge branch 'main' into generate-theme-css 2023-06-16 20:00:46 +00:00