]>
Untitled Git - lemmy-ui.git/log
David Palmer [Wed, 21 Jun 2023 04:31:13 +0000 (16:31 +1200)]
Merge branch 'main' into expand-video-embeds-to-fullwidth
David Palmer [Wed, 21 Jun 2023 04:28:27 +0000 (16:28 +1200)]
add a prefix to hint to screenreaders what this iframe is
David Palmer [Wed, 21 Jun 2023 04:15:02 +0000 (16:15 +1200)]
wrap video embeds in the ratio container
This should correctly size the embedded video iframe to the full
available width, which looks better and is compatible with mobile
devices.
Also add the "allowfullscreen" modifier to the iframe so that the video
can be expanded to the browser's fullscreen mode.
Also add the post.embed_title as the iframe "title" attribute.
SleeplessOne1917 [Wed, 21 Jun 2023 00:29:49 +0000 (00:29 +0000)]
Merge pull request #1429 from jsit/feat/shorten-comments-button-text
feat: Hide 'comments' in post listing comments button
SleeplessOne1917 [Wed, 21 Jun 2023 00:27:52 +0000 (00:27 +0000)]
Merge branch 'main' into feat/shorten-comments-button-text
SleeplessOne1917 [Wed, 21 Jun 2023 00:09:45 +0000 (00:09 +0000)]
Fix mobile navbar bug (#1428)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Jay Sitter [Tue, 20 Jun 2023 23:53:55 +0000 (19:53 -0400)]
feat: Hide 'comments' in post listing comments button; icon and title text is clear
SleeplessOne1917 [Tue, 20 Jun 2023 23:37:15 +0000 (23:37 +0000)]
Merge pull request #1325 from n3oney/patch-1
fix loading custom themes with a custom LEMMY_UI_EXTRA_THEMES_FOLDER
SleeplessOne1917 [Tue, 20 Jun 2023 23:34:56 +0000 (23:34 +0000)]
Merge branch 'main' into patch-1
SleeplessOne1917 [Tue, 20 Jun 2023 23:06:10 +0000 (23:06 +0000)]
Merge pull request #1426 from jsit/feat/drop-tsconfig-webpack-alias-dependency
n3oney [Tue, 20 Jun 2023 22:37:48 +0000 (00:37 +0200)]
Merge branch 'main' into patch-1
Jay Sitter [Tue, 20 Jun 2023 21:40:14 +0000 (17:40 -0400)]
feat: Drop dependency for tsconfig-paths-webpack-plugin
SleeplessOne1917 [Tue, 20 Jun 2023 21:14:19 +0000 (21:14 +0000)]
Merge pull request #1332 from alectrocute/breakout-role-utils
Organize `utils.ts` into folder, update imports
SleeplessOne1917 [Tue, 20 Jun 2023 21:12:18 +0000 (21:12 +0000)]
Merge branch 'main' into breakout-role-utils
SleeplessOne1917 [Tue, 20 Jun 2023 21:11:11 +0000 (21:11 +0000)]
Merge pull request #1421 from djvs/feat/component-classes-v2
Component classes v2
SleeplessOne1917 [Tue, 20 Jun 2023 21:09:17 +0000 (21:09 +0000)]
Merge branch 'main' into feat/component-classes-v2
Alec Armbruster [Tue, 20 Jun 2023 21:01:35 +0000 (17:01 -0400)]
fix main.css vars (#1424)
Alec Armbruster [Tue, 20 Jun 2023 20:00:20 +0000 (16:00 -0400)]
Merge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 19:51:37 +0000 (15:51 -0400)]
forgot an import
Alec Armbruster [Tue, 20 Jun 2023 19:48:42 +0000 (15:48 -0400)]
add tsconfigpathsplugin to resolve
djvs [Tue, 20 Jun 2023 18:46:16 +0000 (14:46 -0400)]
component classes v2
Alec Armbruster [Tue, 20 Jun 2023 14:21:41 +0000 (10:21 -0400)]
Merge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 14:21:31 +0000 (10:21 -0400)]
make suggested changes
Dessalines [Tue, 20 Jun 2023 14:20:21 +0000 (10:20 -0400)]
v0.18.0-rc.3
Alec Armbruster [Tue, 20 Jun 2023 14:17:52 +0000 (10:17 -0400)]
Merge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 14:17:29 +0000 (10:17 -0400)]
Merge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 14:17:16 +0000 (10:17 -0400)]
make suggested changes
Dessalines [Tue, 20 Jun 2023 13:20:12 +0000 (09:20 -0400)]
v0.18.0-beta.9
Jay Sitter [Tue, 20 Jun 2023 12:01:29 +0000 (08:01 -0400)]
feat: Bootstrap 5 (#1378)
* feat: Use Bootstrap 5; remove Bootstrap 4
* feat: Add link decoration override global var
* fix: Change sr-only to visually-hidden
* fix: Fix missing toggle button classes
* fix: Use darker green to pass 3:1 contrast and allow foreground color generation
* fix: Replace all mr- and ml- classes with me- (end) and ms- (start) classes
* fix: Replace all pr- and pl- classes with pe- (end) and ps- (start) classes
* fix: Replace custom-select with form-select d-inline-block
* fix: Change max-width to Bootstrap 4's max-width
* fix: Fix badge colors
* fix: Replace deprecated btn-block class with d-block
* fix: Temporary fix for missing btn-block styles
* fix: Fix margin-left auto and margin-right auto
* fix: Fix default border color
* fix: Fix some button widths
* fix: Fix form row margins
* fix: Remove theme color maps; no longer necessary in Bootstrap 5
* fix: Remove unused gray
* test commit
* fix: Fix deprecated input-group-append usage
* fix: Add missing col-form-label classes
* fix: Fix some column widths
* fix: Fix language dropdown style regression
* fix: Fix toast background color
* fix: Fix missing colors in red themes
* fix: Fix default radio button appearance for toggles
* fix: Fix missing margin in search form
* fix: Fix search form widths
* fix: Fix rate limit form columns
* fix: Fix search filters layout
* fix: Fix weird table background issue; re-compile from main updates
* fix: Fix modlog filter layout
* fix: Fix some horizontal margins
* fix: Fix incorrect usage of input-group
* chore: Empty commit to re-trigger Woodpecker job
* fix: Fix incorrect Bootstrap 5 padding class
* fix: Tighten up the home filter bars for the hell of it
* fix: Fix home filter bar gap
---------
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
SleeplessOne1917 [Tue, 20 Jun 2023 11:57:09 +0000 (11:57 +0000)]
Add scripts to make managing translations easier (#1414)
SleeplessOne1917 [Tue, 20 Jun 2023 11:50:14 +0000 (11:50 +0000)]
Merge pull request #1409 from jsit/fix/fix-post-action-button-sizes
fix: Shrink and normalize some post action button colors and sizes
SleeplessOne1917 [Tue, 20 Jun 2023 11:10:29 +0000 (11:10 +0000)]
Merge branch 'main' into fix/fix-post-action-button-sizes
SleeplessOne1917 [Tue, 20 Jun 2023 10:55:26 +0000 (10:55 +0000)]
Merge pull request #1412 from sunaurus/password_reset_redirect
Fix redirect after successful password reset
sunaurus [Tue, 20 Jun 2023 10:44:26 +0000 (13:44 +0300)]
Fix redirect after successful password reset
Jay Sitter [Tue, 20 Jun 2023 04:35:50 +0000 (00:35 -0400)]
fix: Shrink and normalize some post action button colors and sizes
Alec Armbruster [Tue, 20 Jun 2023 01:49:01 +0000 (21:49 -0400)]
Merge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 01:48:38 +0000 (21:48 -0400)]
update imports
Alec Armbruster [Tue, 20 Jun 2023 01:12:59 +0000 (21:12 -0400)]
Merge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 01:12:42 +0000 (21:12 -0400)]
export default everything, will fix type errors next
SleeplessOne1917 [Tue, 20 Jun 2023 00:23:38 +0000 (00:23 +0000)]
Merge pull request #1392 from LemmyNet/fix_language_select_custom
Fix language missing class.
SleeplessOne1917 [Tue, 20 Jun 2023 00:21:43 +0000 (00:21 +0000)]
Merge branch 'main' into fix_language_select_custom
SleeplessOne1917 [Tue, 20 Jun 2023 00:14:00 +0000 (00:14 +0000)]
Merge branch 'main' into breakout-role-utils
SleeplessOne1917 [Tue, 20 Jun 2023 00:11:03 +0000 (00:11 +0000)]
Merge pull request #1399 from jsit/fix/fix-wrong-litely-red-import
fix(themes): Litely Red was importing the wrong vars
SleeplessOne1917 [Tue, 20 Jun 2023 00:08:51 +0000 (00:08 +0000)]
Merge branch 'main' into fix/fix-wrong-litely-red-import
SleeplessOne1917 [Mon, 19 Jun 2023 23:34:19 +0000 (23:34 +0000)]
Merge pull request #1354 from jsit/fix/add-aria-label-to-featured-pins
fix(a11y): Add aria-label to featured pins
SleeplessOne1917 [Mon, 19 Jun 2023 23:32:00 +0000 (23:32 +0000)]
Merge branch 'main' into fix/add-aria-label-to-featured-pins
Alec Armbruster [Mon, 19 Jun 2023 23:10:53 +0000 (19:10 -0400)]
fix missing imports
Dessalines [Mon, 19 Jun 2023 22:48:59 +0000 (18:48 -0400)]
Merge branch 'main' into breakout-role-utils
Jay Sitter [Mon, 19 Jun 2023 21:21:08 +0000 (17:21 -0400)]
fix: Litely Red was importing the wrong vars
SleeplessOne1917 [Mon, 19 Jun 2023 20:06:46 +0000 (20:06 +0000)]
Merge pull request #1398 from jsit/fix/always-show-advanced-buttons
fix: Always show advanced post buttons dropdown
Jay Sitter [Mon, 19 Jun 2023 19:56:55 +0000 (15:56 -0400)]
fix: Always show advanced post buttons dropdown
Dessalines [Mon, 19 Jun 2023 15:53:18 +0000 (11:53 -0400)]
Fixing missing class for language select.
Dessalines [Mon, 19 Jun 2023 15:52:00 +0000 (11:52 -0400)]
Updating translations.
Dessalines [Mon, 19 Jun 2023 15:29:57 +0000 (11:29 -0400)]
v0.18.0-rc.2
Jay Sitter [Mon, 19 Jun 2023 15:26:29 +0000 (11:26 -0400)]
feat(post): Move post domain beneath post title (#1363)
* feat(post): Move post domain and preview button beneath post title
* fix: Move the 'show body' button back to actions line; only show if there is something to show; add 'active' color
* fix: Fix some margins
Dessalines [Mon, 19 Jun 2023 14:04:19 +0000 (10:04 -0400)]
Merge branch 'main' into breakout-role-utils
SleeplessOne1917 [Mon, 19 Jun 2023 12:42:17 +0000 (12:42 +0000)]
Merge pull request #1386 from krestenlaust/main
Changed some text in feature request template
Kresten Laust [Mon, 19 Jun 2023 12:28:46 +0000 (14:28 +0200)]
Updated link to lemmy-repo as direct link to issues
SleeplessOne1917 [Mon, 19 Jun 2023 12:23:06 +0000 (12:23 +0000)]
Merge branch 'main' into main
SleeplessOne1917 [Mon, 19 Jun 2023 11:14:10 +0000 (11:14 +0000)]
Merge pull request #1383 from ayan4m1/feature/listing-margin-padding
feat(css): make vertical rhythm more consistent for post listings
Kresten Laust [Mon, 19 Jun 2023 08:12:46 +0000 (10:12 +0200)]
Changed text in feature request template
Replaced a sentence referring to a the feature request as a bug report, and changed the title to refer to the UI of lemmy instead of simply lemmy, even though it was also technically correct before.
ayan4m1 [Mon, 19 Jun 2023 01:36:27 +0000 (21:36 -0400)]
feat(css): make vertical rhythm more consistent for post listings
SleeplessOne1917 [Mon, 19 Jun 2023 03:47:29 +0000 (03:47 +0000)]
Merge pull request #1373 from jsit/fix/fix-post-creator-alignment
fix: Fix post creator text alignment
Jay Sitter [Mon, 19 Jun 2023 03:45:06 +0000 (23:45 -0400)]
Merge branch 'main' into fix/fix-post-creator-alignment
SleeplessOne1917 [Mon, 19 Jun 2023 03:37:11 +0000 (03:37 +0000)]
Merge pull request #1377 from jsit/fix/add-labels-to-block-report
fix(post): Fix missing labels on block/report buttons in new dropdown
SleeplessOne1917 [Mon, 19 Jun 2023 03:36:32 +0000 (03:36 +0000)]
Merge branch 'main' into fix/fix-post-creator-alignment
Jay Sitter [Mon, 19 Jun 2023 03:23:44 +0000 (23:23 -0400)]
Merge branch 'main' into fix/add-labels-to-block-report
SleeplessOne1917 [Mon, 19 Jun 2023 03:22:56 +0000 (03:22 +0000)]
Merge pull request #1376 from jsit/fix/fix-intense-hr-color
fix: Fix too-intense hr color between posts
SleeplessOne1917 [Mon, 19 Jun 2023 03:20:59 +0000 (03:20 +0000)]
Merge branch 'main' into fix/fix-intense-hr-color
Jay Sitter [Mon, 19 Jun 2023 03:19:56 +0000 (23:19 -0400)]
fix: Use classnames
Jay Sitter [Mon, 19 Jun 2023 03:18:03 +0000 (23:18 -0400)]
Merge remote-tracking branch 'origin/main' into fix/fix-post-creator-alignment
* origin/main:
fix: Prettier ignore generated themes, as they aren't written by humans
feat: Badge-ify NSFW and removed by mod title info
SleeplessOne1917 [Mon, 19 Jun 2023 03:11:07 +0000 (03:11 +0000)]
Merge pull request #1372 from jsit/fix/prettier-ignore-generated-themes
fix: Prettier ignore generated themes, as they aren't written by humans
SleeplessOne1917 [Mon, 19 Jun 2023 03:08:45 +0000 (03:08 +0000)]
Merge branch 'main' into fix/prettier-ignore-generated-themes
SleeplessOne1917 [Mon, 19 Jun 2023 03:05:12 +0000 (03:05 +0000)]
Merge pull request #1370 from jsit/feat/badgeify-post-title-info
feat: Badge-ify NSFW and removed by mod title info
Jay Sitter [Sun, 18 Jun 2023 22:15:32 +0000 (18:15 -0400)]
chore: Empty commit to retrigger Woodpecker job
Jay Sitter [Sun, 18 Jun 2023 20:02:55 +0000 (16:02 -0400)]
fix(post): Fix missing labels on block/report buttons in new dropdown
Jay Sitter [Sun, 18 Jun 2023 19:45:01 +0000 (15:45 -0400)]
fix: Add compiled theme stylesheets
Jay Sitter [Sun, 18 Jun 2023 19:38:16 +0000 (15:38 -0400)]
fix: Fix too-intense hr color between posts
Jay Sitter [Sun, 18 Jun 2023 16:46:31 +0000 (12:46 -0400)]
fix: Fix post creator text alignment
Jay Sitter [Sun, 18 Jun 2023 16:03:12 +0000 (12:03 -0400)]
fix: Prettier ignore generated themes, as they aren't written by humans
Jay Sitter [Sun, 18 Jun 2023 14:47:29 +0000 (10:47 -0400)]
feat: Badge-ify NSFW and removed by mod title info
Jay Sitter [Sun, 18 Jun 2023 14:36:08 +0000 (10:36 -0400)]
Merge remote-tracking branch 'origin/main' into fix/add-aria-label-to-featured-pins
* origin/main:
fix: Fix display inline of post title
fix: Use btn-sm for advanced menu dropdown buttons
fix: Remove some extra classes on flag/report buttons
fix: Fix vertical alignment and border radius of advanced dropdown menu items
fix(a11y): Add aria-controls for advanced button dropdown
fix: Fix some button labels and tippy text
Empty commit to re-trigger Woodpecker job
fix: Remove unused var
feat: Move advanced post menu into dropdown
fix: Only post title should be inside h5, not the additional metadata icons
Jay Sitter [Sun, 18 Jun 2023 04:41:47 +0000 (00:41 -0400)]
fix: Fix display inline of post title
Jay Sitter [Sat, 17 Jun 2023 16:32:12 +0000 (12:32 -0400)]
fix: Only post title should be inside h5, not the additional metadata icons
Jay Sitter [Sun, 18 Jun 2023 01:09:43 +0000 (21:09 -0400)]
fix: Use btn-sm for advanced menu dropdown buttons
Jay Sitter [Sun, 18 Jun 2023 01:04:40 +0000 (21:04 -0400)]
fix: Remove some extra classes on flag/report buttons
Jay Sitter [Sun, 18 Jun 2023 01:02:58 +0000 (21:02 -0400)]
fix: Fix vertical alignment and border radius of advanced dropdown menu items
Jay Sitter [Sat, 17 Jun 2023 23:10:53 +0000 (19:10 -0400)]
fix(a11y): Add aria-controls for advanced button dropdown
Jay Sitter [Sat, 17 Jun 2023 22:28:35 +0000 (18:28 -0400)]
fix: Fix some button labels and tippy text
Jay Sitter [Sat, 17 Jun 2023 22:23:53 +0000 (18:23 -0400)]
Empty commit to re-trigger Woodpecker job
Jay Sitter [Sat, 17 Jun 2023 22:17:22 +0000 (18:17 -0400)]
fix: Remove unused var
Jay Sitter [Sat, 17 Jun 2023 22:03:12 +0000 (18:03 -0400)]
feat: Move advanced post menu into dropdown
SleeplessOne1917 [Sun, 18 Jun 2023 14:01:19 +0000 (14:01 +0000)]
Merge pull request #1362 from jsit/feat/move-advanced-post-menu-into-dropdown
feat: Move advanced post menu into dropdown
SleeplessOne1917 [Sun, 18 Jun 2023 13:58:51 +0000 (13:58 +0000)]
Merge branch 'main' into feat/move-advanced-post-menu-into-dropdown
SleeplessOne1917 [Sun, 18 Jun 2023 13:55:35 +0000 (13:55 +0000)]
Merge pull request #1353 from jsit/fix/fix-post-title-element
fix: Only post title should be inside h5, not the additional metadata icons
SleeplessOne1917 [Sun, 18 Jun 2023 13:53:29 +0000 (13:53 +0000)]
Merge branch 'main' into fix/fix-post-title-element
SleeplessOne1917 [Sun, 18 Jun 2023 13:48:45 +0000 (13:48 +0000)]
Merge branch 'main' into fix/add-aria-label-to-featured-pins
SleeplessOne1917 [Sun, 18 Jun 2023 13:45:17 +0000 (13:45 +0000)]
Merge pull request #1366 from sunaurus/main
Don't hide "show NSFW" checkbox on instances that have NSFW disabled
SleeplessOne1917 [Sun, 18 Jun 2023 13:43:12 +0000 (13:43 +0000)]
Merge branch 'main' into main
Jay Sitter [Sun, 18 Jun 2023 13:38:25 +0000 (09:38 -0400)]
Merge branch 'main' into feat/move-advanced-post-menu-into-dropdown