Commit graph

988 commits

Author SHA1 Message Date
abias
c6a6c99efe Fix dropdown bug 2023-06-13 22:34:06 -04:00
abias
7471dc140e Re-add accidentally removed state 2023-06-13 21:18:03 -04:00
Alex Maras
1877f653f3
Fix undefined value checks in use_http_client_2 (#1230)
* fix: filter out undefined from posts

* fix: emoji initialisation passing undefined

* fix: || => ?? to be more explicit

* linting

---------

Co-authored-by: Alex Maras <alexmaras@gmail.com>
2023-06-13 11:02:46 -04:00
Dessalines
2529322afd Merge branch 'main' into use_http_client_dess 2023-06-13 07:13:01 -04:00
cmp
0d67c64af9
Make the community title in the sidebar link to the local community. (#1161)
* Make the community title in the sidebar link to the local community.

* Ternary erudaStr for PR.

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-06-13 06:34:21 -04:00
SleeplessOne1917
5f5ef404d2
Fix prompt component (#1223)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-13 06:33:27 -04:00
SleeplessOne1917
2053c4e4e1
Fix mobile menu collapse bug (#1222) 2023-06-12 22:24:24 -04:00
abias
90bf05b67d Completely fix prompt component 2023-06-12 22:00:36 -04:00
abias
407674a7e0 Merge branch 'use_http_client_2' of https://github.com/LemmyNet/lemmy-ui into use_http_client_2 2023-06-12 20:41:24 -04:00
abias
ec92cfdfb2 Fix mobile menu collapse bug 2023-06-12 20:40:06 -04:00
Dessalines
7477e3f527 Allow admin and mod actions on non-local comments. 2023-06-12 19:51:08 -04:00
Dessalines
6114fa5ad2 Merge branch 'use_http_client_2' into use_http_client_dess 2023-06-12 19:48:53 -04:00
Dessalines
49411ba3de Merge branch 'main' into use_http_client_dess 2023-06-12 19:47:09 -04:00
abias
0debd80a93 Prevent search nav item from disappearing when on search page 2023-06-12 19:37:43 -04:00
SleeplessOne1917
59bee96461
Merge branch 'main' into use_http_client_2 2023-06-12 23:14:40 +00:00
SleeplessOne1917
0197c2a0fc
Merge pull request #1195 from fheft/fix-button-click-area
Fix unclickable button paddings
2023-06-12 23:11:20 +00:00
SleeplessOne1917
8dedeb6824
Merge branch 'main' into fix-button-click-area 2023-06-12 23:02:28 +00:00
SleeplessOne1917
b7f5c0e43e
Merge pull request #1210 from alectrocute/avatar-aspect-ratio-fix
Fix avatar/icon aspect ratio
2023-06-12 21:15:18 +00:00
SleeplessOne1917
800c1655fe
Merge branch 'main' into avatar-aspect-ratio-fix 2023-06-12 21:12:49 +00:00
Dessalines
a71750ceaa Merge branch 'main' into use_http_client_dess 2023-06-12 16:18:47 -04:00
Dessalines
a605c72859
Another try at sanitize. (#1208)
* Sanitize again.

* Adding sanitize json function.

* Using serialize instead.
2023-06-12 16:17:57 -04:00
Dessalines
5a9561b89b Upping version. 2023-06-12 15:43:55 -04:00
Dessalines
cdb46e51dd Another sanitize fix. 2023-06-12 15:43:32 -04:00
Raymond Berger
de230a5e2f
remove unused theme files (#1202)
Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
2023-06-12 14:57:52 -04:00
Raymond Berger
105bbe4460
issue templates in yml format (#1211)
* add BUG_REPORT.yml

* remove .md file

* fix keys

* cleanup description

* add question.yml

* add hexbear.yml

* remove title

* feature request yml
2023-06-12 14:49:53 -04:00
SleeplessOne1917
a7450325a1
Make preview button say "edit" when in preview mode (#1164)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-12 14:14:03 -04:00
SleeplessOne1917
1f12ce9790
Add shortcut for submitting post (#1163)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-12 14:13:33 -04:00
Alec Armbruster
636d87e4cc
Merge branch 'main' into avatar-aspect-ratio-fix 2023-06-12 13:10:25 -04:00
Alec Armbruster
0d868d9005
format with prettier 2023-06-12 13:09:50 -04:00
Alec Armbruster
1aa934584f
add .img-cover class, implement 2023-06-12 13:00:18 -04:00
Dessalines
2653d65310 Upping version. 2023-06-12 12:51:15 -04:00
Dessalines
c7938f9aa9 Adding sanitize json function. 2023-06-12 12:50:30 -04:00
Dessalines
594ce5309b Sanitize again. 2023-06-12 12:12:59 -04:00
Dessalines
b944cbe101 v0.18.0-beta.4 2023-06-12 11:51:32 -04:00
Dessalines
d9b4436818 Deploy script setup. 2023-06-12 11:37:40 -04:00
Dessalines
62c0286ee6 Fixing site setup. 2023-06-12 11:37:16 -04:00
Dessalines
786229aec5 Forgot to add post editing. 2023-06-12 10:37:27 -04:00
SleeplessOne1917
3438dac98b
Merge branch 'main' into fix-button-click-area 2023-06-12 14:33:28 +00:00
Dessalines
aea49c38f1 Merge remote-tracking branch 'origin/main' into use_http_client_dess 2023-06-12 10:19:58 -04:00
Ikko Eltociear Ashimine
b0b3d526cf
Fix typo in post-listing.tsx (#1181)
recieve -> receive
2023-06-12 10:05:36 -04:00
Dessalines
5d8475c64f Merge remote-tracking branch 'origin/main' into use_http_client_dess 2023-06-12 06:42:45 -04:00
Florian Heft
170949f34f Fixed unclickable button paddings
* Remove the wrapping <button> element that
  visually seems clickable but has no click
  handling (only its child link can be
  clicked)
* fixes #1193
2023-06-12 11:40:44 +02:00
SleeplessOne1917
d56addf7d6
Merge pull request #1176 from MageJohn/main 2023-06-12 08:50:16 +00:00
Yuri Pieters
10a29f053f Set html lang attr to the interface language 2023-06-12 00:26:01 +01:00
SleeplessOne1917
c4f45c503b
Merge pull request #1185 from MageJohn/run-prettier 2023-06-11 23:24:43 +00:00
Yuri Pieters
6462cd5208 Run prettier 2023-06-11 22:47:57 +01:00
SleeplessOne1917
b6841b49ae
Merge pull request #1173 from alectrocute/collapse-expand-align-comment
Left-align comment collapse/expand button
2023-06-11 14:16:38 +00:00
Alec Armbruster
d1d18cf4c3
Merge branch 'collapse-expand-align-comment' of https://github.com/alectrocute/lemmy-ui into collapse-expand-align-comment 2023-06-11 10:06:27 -04:00
Alec Armbruster
5932fadc3a
make suggested change 2023-06-11 10:06:10 -04:00
SleeplessOne1917
1a30821a12
Merge branch 'main' into collapse-expand-align-comment 2023-06-11 14:01:24 +00:00