]> Untitled Git - lemmy-ui.git/log
lemmy-ui.git
12 months agoMerge branch 'main' into reduce-bundle
SleeplessOne1917 [Fri, 23 Jun 2023 03:31:29 +0000 (03:31 +0000)]
Merge branch 'main' into reduce-bundle

12 months agoRemove unused dep
SleeplessOne1917 [Fri, 23 Jun 2023 03:30:41 +0000 (23:30 -0400)]
Remove unused dep

12 months agoRemove `noIndent` prop from comment nodes on person view (#1491)
Alec Armbruster [Fri, 23 Jun 2023 02:56:51 +0000 (22:56 -0400)]
Remove `noIndent` prop from comment nodes on person view (#1491)

* remove noIdent prop from person details comment nodes

* remove noIndent prop from usage in Inbox

12 months agoFix inability to go to Home from Settings (#1506)
Alec Armbruster [Fri, 23 Jun 2023 02:46:38 +0000 (22:46 -0400)]
Fix inability to go to Home from Settings (#1506)

12 months agov0.18.0-rc.7
Dessalines [Fri, 23 Jun 2023 01:16:51 +0000 (21:16 -0400)]
v0.18.0-rc.7

12 months agoMerge pull request #1504 from alectrocute/actually-last-issue-template-tweaks
SleeplessOne1917 [Fri, 23 Jun 2023 01:07:39 +0000 (01:07 +0000)]
Merge pull request #1504 from alectrocute/actually-last-issue-template-tweaks

12 months agoMerge branch 'main' into actually-last-issue-template-tweaks
Alec Armbruster [Fri, 23 Jun 2023 00:36:23 +0000 (20:36 -0400)]
Merge branch 'main' into actually-last-issue-template-tweaks

12 months agoremove bullet list items
Alec Armbruster [Fri, 23 Jun 2023 00:27:27 +0000 (20:27 -0400)]
remove bullet list items

12 months agoReplace momentjs with date-fns
SleeplessOne1917 [Thu, 22 Jun 2023 23:33:02 +0000 (19:33 -0400)]
Replace momentjs with date-fns

12 months ago`ISSUE_TEMPLATE` cleanup (#1493)
Alec Armbruster [Thu, 22 Jun 2023 23:04:15 +0000 (19:04 -0400)]
`ISSUE_TEMPLATE` cleanup (#1493)

12 months agoremove title attr (#1492)
Alec Armbruster [Thu, 22 Jun 2023 22:53:43 +0000 (18:53 -0400)]
remove title attr (#1492)

12 months agofix lack of modlog refetch on mount (#1490)
Alec Armbruster [Thu, 22 Jun 2023 22:44:15 +0000 (18:44 -0400)]
fix lack of modlog refetch on mount (#1490)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoMerge pull request #1478 from alectrocute/update-issue-template
Alec Armbruster [Thu, 22 Jun 2023 22:37:11 +0000 (18:37 -0400)]
Merge pull request #1478 from alectrocute/update-issue-template

Update `ISSUE_TEMPLATE` config

12 months agoMerge branch 'main' into update-issue-template
Alec Armbruster [Thu, 22 Jun 2023 22:07:09 +0000 (18:07 -0400)]
Merge branch 'main' into update-issue-template

12 months agomake suggested changes
Alec Armbruster [Thu, 22 Jun 2023 22:01:04 +0000 (18:01 -0400)]
make suggested changes

12 months agoMerge pull request #1455 from jsit/feat/add-post-body-preview-to-desktop
SleeplessOne1917 [Thu, 22 Jun 2023 21:57:32 +0000 (21:57 +0000)]
Merge pull request #1455 from jsit/feat/add-post-body-preview-to-desktop

feat: Add post body preview to desktop

12 months agoMerge remote-tracking branch 'origin/main' into feat/add-post-body-preview-to-desktop
Jay Sitter [Thu, 22 Jun 2023 21:37:10 +0000 (17:37 -0400)]
Merge remote-tracking branch 'origin/main' into feat/add-post-body-preview-to-desktop

* origin/main: (40 commits)
  Adding jsit to codeowners.
  Cleanup, only check for /u/ if /c/ and /m/ checks fail
  Rename function to be more generic, since it parses users
  Typescript linter fixes
  bandaid fix our video embeds
  Remove pipe from community link regex
  Add missing classes
  Use shorter regex in community link parser
  Move regex pattern to config
  Update community link markdown parsing
  Fix avatar alignment issue (#1475)
  Omit user-scalable to use default
  Update getHttpBase dependency reference
  Enable users to zoom on mobile
  rethink it a bit
  rethink it a bit
  add fallback style tag
  move env utils into folder
  fix capitalization (#1467)
  Fix buildThemeList() function to ensure no duplicates (#1466)
  ...

12 months agoMerge pull request #1462 from Zetaphor/main
SleeplessOne1917 [Thu, 22 Jun 2023 20:25:05 +0000 (20:25 +0000)]
Merge pull request #1462 from Zetaphor/main

Convert Lemmy and KBin community and user references into local instance links

12 months agoMerge branch 'main' into main
SleeplessOne1917 [Thu, 22 Jun 2023 20:22:43 +0000 (20:22 +0000)]
Merge branch 'main' into main

12 months agoAdding jsit to codeowners.
Dessalines [Thu, 22 Jun 2023 20:15:45 +0000 (16:15 -0400)]
Adding jsit to codeowners.

12 months agoMerge pull request #1479 from alectrocute/fix-video-embeds-on-posts
SleeplessOne1917 [Thu, 22 Jun 2023 19:13:38 +0000 (19:13 +0000)]
Merge pull request #1479 from alectrocute/fix-video-embeds-on-posts

12 months agoMerge branch 'main' into fix-video-embeds-on-posts
Alec Armbruster [Thu, 22 Jun 2023 19:06:44 +0000 (15:06 -0400)]
Merge branch 'main' into fix-video-embeds-on-posts

12 months agoCleanup, only check for /u/ if /c/ and /m/ checks fail
Zetaphor [Thu, 22 Jun 2023 19:05:20 +0000 (16:05 -0300)]
Cleanup, only check for /u/ if /c/ and /m/ checks fail

12 months agoRename function to be more generic, since it parses users
Zetaphor [Thu, 22 Jun 2023 19:02:27 +0000 (16:02 -0300)]
Rename function to be more generic, since it parses users

12 months agoMerge branch 'main' into main
Zetaphor [Thu, 22 Jun 2023 18:53:50 +0000 (15:53 -0300)]
Merge branch 'main' into main

12 months agoTypescript linter fixes
Zetaphor [Thu, 22 Jun 2023 18:51:25 +0000 (15:51 -0300)]
Typescript linter fixes

12 months agobandaid fix our video embeds
Alec Armbruster [Thu, 22 Jun 2023 18:45:09 +0000 (14:45 -0400)]
bandaid fix our video embeds

12 months agoRemove pipe from community link regex
Zetaphor [Thu, 22 Jun 2023 18:43:01 +0000 (15:43 -0300)]
Remove pipe from community link regex

12 months agoAdd missing classes
Zetaphor [Thu, 22 Jun 2023 18:40:06 +0000 (15:40 -0300)]
Add missing classes

12 months agoUse shorter regex in community link parser
Zetaphor [Thu, 22 Jun 2023 18:33:45 +0000 (15:33 -0300)]
Use shorter regex in community link parser

12 months agochange verbiage
Alec Armbruster [Thu, 22 Jun 2023 18:24:49 +0000 (14:24 -0400)]
change verbiage

12 months agogood catch
Alec Armbruster [Thu, 22 Jun 2023 18:24:12 +0000 (14:24 -0400)]
good catch

12 months agomake suggested changes
Alec Armbruster [Thu, 22 Jun 2023 18:23:43 +0000 (14:23 -0400)]
make suggested changes

12 months agoMerge branch 'update-issue-template' of https://github.com/alectrocute/lemmy-ui into...
Alec Armbruster [Thu, 22 Jun 2023 18:23:30 +0000 (14:23 -0400)]
Merge branch 'update-issue-template' of https://github.com/alectrocute/lemmy-ui into update-issue-template

12 months agoadd emojis back to ISSUE_TEMPLATE
Alec Armbruster [Thu, 22 Jun 2023 18:22:29 +0000 (14:22 -0400)]
add emojis back to ISSUE_TEMPLATE

12 months agoMove regex pattern to config
Zetaphor [Thu, 22 Jun 2023 18:17:34 +0000 (15:17 -0300)]
Move regex pattern to config

12 months agoMerge branch 'main' into update-issue-template
Alec Armbruster [Thu, 22 Jun 2023 18:09:50 +0000 (14:09 -0400)]
Merge branch 'main' into update-issue-template

12 months agoformatting ISSUE_TEMPLATE
Alec Armbruster [Thu, 22 Jun 2023 18:08:21 +0000 (14:08 -0400)]
formatting ISSUE_TEMPLATE

12 months agoupdate issue template
Alec Armbruster [Thu, 22 Jun 2023 18:04:21 +0000 (14:04 -0400)]
update issue template

12 months agoUpdate community link markdown parsing
Zetaphor [Thu, 22 Jun 2023 17:28:32 +0000 (14:28 -0300)]
Update community link markdown parsing

Remove links without remote servers, add kbin support, add user support

12 months agoMerge pull request #1474 from LemmyNet/enable-zoom
SleeplessOne1917 [Thu, 22 Jun 2023 16:56:20 +0000 (16:56 +0000)]
Merge pull request #1474 from LemmyNet/enable-zoom

Enable users to zoom on mobile

12 months agoMerge branch 'main' into enable-zoom
SleeplessOne1917 [Thu, 22 Jun 2023 16:53:43 +0000 (16:53 +0000)]
Merge branch 'main' into enable-zoom

12 months agoFix avatar alignment issue (#1475)
SleeplessOne1917 [Thu, 22 Jun 2023 16:52:47 +0000 (16:52 +0000)]
Fix avatar alignment issue (#1475)

12 months agoMerge branch 'enable-zoom' of https://github.com/LemmyNet/lemmy-ui into enable-zoom
SleeplessOne1917 [Thu, 22 Jun 2023 16:50:42 +0000 (12:50 -0400)]
Merge branch 'enable-zoom' of https://github.com/LemmyNet/lemmy-ui into enable-zoom

12 months agoOmit user-scalable to use default
SleeplessOne1917 [Thu, 22 Jun 2023 16:50:05 +0000 (12:50 -0400)]
Omit user-scalable to use default

12 months agoUpdate getHttpBase dependency reference
Zetaphor [Thu, 22 Jun 2023 16:44:43 +0000 (13:44 -0300)]
Update getHttpBase dependency reference

12 months agoMerge branch 'main' into main
Zetaphor [Thu, 22 Jun 2023 16:38:04 +0000 (13:38 -0300)]
Merge branch 'main' into main

12 months agoMerge branch 'main' into enable-zoom
SleeplessOne1917 [Thu, 22 Jun 2023 16:31:19 +0000 (16:31 +0000)]
Merge branch 'main' into enable-zoom

12 months agoMerge pull request #1472 from alectrocute/grave-scroll-issue-bugfix
SleeplessOne1917 [Thu, 22 Jun 2023 16:29:59 +0000 (16:29 +0000)]
Merge pull request #1472 from alectrocute/grave-scroll-issue-bugfix

Remove scroll position set/get for `Community` and `Home`

12 months agoEnable users to zoom on mobile
SleeplessOne1917 [Thu, 22 Jun 2023 16:28:27 +0000 (12:28 -0400)]
Enable users to zoom on mobile

12 months agoMerge branch 'main' into grave-scroll-issue-bugfix
Alec Armbruster [Thu, 22 Jun 2023 15:28:35 +0000 (11:28 -0400)]
Merge branch 'main' into grave-scroll-issue-bugfix

12 months agorethink it a bit
Alec Armbruster [Thu, 22 Jun 2023 15:22:36 +0000 (11:22 -0400)]
rethink it a bit

12 months agoMerge pull request #1345 from L3v3L/main
SleeplessOne1917 [Thu, 22 Jun 2023 15:15:10 +0000 (15:15 +0000)]
Merge pull request #1345 from L3v3L/main

12 months agoMerge branch 'main' into main
Ivo Barros [Thu, 22 Jun 2023 15:08:04 +0000 (16:08 +0100)]
Merge branch 'main' into main

12 months agoMerge pull request #1469 from alectrocute/fallback-style-tag
SleeplessOne1917 [Thu, 22 Jun 2023 15:05:29 +0000 (15:05 +0000)]
Merge pull request #1469 from alectrocute/fallback-style-tag

12 months agorethink it a bit
Alec Armbruster [Thu, 22 Jun 2023 14:43:03 +0000 (10:43 -0400)]
rethink it a bit

12 months agoMerge branch 'main' into main
Ivo Barros [Thu, 22 Jun 2023 14:36:05 +0000 (15:36 +0100)]
Merge branch 'main' into main

12 months agoadd fallback style tag
Alec Armbruster [Thu, 22 Jun 2023 14:32:39 +0000 (10:32 -0400)]
add fallback style tag

12 months agoMerge branch 'main' into main
Zetaphor [Thu, 22 Jun 2023 14:07:21 +0000 (11:07 -0300)]
Merge branch 'main' into main

12 months agoMerge pull request #1468 from alectrocute/env-organize-into-util
SleeplessOne1917 [Thu, 22 Jun 2023 13:37:25 +0000 (13:37 +0000)]
Merge pull request #1468 from alectrocute/env-organize-into-util

12 months agofix merge conflicts
Alec Armbruster [Thu, 22 Jun 2023 13:04:25 +0000 (09:04 -0400)]
fix merge conflicts

12 months agomove env utils into folder
Alec Armbruster [Thu, 22 Jun 2023 13:02:48 +0000 (09:02 -0400)]
move env utils into folder

12 months agofix capitalization (#1467)
Alec Armbruster [Thu, 22 Jun 2023 12:58:51 +0000 (08:58 -0400)]
fix capitalization (#1467)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoFix buildThemeList() function to ensure no duplicates (#1466)
Scott [Thu, 22 Jun 2023 12:55:11 +0000 (22:25 +0930)]
Fix buildThemeList() function to ensure no duplicates (#1466)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agov0.18.0-rc.6
Dessalines [Thu, 22 Jun 2023 12:52:52 +0000 (08:52 -0400)]
v0.18.0-rc.6

12 months agoFix grave `ReferenceError: fetch is not defined` error (#1460)
Alec Armbruster [Thu, 22 Jun 2023 11:42:57 +0000 (07:42 -0400)]
Fix grave `ReferenceError: fetch is not defined` error (#1460)

* use cross-fetch

* remove from utils usage

12 months agoAdd community link class
Zetaphor [Thu, 22 Jun 2023 04:07:33 +0000 (01:07 -0300)]
Add community link class

12 months agoprettier
Ivo Barros [Thu, 22 Jun 2023 03:52:04 +0000 (04:52 +0100)]
prettier

12 months agoAdd local community link parser plugin for Markdown-It
Zetaphor [Thu, 22 Jun 2023 03:48:09 +0000 (00:48 -0300)]
Add local community link parser plugin for Markdown-It

12 months agowoodpecker trigger
Ivo Barros [Thu, 22 Jun 2023 03:34:23 +0000 (04:34 +0100)]
woodpecker trigger

12 months agowoodpecker trigger
Ivo Barros [Thu, 22 Jun 2023 03:27:35 +0000 (04:27 +0100)]
woodpecker trigger

12 months agoMerge branch 'main' into main
Ivo Barros [Thu, 22 Jun 2023 03:23:35 +0000 (04:23 +0100)]
Merge branch 'main' into main

12 months agoRegenerate manifest on HTTPBase external change (#1459)
SleeplessOne1917 [Thu, 22 Jun 2023 02:45:21 +0000 (02:45 +0000)]
Regenerate manifest on HTTPBase external change (#1459)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoMerge pull request #1456 from LemmyNet/remove-i18-circle
SleeplessOne1917 [Thu, 22 Jun 2023 02:44:36 +0000 (02:44 +0000)]
Merge pull request #1456 from LemmyNet/remove-i18-circle

Fix I18 next circular reference

12 months agowoodpecker trigger
Ivo Barros [Thu, 22 Jun 2023 01:53:44 +0000 (02:53 +0100)]
woodpecker trigger

12 months agoMerge remote-tracking branch 'upstream/main' into main
Ivo Barros [Thu, 22 Jun 2023 01:17:22 +0000 (02:17 +0100)]
Merge remote-tracking branch 'upstream/main' into main

12 months agoMerge branch 'main' into remove-i18-circle
SleeplessOne1917 [Thu, 22 Jun 2023 01:06:23 +0000 (01:06 +0000)]
Merge branch 'main' into remove-i18-circle

12 months ago(Hopefully) fix webmanifest different origin issue (#1457)
SleeplessOne1917 [Thu, 22 Jun 2023 01:04:28 +0000 (01:04 +0000)]
(Hopefully) fix webmanifest different origin issue (#1457)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
12 months agoMerge pull request #1437 from cloventt/expand-video-embeds-to-fullwidth
SleeplessOne1917 [Thu, 22 Jun 2023 00:58:27 +0000 (00:58 +0000)]
Merge pull request #1437 from cloventt/expand-video-embeds-to-fullwidth

Expand video embeds to fullwidth

12 months agoMerge branch 'main' into expand-video-embeds-to-fullwidth
SleeplessOne1917 [Thu, 22 Jun 2023 00:56:01 +0000 (00:56 +0000)]
Merge branch 'main' into expand-video-embeds-to-fullwidth

12 months agoFix I18 next circular reference
SleeplessOne1917 [Thu, 22 Jun 2023 00:54:35 +0000 (20:54 -0400)]
Fix I18 next circular reference

12 months agoremove embed prefix until a translation can be added
David Palmer [Thu, 22 Jun 2023 00:23:36 +0000 (12:23 +1200)]
remove embed prefix until a translation can be added

12 months agov0.18.0-rc.5
Dessalines [Wed, 21 Jun 2023 23:48:43 +0000 (19:48 -0400)]
v0.18.0-rc.5

12 months agofix: Add post body preview to desktop post listing view
Jay Sitter [Wed, 21 Jun 2023 23:40:24 +0000 (19:40 -0400)]
fix: Add post body preview to desktop post listing view

12 months agoMerge pull request #1453 from jsit/fix/fix-i18n-user-service-import
SleeplessOne1917 [Wed, 21 Jun 2023 23:29:26 +0000 (23:29 +0000)]
Merge pull request #1453 from jsit/fix/fix-i18n-user-service-import

fix: Fix i18n UserService import issue

12 months agoMerge branch 'main' into fix/fix-i18n-user-service-import
SleeplessOne1917 [Wed, 21 Jun 2023 23:27:07 +0000 (23:27 +0000)]
Merge branch 'main' into fix/fix-i18n-user-service-import

12 months agofix: Fix i18n UserService import issue
Jay Sitter [Wed, 21 Jun 2023 23:24:01 +0000 (19:24 -0400)]
fix: Fix i18n UserService import issue

12 months agofix: Fix i18n UserService import issue
Jay Sitter [Wed, 21 Jun 2023 23:24:01 +0000 (19:24 -0400)]
fix: Fix i18n UserService import issue

12 months agoMerge branch 'main' into expand-video-embeds-to-fullwidth
David Palmer [Wed, 21 Jun 2023 22:52:56 +0000 (10:52 +1200)]
Merge branch 'main' into expand-video-embeds-to-fullwidth

12 months agoMerge pull request #1448 from LemmyNet/remove_markdown_it_emoji
SleeplessOne1917 [Wed, 21 Jun 2023 22:35:15 +0000 (22:35 +0000)]
Merge pull request #1448 from LemmyNet/remove_markdown_it_emoji

Commenting out markdown_it_emoji, because it breaks bolds.

12 months agoMerge branch 'main' into remove_markdown_it_emoji
Dessalines [Wed, 21 Jun 2023 22:31:53 +0000 (18:31 -0400)]
Merge branch 'main' into remove_markdown_it_emoji

12 months ago`utils.ts` organization, round two (#1427)
Alec Armbruster [Wed, 21 Jun 2023 22:28:24 +0000 (18:28 -0400)]
`utils.ts` organization, round two (#1427)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update src/shared/utils/app/convert-comment-sort-type.ts

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
* prettier pass

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
12 months agoMerge pull request #1449 from LemmyNet/fix_new_comments_badge
SleeplessOne1917 [Wed, 21 Jun 2023 21:26:29 +0000 (21:26 +0000)]
Merge pull request #1449 from LemmyNet/fix_new_comments_badge

Cleaning up new comment badge. Fixes #1443

12 months agoMerge branch 'main' into expand-video-embeds-to-fullwidth
David Palmer [Wed, 21 Jun 2023 21:25:50 +0000 (09:25 +1200)]
Merge branch 'main' into expand-video-embeds-to-fullwidth

12 months agoMerge branch 'main' into remove_markdown_it_emoji
SleeplessOne1917 [Wed, 21 Jun 2023 21:16:17 +0000 (21:16 +0000)]
Merge branch 'main' into remove_markdown_it_emoji

12 months agoMerge branch 'main' into fix_new_comments_badge
SleeplessOne1917 [Wed, 21 Jun 2023 21:14:40 +0000 (21:14 +0000)]
Merge branch 'main' into fix_new_comments_badge

12 months agoMerge pull request #1447 from LemmyNet/center_emojis
SleeplessOne1917 [Wed, 21 Jun 2023 21:12:41 +0000 (21:12 +0000)]
Merge pull request #1447 from LemmyNet/center_emojis

Centering emojimart in view.

12 months agoMerge branch 'main' into remove_markdown_it_emoji
SleeplessOne1917 [Wed, 21 Jun 2023 21:09:38 +0000 (21:09 +0000)]
Merge branch 'main' into remove_markdown_it_emoji

12 months agoMerge branch 'main' into fix_new_comments_badge
SleeplessOne1917 [Wed, 21 Jun 2023 21:06:14 +0000 (21:06 +0000)]
Merge branch 'main' into fix_new_comments_badge

12 months agoMerge branch 'main' into center_emojis
SleeplessOne1917 [Wed, 21 Jun 2023 20:42:18 +0000 (20:42 +0000)]
Merge branch 'main' into center_emojis