ffc218f268
Merge branch 'remote-mods'
2021-03-25 11:47:43 -04:00
fea6227258
Remove creator local check from modding on comment-node
2021-03-25 11:47:31 -04:00
f4f7a24b3c
Merge branch 'main' into add_password_length
2021-03-25 11:43:32 -04:00
97219bd73b
Fix restore scroll position. Fixes #227
2021-03-25 11:38:37 -04:00
c23e494dd4
Fix type names. Fixes #219
2021-03-25 11:30:45 -04:00
b830c0f60e
Some fixes.
...
- Use ISO-630 library for native language names
- Add sr-only to svg tooltips. Fixes #218
- Change support link and icon.
2021-03-25 11:20:54 -04:00
a2d0aa8824
Fixing saved_only
2021-03-23 18:58:13 -04:00
62a6e82e9b
New fixes.
2021-03-23 18:40:49 -04:00
c7db597e3f
Allow adding and removing remote mods
2021-03-22 14:18:46 +01:00
4568e5a5ab
Updating claims.
2021-03-19 10:22:47 -04:00
440fda9d51
user_ -> person table migration.
2021-03-15 14:09:31 -04:00
b778ca8e22
Fixing an issue with remove categories
2021-03-03 22:42:11 -05:00
e02075d52d
Remove categories
2021-03-03 17:59:57 +01:00
345e992d0f
Merge branch 'feature/i18n-type-constraint' of https://github.com/shilangyu/lemmy-ui into shilangyu-feature/i18n-type-constraint
2021-03-01 16:24:17 -05:00
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
shilangyu
1939664d73
Add I18nKeys type to errCode
2021-03-01 21:44:02 +01:00
shilangyu
66cc9416e4
Improve type safety
2021-03-01 21:33:57 +01:00
7ada591f2e
Adding more max password lengths. Fixes #211
2021-03-01 12:38:03 -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
b8c3c2bcd4
Using fully qualified actor_ids for name and community tributes. Fixes #93
2021-01-23 17:07:46 -05:00
2be380ef76
Adding tippy to new comments. Fixes #92
2021-01-23 16:40:24 -05:00
f008af8497
Fixing top_time translations.
2021-01-22 12:19:12 -05:00
23179d8951
Fix issue with site view for initial site setup.
2021-01-19 10:34:04 -05:00
6a3329f9a2
Updating v2 API based on nutomics recommends.
2021-01-18 17:42:41 -05:00
a2b0f6ec04
Adding occitan.
2021-01-15 16:57:45 -05:00
bb4a18510c
Fixing docs location
2021-01-15 12:42:39 -05:00
aeff5d2190
Adding live comment count.
2021-01-15 12:42:05 -05:00
9c57e6b33e
Fixing comment issue.
2021-01-13 12:06:56 -05:00
73ca6ac0a5
Fixing community link wrapping. Fixes #96
2021-01-08 00:03:02 -05:00
c14ec3beb7
Fixing websockets.
2021-01-07 13:55:09 -05:00
57a7de64c0
Fix mark as read.
2021-01-06 16:07:13 -05:00
524711e05e
Add proper docs url.
2021-01-06 16:06:42 -05:00
9e5c955a2f
Fix user mentions read.
2021-01-06 16:05:42 -05:00
325285951c
A few fixes.
2020-12-25 22:28:05 -05:00
368d4199a5
Actually sending ws requests, some other fixes.
2020-12-24 17:05:57 -05:00
ea317af269
First pass at v2_api
2020-12-23 20:58:27 -05:00
6ffe0c530d
Simplifying html tags code.
2020-12-15 18:34:14 -06:00
222c9cee1d
Converting html tags description field from md to html. Fixes #110
2020-12-15 18:21:08 -06:00
edcaf00486
Redirect inbox to login. Fixes #105
2020-12-15 18:43:35 -05:00
Adam Clark
5143300598
Fix guide URL, fixes link breakages in moved docs. This should resolve Issue 108.
2020-12-15 11:16:33 -08:00
99796c99ca
Adding danish, not yet translated.
2020-12-09 10:15:53 -05:00
3278576927
Trying to fix site loading errors. #104
2020-12-05 20:26:01 -06:00
1b8fe6f6e6
Fixing max image size.
2020-12-03 08:28:13 -06:00
fa4a6bd389
fixing loading on community page. Fixes #91
2020-12-02 09:13:01 -06:00
ee64d03ba7
Fixing side scrolling community links. Fixes #89
2020-12-01 13:12:08 -06:00
ab5d893c75
Adding a proper navbar toggler icon. Fixes #90
2020-12-01 12:49:41 -06:00
b1bff390c7
Adding the support / donate page to the navbar. Fixes #86
2020-12-01 09:27:27 -06:00
f6ad4c33b5
Some icon / banner fixes.
...
- Adding a max icon / banner size. Fixes #88
- Using rem image height and width. Fixes #87
2020-12-01 09:02:01 -06:00
1287b67d1f
Logging out user on account deletion. Fixes #84
2020-11-30 14:28:00 -06:00
ceaa1c7332
Adding local rss feed.
2020-11-25 14:19:42 -06:00
b1e283d5de
Have option to show apub shortname in parenthesis.
...
Only used in the search page.
2020-11-18 16:01:05 -06:00
e86b870bd5
Fixing mark all as read. Fixes #72
2020-11-18 10:42:41 -06:00