Commit graph

158 commits

Author SHA1 Message Date
5248c9e58c Fixing private message disclaimer. 2021-03-01 16:23:25 -05:00
aea005b4cc Adding thai language. 2021-03-01 16:20:08 -05:00
2e2b18c717 Merge branch 'main' of https://github.com/LemmyNet/lemmy-ui 2021-02-23 09:59:03 -05:00
e33102bca3 Change subscribers to users. Fixes #195 2021-02-23 09:58:31 -05:00
994bdbb74e Merge branch 'run_prettier_1' into markup_bug 2021-02-21 21:39:49 -05:00
e3a337fb23 Running newer prettier. 2021-02-21 21:39:04 -05:00
12e27b4c64 Fixing markup not throwing onContentChange. Fixes #182 2021-02-21 21:30:11 -05:00
Dessalines
ee77f700b3
Extra lints (#192)
* Updating deps, fixing lints.

* Downgrading broken husky.

* Trying to upgrade husky to v5

* Trying a bad lint.

* Trying a bad lint 2.

* Trying a bad lint 3.

* Adding prettier.
2021-02-21 21:24:09 -05:00
55e0eb52ce Using utf-8 emojis. Fixes #184 2021-02-21 16:22:53 -05:00
Dessalines
f764a79cd8
Adding new comment sort. (#175)
* Adding new comment sort.

* Updating translations.
2021-02-18 10:57:00 -05:00
Dessalines
2fe02bec7c
Removing targets (#179) 2021-02-12 12:55:07 -05:00
Mischa Spiegelmock
99c7966200
Make WS host configurable (#167)
* Make WS host configurable

* indent

* Type fixes

* Type lemmyConfig

* typo

* Move lemmy config to interfaces.ts
2021-02-12 12:54:35 -05:00
58bbb51f8f Merge branch 'main' into more_accessibility 2021-02-11 15:43:06 -05:00
Dessalines
9e8d0b525a
Merge pull request #178 from LemmyNet/icon_component
Adding an icon component. Fixes #172
2021-02-11 15:40:39 -05:00
2a85b93c58 Adding an icon component. Fixes #172 2021-02-11 15:35:27 -05:00
5c66424516 Always show password reset link. Fixes #176 2021-02-11 13:52:26 -05:00
2cbdcba47b Fixing lint 2021-02-09 12:01:36 -05:00
ae18b91292 Adding accessibility tests script. 2021-02-09 11:54:41 -05:00
2c507a474d Adding more aria labels based on tota11y recs. #170 2021-02-09 11:21:24 -05:00
4b43cdf143 Fixing broken federated community paging. Fixes #166 2021-02-08 15:14:34 -05:00
66fd6b8ffb Adding post title expanding on copy. Fixes #168 2021-02-08 11:36:16 -05:00
b24eba6fea Comments and posts no longer live-sorted. Fixes #51
- Only changing the view or sort, or reloading the page will resort.
- New comments by default added to the top, and left unsorted.
2021-02-07 23:23:31 -05:00
Mitch Lillie
04955cc45e
Add aria attributes where possible (#156)
* Add aria attributes where possible

* Bump submodule to get aria translations
2021-02-06 15:20:41 -05:00
ef19b9f6b8 Adding croatian. 2021-02-05 13:13:39 -05:00
2c0d0fb361 Trying to fix form bug. Fixes #165 2021-02-04 21:38:09 -05:00
aade5e3c7f Updating docs locations. 2021-02-04 15:50:07 -05:00
2b0f4929af Reworking combined inbox. Fixes #161 2021-02-02 15:24:25 -05:00
Dessalines
192ec14441
Adding simple scroll position restore. Fixes #18 (#162)
* Adding simple scroll position restore. Fixes #18

* Removing isBrowser check from community.tsx.
2021-02-02 13:36:59 -05:00
a28a8d059e Ignore updated for user page. Fixes #139 2021-02-02 12:26:08 -05:00
f9eeabb2f9 Fixing uri protected params getting clipped from cross posts. Fixes #141 2021-02-02 12:18:18 -05:00
6a75db6887 Adding tippy to active users badges. Fixes #150 2021-02-02 12:12:16 -05:00
398cdf682c Add preventDefaults to stop form submits on likes. Fixes #153 2021-02-02 11:52:44 -05:00
7d8f1a1ced Fix url link selection placement. Fixes #155 2021-02-02 11:45:38 -05:00
Dessalines
27fd4a4626
Add most commented (#159)
* Adding MostComments sort.

* Updating translations.
2021-02-01 13:48:42 -05:00
fc3524d9ca Fixing showLocal. 2021-02-01 13:26:24 -05:00
b4ed4e5ec5 Updating federated instances page. 2021-02-01 13:08:45 -05:00
Dessalines
e78862a8ae
Adding some active users aggregate fields. (#148)
* Adding some active users aggregate fields.

* Adding active users / month to communities page.
2021-01-29 10:10:37 -05:00
cab454dd89 Fixing post title height. Fixes #147 2021-01-27 10:29:01 -05:00
9d94cc9094 Adding maxLength to verify_password field. Fixes #145 2021-01-26 18:21:32 -05:00
ac3b9e68f3 Fixing mod ban removeData default. 2021-01-26 12:21:10 -05:00
3ac41faabd Make sure trending is local only. Fixes #142 2021-01-26 10:59:38 -05:00
a4e207bde7 Only push notifs if on first page, and right local context. Fixes #131 2021-01-24 00:56:00 -05:00
829b617b17 Fixing switch user navbar info remnant. Fixes #128 2021-01-23 23:41:04 -05:00
baee514303 Show cross-posts for isomorphic loading. Fixes #113 2021-01-23 20:41:23 -05:00
9dcc998878 Fixing markdown spaces. Fixes #101 Fixes #126 2021-01-23 20:28:37 -05:00
bf52dec0a1 Dont replace edited comment if text selected. Fixes #125 2021-01-23 18:48:20 -05:00
8c3c27002b Fixing views for remote users. Fixes #120 2021-01-23 18:23:09 -05:00
94e36ad757 Add search field to communities page. Fixes #118 2021-01-23 18:07:02 -05:00
de8ac823b3 Fix search page community titles. 2021-01-23 17:26:51 -05:00
f2999df300 Use display titles for community links. Fixes #98 2021-01-23 17:23:49 -05:00