Commit graph

1066 commits

Author SHA1 Message Date
Sean Spade
9d45b4afe3 fix: Adds ability to hide language warning 2023-06-08 23:36:35 -04:00
SleeplessOne1917
50a8f40187
Merge pull request #1118 from mr00z/main 2023-06-08 19:34:34 +00:00
Marcin Mróz
7366846849 styles(#1067): Run prettier 2023-06-08 21:08:28 +02:00
Marcin Mróz
7dfda39db0 fix(#1067): Fix language not updating when editing post 2023-06-08 20:48:32 +02:00
0xDEADCADE
22a4fae0c2
Fix isoData can contain user generated content (#1114)
* Fix isoData can contain user generated content

* Fix formatting
2023-06-08 11:15:03 -04:00
SleeplessOne1917
850de94c00
Merge pull request #1092 from thomasdouwes/patch-1 2023-06-06 13:15:47 +00:00
Thomas
6a9d61a6dd
Add media-src * to Content-Security-Policy header 2023-06-06 13:45:17 +01:00
SleeplessOne1917
8181e4a1ce
Merge pull request #1089 from jwhitmarsh/fix/1039
Refactor lets to consts
2023-06-05 23:30:31 +00:00
SleeplessOne1917
21a290a940
Merge branch 'main' into fix/1039 2023-06-05 23:27:50 +00:00
SleeplessOne1917
6612bea325
Merge pull request #1088 from jwhitmarsh/fix/1079
Fix aria-label for language select
2023-06-05 23:26:23 +00:00
James Whitmarsh
0754b9ba19 Refactor lets to consts 2023-06-05 22:31:12 +01:00
James Whitmarsh
3cb3fc6b1e Fix aria-label for language select 2023-06-05 22:06:54 +01:00
SleeplessOne1917
400e62b21c
Add aria attribute to track toggle status of up/down votes. (#1074) 2023-06-05 11:49:03 -04:00
SleeplessOne1917
48c16cc977 Make comment depth easier to track visually 2023-06-03 23:49:49 -04:00
abias
b12399de5f Make comments nested lists 2023-06-03 22:02:07 -04:00
SleeplessOne1917
8755489876
Merge pull request #1063 from mezzode/fix-sorting-help-url
Fix sorting help link
2023-06-03 19:34:10 +00:00
SleeplessOne1917
de701b4959
Merge branch 'main' into fix-sorting-help-url 2023-06-03 19:32:06 +00:00
SleeplessOne1917
79994a9b94
Merge pull request #1064 from mezzode/fix-contributing-link
Fix CONTRIBUTING link
2023-06-03 19:25:13 +00:00
mezzode
115ad70d8b
Fix CONTRIBUTING link 2023-06-02 22:25:40 -07:00
mezzode
1df655d40d
Fix sorting help link 2023-06-02 22:18:00 -07:00
abias
72b4d14b47 Merge branch 'main' into route-data-refactor 2023-05-29 20:41:54 -04:00
abias
feb4c434d1 Refactor route data 2023-05-29 20:40:00 -04:00
SleeplessOne1917
7720e37a63
Do not refresh when community is selected in create post (#1042) 2023-05-29 09:01:52 -04:00
SleeplessOne1917
7bcf079acf
Update translations (#1041) 2023-05-29 06:07:31 -04:00
SleeplessOne1917
2b67e9419f
Merge pull request #1036 from LemmyNet/language-tag-changes
Changes to language tag
2023-05-28 23:01:43 +00:00
Felix Ableitner
8837cf568e remove badge-muted 2023-05-25 10:52:34 +02:00
SleeplessOne1917
7b96c89dcb
Merge branch 'main' into language-tag-changes 2023-05-24 13:34:04 +00:00
SleeplessOne1917
ebb5198275
Merge pull request #1031 from SleeplessOne1917/rate-limiting-tab
Rate limiting tab
2023-05-24 13:33:05 +00:00
SleeplessOne1917
2ca53fae5b
Merge branch 'main' into rate-limiting-tab 2023-05-24 13:31:12 +00:00
Felix Ableitner
15f75a26e9 use badge-muted 2023-05-24 12:22:24 +02:00
SleeplessOne1917
42ebb57b22
Navbar fix 2 (#1038)
* Fix navbar not closing on mobile when it should

* Get rid of unnecessary HTML tags

* Forgot to include this
2023-05-23 20:42:19 -04:00
abias
b6b7a73441 Merge branch 'rate-limiting-tab' of https://github.com/SleeplessOne1917/lemmy-ui into rate-limiting-tab 2023-05-23 19:31:58 -04:00
abias
98167b50dc Add translations 2023-05-23 19:31:33 -04:00
abias
7face53efd Merge branch 'main' into rate-limiting-tab 2023-05-23 19:14:44 -04:00
SleeplessOne1917
a3c37d37a8
Merge pull request #1024 from SleeplessOne1917/nicer-error-hnadling
Nicer error handling
2023-05-23 23:09:41 +00:00
SleeplessOne1917
65fc02327e
Merge branch 'main' into nicer-error-hnadling 2023-05-23 23:07:23 +00:00
SleeplessOne1917
2a4f75b539
Merge branch 'main' into rate-limiting-tab 2023-05-23 23:06:38 +00:00
SleeplessOne1917
ac2a83a7a6
Lint fix (#1035)
* User HTTP instead of HTTPS when fetching icon in docker internal network

* Add debug statement.

* Revert "Add debug statement."

This reverts commit 7fbb12a4bd.

* Revert "User HTTP instead of HTTPS when fetching icon in docker internal network"

This reverts commit 498de660ba.

* Always replace host with internal host

* Fix lint script

* Remove prettier from pre-commit

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-05-23 18:55:36 -04:00
Felix Ableitner
90a9f72817 Changes to language tag
- Dont use bright white color because its not that important
- Hide tag in case of undetermined (doesnt add any information)
2023-05-23 22:16:54 +02:00
abias
06a553c7a4 Hopefully stop lint command from erroring 2023-05-23 08:34:20 -04:00
abias
7030eb8949 Merge branch 'nicer-error-hnadling' of https://github.com/SleeplessOne1917/lemmy-ui into nicer-error-hnadling 2023-05-23 08:10:28 -04:00
abias
696c5b0d27 Run prettier 2023-05-23 08:10:13 -04:00
SleeplessOne1917
c311bca8d2
Merge branch 'main' into nicer-error-hnadling 2023-05-23 12:07:08 +00:00
abias
5af62ebd84 Merge branch 'main' into nicer-error-hnadling 2023-05-23 08:01:09 -04:00
abias
ee95bd05fb Always replace host with internal host 2023-05-22 19:15:11 -04:00
abias
19408b26bf Revert "User HTTP instead of HTTPS when fetching icon in docker internal network"
This reverts commit 498de660ba.
2023-05-22 18:42:05 -04:00
abias
fd39b21b12 Revert "Add debug statement."
This reverts commit 7fbb12a4bd.
2023-05-22 18:41:33 -04:00
abias
7fbb12a4bd Add debug statement. 2023-05-22 18:15:44 -04:00
abias
498de660ba User HTTP instead of HTTPS when fetching icon in docker internal network 2023-05-22 18:10:16 -04:00
abias
51c0c98faa Add error message paragraph 2023-05-22 12:57:52 -04:00