]>
Untitled Git - lemmy-ui.git/log
SleeplessOne1917 [Sat, 17 Jun 2023 02:29:33 +0000 (02:29 +0000)]
Merge branch 'main' into fix-nsfw-blur-spill
SleeplessOne1917 [Sat, 17 Jun 2023 02:28:17 +0000 (02:28 +0000)]
Merge pull request #1043 from LemmyNet/route-data-refactor
Route data refactor
SleeplessOne1917 [Sat, 17 Jun 2023 02:25:18 +0000 (02:25 +0000)]
Merge branch 'main' into route-data-refactor
SleeplessOne1917 [Sat, 17 Jun 2023 02:24:44 +0000 (02:24 +0000)]
Merge pull request #1246 from fheft/generate-theme-css
Generate theme css
SleeplessOne1917 [Sat, 17 Jun 2023 02:22:36 +0000 (02:22 +0000)]
Merge branch 'main' into route-data-refactor
SleeplessOne1917 [Sat, 17 Jun 2023 02:22:10 +0000 (02:22 +0000)]
Merge branch 'main' into generate-theme-css
SleeplessOne1917 [Sat, 17 Jun 2023 02:22:01 +0000 (02:22 +0000)]
Merge pull request #1158 from skspade/1117-jump-to-main-content
1117 jump to main content
SleeplessOne1917 [Sat, 17 Jun 2023 02:19:59 +0000 (02:19 +0000)]
Merge branch 'main' into 1117-jump-to-main-content
SleeplessOne1917 [Sat, 17 Jun 2023 02:19:02 +0000 (02:19 +0000)]
Merge pull request #1334 from jsit/feat/markdown-format-bar-above
feat: Move text formatting bar above textarea
SleeplessOne1917 [Sat, 17 Jun 2023 02:17:45 +0000 (02:17 +0000)]
Merge branch 'main' into generate-theme-css
SleeplessOne1917 [Sat, 17 Jun 2023 02:17:04 +0000 (02:17 +0000)]
Merge branch 'main' into fix-nsfw-blur-spill
SleeplessOne1917 [Sat, 17 Jun 2023 02:16:36 +0000 (02:16 +0000)]
Merge branch 'main' into feat/markdown-format-bar-above
SleeplessOne1917 [Sat, 17 Jun 2023 02:08:21 +0000 (02:08 +0000)]
Merge pull request #1337 from jsit/fix/post-meta-vertical-align
fix: Vertically align icons in post listing
Jay Sitter [Sat, 17 Jun 2023 01:50:31 +0000 (21:50 -0400)]
fix: Vertically align icons in post listing
Jay Sitter [Sat, 17 Jun 2023 00:14:48 +0000 (19:14 -0500)]
Merge branch 'main' into feat/markdown-format-bar-above
Jay Sitter [Sat, 17 Jun 2023 00:13:25 +0000 (20:13 -0400)]
fix: Fix rounded textarea in Markdown box
Jay Sitter [Sat, 17 Jun 2023 00:02:07 +0000 (20:02 -0400)]
feat: Fix some colors on dark mode
Jay Sitter [Fri, 16 Jun 2023 23:49:28 +0000 (19:49 -0400)]
feat: Redesign the format bar / textarea into a single bordered area with divider
SleeplessOne1917 [Fri, 16 Jun 2023 22:24:29 +0000 (22:24 +0000)]
Merge branch 'main' into route-data-refactor
SleeplessOne1917 [Fri, 16 Jun 2023 22:24:00 +0000 (22:24 +0000)]
Merge pull request #1305 from ayan4m1/feature/login-error
Fix infinite spinner for login that results in failure
abias [Fri, 16 Jun 2023 22:23:06 +0000 (18:23 -0400)]
Merge branch 'main' into route-data-refactor
SleeplessOne1917 [Fri, 16 Jun 2023 22:21:12 +0000 (22:21 +0000)]
Merge branch 'main' into feature/login-error
SleeplessOne1917 [Fri, 16 Jun 2023 22:19:57 +0000 (22:19 +0000)]
Merge pull request #1327 from Zetaphor/feature/add-ids-and-classes
Add semantic ID's and classes to improve theming/userscript experience
ayan4m1 [Fri, 16 Jun 2023 14:03:31 +0000 (10:03 -0400)]
handle login failures correctly
ayan4m1 [Thu, 15 Jun 2023 12:48:54 +0000 (08:48 -0400)]
wrap login call in try/catch for error handling
abias [Fri, 16 Jun 2023 22:17:17 +0000 (18:17 -0400)]
Merge branch 'main' into route-data-refactor
abias [Fri, 16 Jun 2023 22:12:14 +0000 (18:12 -0400)]
Fix first loads not working
Zetaphor [Fri, 16 Jun 2023 21:56:06 +0000 (18:56 -0300)]
Remove extra div in post sidebar
Jay Sitter [Fri, 16 Jun 2023 21:47:42 +0000 (17:47 -0400)]
feat: Move text formatting bar above textarea
Zetaphor [Fri, 16 Jun 2023 21:47:37 +0000 (18:47 -0300)]
Add a class to the more button on a comment node
Zetaphor [Fri, 16 Jun 2023 21:29:29 +0000 (18:29 -0300)]
Merge branch 'feature/add-ids-and-classes' of github.com:Zetaphor/lemmy-ui into feature/add-ids-and-classes
Zetaphor [Fri, 16 Jun 2023 21:28:50 +0000 (18:28 -0300)]
Switch navbar classes to ids
Sean Spade [Sat, 10 Jun 2023 19:39:41 +0000 (15:39 -0400)]
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
Sean Spade [Sat, 10 Jun 2023 03:28:56 +0000 (23:28 -0400)]
chore: ensures validURL function does not throw exception
SleeplessOne1917 [Fri, 16 Jun 2023 21:17:48 +0000 (21:17 +0000)]
Merge branch 'main' into feature/add-ids-and-classes
SleeplessOne1917 [Fri, 16 Jun 2023 21:07:49 +0000 (21:07 +0000)]
Merge branch 'main' into generate-theme-css
Dessalines [Fri, 16 Jun 2023 21:06:14 +0000 (17:06 -0400)]
Adding a few more 0.18.0 API changes. (#1324)
- Removes number_online
Zetaphor [Fri, 16 Jun 2023 20:28:40 +0000 (15:28 -0500)]
Merge branch 'LemmyNet:main' into feature/add-ids-and-classes
Zetaphor [Fri, 16 Jun 2023 20:27:55 +0000 (17:27 -0300)]
Use aside semantic HTML tag for sidebars
Zetaphor [Fri, 16 Jun 2023 20:27:41 +0000 (17:27 -0300)]
Use article semantic HTML tag for posts/comments
Zetaphor [Fri, 16 Jun 2023 20:26:58 +0000 (17:26 -0300)]
Use footer semantic HTML tag
SleeplessOne1917 [Fri, 16 Jun 2023 20:00:46 +0000 (20:00 +0000)]
Merge branch 'main' into generate-theme-css
SleeplessOne1917 [Fri, 16 Jun 2023 19:57:12 +0000 (19:57 +0000)]
Merge branch 'main' into fix-nsfw-blur-spill
Dessalines [Fri, 16 Jun 2023 18:31:21 +0000 (14:31 -0400)]
Adding codeowners.
Zetaphor [Fri, 16 Jun 2023 17:21:01 +0000 (14:21 -0300)]
Add lemmy-site class for easier detection
Zetaphor [Fri, 16 Jun 2023 17:14:10 +0000 (14:14 -0300)]
Merge branch 'main' into feature/add-ids-and-classes
Zetaphor [Fri, 16 Jun 2023 17:12:27 +0000 (14:12 -0300)]
Add ID's and classes to sidebars
Zetaphor [Fri, 16 Jun 2023 17:12:07 +0000 (14:12 -0300)]
Add clases and ID's to post form/listing
Zetaphor [Fri, 16 Jun 2023 17:10:56 +0000 (14:10 -0300)]
Add classes to post and comment repy textareas
Zetaphor [Fri, 16 Jun 2023 17:09:35 +0000 (14:09 -0300)]
Rename markdown-textarea ID's
Zetaphor [Fri, 16 Jun 2023 17:08:53 +0000 (14:08 -0300)]
Add nav and footer ID's
Jordan Enterkin [Fri, 16 Jun 2023 17:01:09 +0000 (11:01 -0600)]
fix block community functionality in sidebar (#1316)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Dessalines [Fri, 16 Jun 2023 16:18:15 +0000 (12:18 -0400)]
Merge branch 'main' of https://github.com/LemmyNet/lemmy-ui
Alec Armbruster [Fri, 16 Jun 2023 15:52:47 +0000 (11:52 -0400)]
Admin Settings: Bugfixes (#1313)
* move loading state to AdminSettings, pass as prop, tweak margin on some labels, add missing bind
* default loading state to false on setup.tsx, add util
* rename util to make more sense
* make @dessalines suggested changes
Peter Willemsen [Fri, 16 Jun 2023 15:45:36 +0000 (17:45 +0200)]
hardcoded node version due to bug "Text file busy" error introduced in node 20.3 (#1320)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
ludrol [Fri, 16 Jun 2023 15:44:47 +0000 (17:44 +0200)]
changed required checkbox (#1318)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Alec Armbruster [Fri, 16 Jun 2023 15:02:28 +0000 (11:02 -0400)]
set loading state attribute to false if createPost fails (#1311)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Sunny [Fri, 16 Jun 2023 15:00:01 +0000 (15:00 +0000)]
Make community IDs more easily selectable (#1306)
* Make community IDs more easily selectable
* Use T component for alert
* Use T component for alert
---------
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Jay Sitter [Fri, 16 Jun 2023 14:53:46 +0000 (09:53 -0500)]
Re-arrange elements beneath markdown textarea #1057 (#1288)
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Dessalines [Fri, 16 Jun 2023 14:49:42 +0000 (10:49 -0400)]
Merge branch 'main' into fix-nsfw-blur-spill
Yuri Pieters [Fri, 16 Jun 2023 14:49:23 +0000 (15:49 +0100)]
Match more specific locales to supported ones (#1241)
To do this, replace the current system for choosing the language with one that makes use of i18next features.
Co-authored-by: Yuri Pieters <yuri@zopatista.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Florian Heft [Fri, 16 Jun 2023 08:53:26 +0000 (10:53 +0200)]
Fixed color scheme variables of litely-red
* Adapted variables to the actual color that
was used before
abias [Fri, 16 Jun 2023 02:39:04 +0000 (22:39 -0400)]
Cleanup
abias [Fri, 16 Jun 2023 02:11:19 +0000 (22:11 -0400)]
Merge branch 'main' into route-data-refactor
abias [Fri, 16 Jun 2023 02:08:14 +0000 (22:08 -0400)]
Merge branch 'main' into route-data-refactor
Andrew DeLisa [Thu, 15 Jun 2023 21:42:22 +0000 (17:42 -0400)]
Improve the look of tables (#1299)
* feat(css): remove table styling that overrides bootstrap
* feat(utils): style MD tables appropriately with bootstrap class
SleeplessOne1917 [Thu, 15 Jun 2023 17:38:07 +0000 (17:38 +0000)]
Merge pull request #1310 from mr00z/main
SleeplessOne1917 [Thu, 15 Jun 2023 17:24:53 +0000 (17:24 +0000)]
Merge branch 'main' into main
SleeplessOne1917 [Thu, 15 Jun 2023 17:23:20 +0000 (17:23 +0000)]
Merge pull request #1309 from alectrocute/go-back-after-login
Go back to previous page after login
Marcin Mróz [Thu, 15 Jun 2023 17:21:42 +0000 (19:21 +0200)]
feat(post-listing): Add link to post for mobile preview
Alec Armbruster [Thu, 15 Jun 2023 16:41:29 +0000 (12:41 -0400)]
Merge branch 'main' into go-back-after-login
Alec Armbruster [Thu, 15 Jun 2023 16:38:42 +0000 (12:38 -0400)]
use .replace() instead
Alec Armbruster [Thu, 15 Jun 2023 16:29:24 +0000 (12:29 -0400)]
go back if last history action was push, fix bug preventing navigation to / working from login
SleeplessOne1917 [Thu, 15 Jun 2023 15:59:05 +0000 (15:59 +0000)]
Merge pull request #1308 from alectrocute/add-user-scalable-no
Prevent dragging zoom on mobile
SleeplessOne1917 [Thu, 15 Jun 2023 15:56:39 +0000 (15:56 +0000)]
Merge branch 'main' into add-user-scalable-no
SleeplessOne1917 [Thu, 15 Jun 2023 15:54:35 +0000 (15:54 +0000)]
Merge pull request #1304 from ayan4m1/fix/hr-border
Fix <hr> being almost invisible
SleeplessOne1917 [Thu, 15 Jun 2023 15:51:52 +0000 (15:51 +0000)]
Merge branch 'main' into generate-theme-css
Alec Armbruster [Thu, 15 Jun 2023 15:48:30 +0000 (11:48 -0400)]
add user-scalable=no to meta tag
ayan4m1 [Thu, 15 Jun 2023 12:31:36 +0000 (08:31 -0400)]
remove explicit types
ayan4m1 [Thu, 15 Jun 2023 12:23:55 +0000 (08:23 -0400)]
fix: <hr> is almost invisible in darkly theme
Dessalines [Thu, 15 Jun 2023 11:55:09 +0000 (07:55 -0400)]
Merge branch 'main' into fix-nsfw-blur-spill
Florian Heft [Thu, 15 Jun 2023 07:00:29 +0000 (09:00 +0200)]
Removed duplicated CSS rule
* Bootstrap has us covered already
SleeplessOne1917 [Thu, 15 Jun 2023 02:46:28 +0000 (02:46 +0000)]
Merge pull request #1072 from LemmyNet/comment-depth
Comment depth
abias [Thu, 15 Jun 2023 01:23:21 +0000 (21:23 -0400)]
Merge branch 'comment-depth' of https://github.com/LemmyNet/lemmy-ui into comment-depth
abias [Thu, 15 Jun 2023 01:14:21 +0000 (21:14 -0400)]
Address PR feedback
SleeplessOne1917 [Thu, 15 Jun 2023 00:53:20 +0000 (00:53 +0000)]
Merge branch 'main' into comment-depth
abias [Thu, 15 Jun 2023 00:52:31 +0000 (20:52 -0400)]
Make comment border colors semi-transparent
Dessalines [Thu, 15 Jun 2023 00:28:20 +0000 (20:28 -0400)]
Add long polling to update unread counts in navbar. (#1271)
* Upping version.
* Add long-polling to update unread counts in navbar.
- Fixes #1148
* Using async for polling.
* Update src/shared/utils.ts
Co-authored-by: Sander Saarend <sander@saarend.com>
* Adding window visibility check, removing generic sleep.
---------
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Sander Saarend <sander@saarend.com>
SleeplessOne1917 [Thu, 15 Jun 2023 00:22:29 +0000 (00:22 +0000)]
Merge branch 'main' into comment-depth
SleeplessOne1917 [Thu, 15 Jun 2023 00:13:19 +0000 (00:13 +0000)]
Merge pull request #1250 from RayBB/issue-template-checkboxes
Add checkboxes to issue template
SleeplessOne1917 [Thu, 15 Jun 2023 00:11:01 +0000 (00:11 +0000)]
Merge branch 'main' into issue-template-checkboxes
SleeplessOne1917 [Thu, 15 Jun 2023 00:10:47 +0000 (00:10 +0000)]
Merge pull request #1284 from alectrocute/AA/remove-pictrsdeletetoast-from-postform
Remove `pictrsDeleteToast` usage from `PostForm`
SleeplessOne1917 [Thu, 15 Jun 2023 00:05:27 +0000 (00:05 +0000)]
Merge branch 'main' into AA/remove-pictrsdeletetoast-from-postform
SleeplessOne1917 [Wed, 14 Jun 2023 23:46:11 +0000 (23:46 +0000)]
Merge branch 'main' into comment-depth
SleeplessOne1917 [Wed, 14 Jun 2023 23:30:47 +0000 (23:30 +0000)]
Merge pull request #1269 from alectrocute/AA/missing-tooltip-from-post-listing
Add missing tooltip for `cross-post` button on `PostListing`
SleeplessOne1917 [Wed, 14 Jun 2023 23:28:43 +0000 (23:28 +0000)]
Merge branch 'main' into AA/missing-tooltip-from-post-listing
SleeplessOne1917 [Wed, 14 Jun 2023 23:28:26 +0000 (23:28 +0000)]
Merge pull request #1265 from alectrocute/AA/trim-all-username-inputs
Remove whitespace from all username input fields
SleeplessOne1917 [Wed, 14 Jun 2023 23:25:59 +0000 (23:25 +0000)]
Merge branch 'main' into AA/trim-all-username-inputs
SleeplessOne1917 [Wed, 14 Jun 2023 23:25:30 +0000 (23:25 +0000)]
Merge pull request #1261 from camel-cdr/patch-1
Horizontally scrollable code blocks, instead of wrapping.
SleeplessOne1917 [Wed, 14 Jun 2023 23:23:11 +0000 (23:23 +0000)]
Merge branch 'main' into patch-1