]> Untitled Git - lemmy-ui.git/log
lemmy-ui.git
14 months agov0.18.0-rc.4
Dessalines [Wed, 21 Jun 2023 12:31:29 +0000 (08:31 -0400)]
v0.18.0-rc.4

14 months agofix(tabs): Fix tab semantics and a11y (#1382)
Jay Sitter [Wed, 21 Jun 2023 12:27:27 +0000 (08:27 -0400)]
fix(tabs): Fix tab semantics and a11y (#1382)

* fix: Fix tab semantics for Settings page

* fix: Use new tabpanel markup for admin settings

* fix: Remove unused currentTab behavior

* fix: Remove Bootstrap tab JS dependency

* fix: Add tabpanel role to rate limit tab panels

* fix: Fix style of tabs

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoMerge pull request #1435 from jsit/fix/1417-communities-search-layout
Dessalines [Wed, 21 Jun 2023 12:20:39 +0000 (08:20 -0400)]
Merge pull request #1435 from jsit/fix/1417-communities-search-layout

fix: Fix Communities search/filter header #1417

14 months agoMerge branch 'main' into fix/1417-communities-search-layout
Dessalines [Wed, 21 Jun 2023 12:20:32 +0000 (08:20 -0400)]
Merge branch 'main' into fix/1417-communities-search-layout

14 months agoMerge pull request #1442 from LemmyNet/post_form_adj
Dessalines [Wed, 21 Jun 2023 12:20:15 +0000 (08:20 -0400)]
Merge pull request #1442 from LemmyNet/post_form_adj

Post form adj

14 months agoFixing handlePostNsfwChange.
Dessalines [Wed, 21 Jun 2023 12:16:11 +0000 (08:16 -0400)]
Fixing handlePostNsfwChange.

14 months agoMerge branch 'main' into fix/1417-communities-search-layout
Dessalines [Wed, 21 Jun 2023 12:08:23 +0000 (08:08 -0400)]
Merge branch 'main' into fix/1417-communities-search-layout

14 months agoMerge branch 'main' into fix/create-post-form-adjustments
Dessalines [Wed, 21 Jun 2023 12:07:12 +0000 (08:07 -0400)]
Merge branch 'main' into fix/create-post-form-adjustments

14 months agofix: Remove Bootstrap JS in sidebars (#1434)
Jay Sitter [Wed, 21 Jun 2023 12:05:32 +0000 (08:05 -0400)]
fix: Remove Bootstrap JS in sidebars (#1434)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoStore manifest in memory so it does not need to be generated for every page request...
SleeplessOne1917 [Wed, 21 Jun 2023 11:55:27 +0000 (11:55 +0000)]
Store manifest in memory so it does not need to be generated for every page request (#1433)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
14 months agoCom create post (#1431)
SleeplessOne1917 [Wed, 21 Jun 2023 11:52:32 +0000 (11:52 +0000)]
Com create post (#1431)

* Fix create post for community not having community selected by default

* Fix issue where fields would reset when creating post

* Run prettier and lint

14 months agoMerge branch 'main' into expand-video-embeds-to-fullwidth
David Palmer [Wed, 21 Jun 2023 04:31:13 +0000 (16:31 +1200)]
Merge branch 'main' into expand-video-embeds-to-fullwidth

14 months agoadd a prefix to hint to screenreaders what this iframe is
David Palmer [Wed, 21 Jun 2023 04:28:27 +0000 (16:28 +1200)]
add a prefix to hint to screenreaders what this iframe is

14 months agofix: Small adjustments to create post form
Jay Sitter [Wed, 21 Jun 2023 04:20:05 +0000 (00:20 -0400)]
fix: Small adjustments to create post form

14 months agowrap video embeds in the ratio container
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.

14 months agofix: Fix Communities search/filter header #1417
Jay Sitter [Wed, 21 Jun 2023 04:01:31 +0000 (00:01 -0400)]
fix: Fix Communities search/filter header #1417

14 months agoMerge pull request #1429 from jsit/feat/shorten-comments-button-text
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

14 months agoMerge branch 'main' into feat/shorten-comments-button-text
SleeplessOne1917 [Wed, 21 Jun 2023 00:27:52 +0000 (00:27 +0000)]
Merge branch 'main' into feat/shorten-comments-button-text

14 months agorefactor if into switch case
Ivo Barros [Wed, 21 Jun 2023 00:21:14 +0000 (01:21 +0100)]
refactor if into switch case

14 months agoMerge branch 'main' of github.com:L3v3L/lemmy-ui into main
Ivo Barros [Wed, 21 Jun 2023 00:19:33 +0000 (01:19 +0100)]
Merge branch 'main' of github.com:L3v3L/lemmy-ui into main

14 months agoFix mobile navbar bug (#1428)
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>
14 months agofeat: Hide 'comments' in post listing comments button; icon and title text is clear
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

14 months agoMerge pull request #1325 from n3oney/patch-1
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

14 months agoMerge branch 'main' into main
SleeplessOne1917 [Tue, 20 Jun 2023 23:35:45 +0000 (23:35 +0000)]
Merge branch 'main' into main

14 months agoMerge branch 'main' into patch-1
SleeplessOne1917 [Tue, 20 Jun 2023 23:34:56 +0000 (23:34 +0000)]
Merge branch 'main' into patch-1

14 months agoMerge pull request #1426 from jsit/feat/drop-tsconfig-webpack-alias-dependency
SleeplessOne1917 [Tue, 20 Jun 2023 23:06:10 +0000 (23:06 +0000)]
Merge pull request #1426 from jsit/feat/drop-tsconfig-webpack-alias-dependency

14 months agoMerge branch 'main' into patch-1
n3oney [Tue, 20 Jun 2023 22:37:48 +0000 (00:37 +0200)]
Merge branch 'main' into patch-1

14 months agoMerge branch 'main' into main
Ivo Barros [Tue, 20 Jun 2023 22:07:57 +0000 (23:07 +0100)]
Merge branch 'main' into main

14 months agofeat: Drop dependency for tsconfig-paths-webpack-plugin
Jay Sitter [Tue, 20 Jun 2023 21:40:14 +0000 (17:40 -0400)]
feat: Drop dependency for tsconfig-paths-webpack-plugin

14 months agoMerge pull request #1332 from alectrocute/breakout-role-utils
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

14 months agoMerge branch 'main' into breakout-role-utils
SleeplessOne1917 [Tue, 20 Jun 2023 21:12:18 +0000 (21:12 +0000)]
Merge branch 'main' into breakout-role-utils

14 months agoMerge pull request #1421 from djvs/feat/component-classes-v2
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

14 months agoMerge branch 'main' into feat/component-classes-v2
SleeplessOne1917 [Tue, 20 Jun 2023 21:09:17 +0000 (21:09 +0000)]
Merge branch 'main' into feat/component-classes-v2

14 months agofix main.css vars (#1424)
Alec Armbruster [Tue, 20 Jun 2023 21:01:35 +0000 (17:01 -0400)]
fix main.css vars (#1424)

14 months agoMerge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 20:00:20 +0000 (16:00 -0400)]
Merge branch 'main' into breakout-role-utils

14 months agoforgot an import
Alec Armbruster [Tue, 20 Jun 2023 19:51:37 +0000 (15:51 -0400)]
forgot an import

14 months agoadd tsconfigpathsplugin to resolve
Alec Armbruster [Tue, 20 Jun 2023 19:48:42 +0000 (15:48 -0400)]
add tsconfigpathsplugin to resolve

14 months agocomponent classes v2
djvs [Tue, 20 Jun 2023 18:46:16 +0000 (14:46 -0400)]
component classes v2

14 months agoMerge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into...
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

14 months agomake suggested changes
Alec Armbruster [Tue, 20 Jun 2023 14:21:31 +0000 (10:21 -0400)]
make suggested changes

14 months agov0.18.0-rc.3
Dessalines [Tue, 20 Jun 2023 14:20:21 +0000 (10:20 -0400)]
v0.18.0-rc.3

14 months agoMerge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 14:17:52 +0000 (10:17 -0400)]
Merge branch 'main' into breakout-role-utils

14 months agoMerge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into...
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

14 months agomake suggested changes
Alec Armbruster [Tue, 20 Jun 2023 14:17:16 +0000 (10:17 -0400)]
make suggested changes

14 months agov0.18.0-beta.9
Dessalines [Tue, 20 Jun 2023 13:20:12 +0000 (09:20 -0400)]
v0.18.0-beta.9

14 months agofeat: Bootstrap 5 (#1378)
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>
14 months agoAdd scripts to make managing translations easier (#1414)
SleeplessOne1917 [Tue, 20 Jun 2023 11:57:09 +0000 (11:57 +0000)]
Add scripts to make managing translations easier (#1414)

14 months agoMerge pull request #1409 from jsit/fix/fix-post-action-button-sizes
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

14 months agoMerge branch 'main' into fix/fix-post-action-button-sizes
SleeplessOne1917 [Tue, 20 Jun 2023 11:10:29 +0000 (11:10 +0000)]
Merge branch 'main' into fix/fix-post-action-button-sizes

14 months agoMerge pull request #1412 from sunaurus/password_reset_redirect
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

14 months agoFix redirect after successful password reset
sunaurus [Tue, 20 Jun 2023 10:44:26 +0000 (13:44 +0300)]
Fix redirect after successful password reset

14 months agofix: Shrink and normalize some post action button colors and sizes
Jay Sitter [Tue, 20 Jun 2023 04:35:50 +0000 (00:35 -0400)]
fix: Shrink and normalize some post action button colors and sizes

14 months agoMerge branch 'main' into breakout-role-utils
Alec Armbruster [Tue, 20 Jun 2023 01:49:01 +0000 (21:49 -0400)]
Merge branch 'main' into breakout-role-utils

14 months agoupdate imports
Alec Armbruster [Tue, 20 Jun 2023 01:48:38 +0000 (21:48 -0400)]
update imports

14 months agoMerge branch 'breakout-role-utils' of https://github.com/alectrocute/lemmy-ui into...
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

14 months agoexport default everything, will fix type errors next
Alec Armbruster [Tue, 20 Jun 2023 01:12:42 +0000 (21:12 -0400)]
export default everything, will fix type errors next

14 months agoMerge pull request #1392 from LemmyNet/fix_language_select_custom
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.

14 months agoMerge branch 'main' into fix_language_select_custom
SleeplessOne1917 [Tue, 20 Jun 2023 00:21:43 +0000 (00:21 +0000)]
Merge branch 'main' into fix_language_select_custom

14 months agoMerge branch 'main' into breakout-role-utils
SleeplessOne1917 [Tue, 20 Jun 2023 00:14:00 +0000 (00:14 +0000)]
Merge branch 'main' into breakout-role-utils

14 months agoMerge pull request #1399 from jsit/fix/fix-wrong-litely-red-import
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

14 months agoMerge branch 'main' into fix/fix-wrong-litely-red-import
SleeplessOne1917 [Tue, 20 Jun 2023 00:08:51 +0000 (00:08 +0000)]
Merge branch 'main' into fix/fix-wrong-litely-red-import

14 months agoMerge pull request #1354 from jsit/fix/add-aria-label-to-featured-pins
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

14 months agoMerge branch 'main' into fix/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

14 months agofix missing imports
Alec Armbruster [Mon, 19 Jun 2023 23:10:53 +0000 (19:10 -0400)]
fix missing imports

14 months agoMerge branch 'main' into breakout-role-utils
Dessalines [Mon, 19 Jun 2023 22:48:59 +0000 (18:48 -0400)]
Merge branch 'main' into breakout-role-utils

14 months agofix: Litely Red was importing the wrong vars
Jay Sitter [Mon, 19 Jun 2023 21:21:08 +0000 (17:21 -0400)]
fix: Litely Red was importing the wrong vars

14 months agoMerge pull request #1398 from jsit/fix/always-show-advanced-buttons
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

14 months agofix: 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

14 months agoFixing missing class for language select.
Dessalines [Mon, 19 Jun 2023 15:53:18 +0000 (11:53 -0400)]
Fixing missing class for language select.

14 months agoUpdating translations.
Dessalines [Mon, 19 Jun 2023 15:52:00 +0000 (11:52 -0400)]
Updating translations.

14 months agov0.18.0-rc.2
Dessalines [Mon, 19 Jun 2023 15:29:57 +0000 (11:29 -0400)]
v0.18.0-rc.2

14 months agofeat(post): Move post domain beneath post title (#1363)
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

14 months agoMerge branch 'main' into breakout-role-utils
Dessalines [Mon, 19 Jun 2023 14:04:19 +0000 (10:04 -0400)]
Merge branch 'main' into breakout-role-utils

14 months agoMerge pull request #1386 from krestenlaust/main
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

14 months agoUpdated link to lemmy-repo as direct link to issues
Kresten Laust [Mon, 19 Jun 2023 12:28:46 +0000 (14:28 +0200)]
Updated link to lemmy-repo as direct link to issues

14 months agoMerge branch 'main' into main
SleeplessOne1917 [Mon, 19 Jun 2023 12:23:06 +0000 (12:23 +0000)]
Merge branch 'main' into main

14 months agoMerge pull request #1383 from ayan4m1/feature/listing-margin-padding
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

14 months agoChanged text in feature request template
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.

14 months agofeat(css): make vertical rhythm more consistent for post listings
ayan4m1 [Mon, 19 Jun 2023 01:36:27 +0000 (21:36 -0400)]
feat(css): make vertical rhythm more consistent for post listings

14 months agoMerge pull request #1373 from jsit/fix/fix-post-creator-alignment
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

14 months agoMerge branch 'main' into fix/fix-post-creator-alignment
Jay Sitter [Mon, 19 Jun 2023 03:45:06 +0000 (23:45 -0400)]
Merge branch 'main' into fix/fix-post-creator-alignment

14 months agoMerge pull request #1377 from jsit/fix/add-labels-to-block-report
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

14 months agoMerge branch 'main' into fix/fix-post-creator-alignment
SleeplessOne1917 [Mon, 19 Jun 2023 03:36:32 +0000 (03:36 +0000)]
Merge branch 'main' into fix/fix-post-creator-alignment

14 months agoMerge branch 'main' into fix/add-labels-to-block-report
Jay Sitter [Mon, 19 Jun 2023 03:23:44 +0000 (23:23 -0400)]
Merge branch 'main' into fix/add-labels-to-block-report

14 months agoMerge pull request #1376 from jsit/fix/fix-intense-hr-color
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

14 months agoMerge branch 'main' into fix/fix-intense-hr-color
SleeplessOne1917 [Mon, 19 Jun 2023 03:20:59 +0000 (03:20 +0000)]
Merge branch 'main' into fix/fix-intense-hr-color

14 months agofix: Use classnames
Jay Sitter [Mon, 19 Jun 2023 03:19:56 +0000 (23:19 -0400)]
fix: Use classnames

14 months agoMerge remote-tracking branch 'origin/main' into fix/fix-post-creator-alignment
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

14 months agoMerge pull request #1372 from jsit/fix/prettier-ignore-generated-themes
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

14 months agoMerge branch 'main' into fix/prettier-ignore-generated-themes
SleeplessOne1917 [Mon, 19 Jun 2023 03:08:45 +0000 (03:08 +0000)]
Merge branch 'main' into fix/prettier-ignore-generated-themes

14 months agoMerge pull request #1370 from jsit/feat/badgeify-post-title-info
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

14 months agochore: Empty commit to retrigger Woodpecker job
Jay Sitter [Sun, 18 Jun 2023 22:15:32 +0000 (18:15 -0400)]
chore: Empty commit to retrigger Woodpecker job

14 months agofix(post): Fix missing labels on block/report buttons in new dropdown
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

14 months agofix: Add compiled theme stylesheets
Jay Sitter [Sun, 18 Jun 2023 19:45:01 +0000 (15:45 -0400)]
fix: Add compiled theme stylesheets

14 months agofix: Fix too-intense hr color between posts
Jay Sitter [Sun, 18 Jun 2023 19:38:16 +0000 (15:38 -0400)]
fix: Fix too-intense hr color between posts

14 months agofix: Fix post creator text alignment
Jay Sitter [Sun, 18 Jun 2023 16:46:31 +0000 (12:46 -0400)]
fix: Fix post creator text alignment

14 months agofix: Prettier ignore generated themes, as they aren't written by humans
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

14 months agofeat: Badge-ify NSFW and removed by mod title info
Jay Sitter [Sun, 18 Jun 2023 14:47:29 +0000 (10:47 -0400)]
feat: Badge-ify NSFW and removed by mod title info

14 months agoMerge remote-tracking branch 'origin/main' into fix/add-aria-label-to-featured-pins
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

14 months agofix: Fix display inline of post title
Jay Sitter [Sun, 18 Jun 2023 04:41:47 +0000 (00:41 -0400)]
fix: Fix display inline of post title