Dessalines
2cde42a48a
Merge pull request #258 from LemmyNet/change_password
...
Moved ChangePassword to its own action.
2021-04-08 22:12:35 -04:00
7ebb96e608
Moved ChangePassword to its own action.
...
- Fixes #246
- Changing preferred to display_name. Fixes #243
- Fixing a drone issue
2021-04-08 21:59:34 -04:00
005631b038
Fix html notif bug. Fixes #254
2021-04-08 20:53:39 -04:00
2c80cea36f
Fixing unban. Fixes #248
2021-04-07 13:01:58 -04:00
Dessalines
f9a2f7899f
Merge pull request #252 from LemmyNet/fetch_url_title
...
Fixing issue with debounce. Fixes #236
2021-04-07 12:53:30 -04:00
Dessalines
f4f836cabd
Merge pull request #250 from LemmyNet/fix_user_page
...
Fix user page
2021-04-07 12:53:00 -04:00
af44b62107
Fixing issue with debounce. Fixes #236
2021-04-07 12:46:12 -04:00
756a811b1d
Fixing user page, issue with matrix button. Fixes #239
2021-04-07 12:02:11 -04:00
65606dd413
Adding back in logging
2021-04-07 11:54:38 -04:00
e74db79c0f
Fix instances page. Fixes #237
2021-04-07 11:35:24 -04:00
5def7e6bc8
Adding bulgarian language.
2021-04-02 10:14:33 -04:00
6cec37322a
Using LEMMY_UI_HOST
2021-03-29 21:46:42 -04:00
e152b353d7
Fixing lemmy-ui default port.
2021-03-29 21:17:19 -04:00
9d8123eb7d
Updating to use api v3 lemmy-js-client.
2021-03-29 13:20:22 -04:00
Stefan Midjich
1f9a721a67
Set listen host and port with environment variables ( #229 )
...
* take host and port from environment
* force Number for lint to pass
2021-03-29 11:35:32 -04:00
bc39e44af8
Fix loading indicator. Fixes #188
2021-03-25 13:36:09 -04:00
5ca2c8a7cf
Remove extra cross-post lines
2021-03-25 13:30:25 -04:00
d8346d9e95
Adding cross-post quote and link. Fixes #189
2021-03-25 13:28:47 -04:00
1a1a522d9e
Merge branch 'split_user_table'
2021-03-25 13:08:49 -04:00
a4fddd6d7f
Adding expandable post texts by clicking on book. Fixes #225
2021-03-25 12:44:16 -04:00
e362b30130
Adding more footer margin. Fixes #204
2021-03-25 12:29:20 -04:00
34450857ee
Adding not allowed to password reset. Fixes #205
2021-03-25 12:17:42 -04:00
f2e9617038
Adding autocomplete for login fields. Fixes #206
2021-03-25 12:09:08 -04:00
1c5b86353d
Fix import.
2021-03-25 12:04:05 -04:00
159e3a0035
Fixing custom favicons. Fixes #220
2021-03-25 11:58:29 -04:00
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
45445fe0a3
Fixing an issue with incorrect jwts
2021-03-15 16:54:17 -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
Marek Ľach
658aee2e53
Improve rendering in older browsers
...
...like SailfishOS.
2021-02-23 21:36:53 +00: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
d91587957f
Fixing service worker lint.
2021-01-24 13:59:50 -05:00
b754a50dff
Trying to fix manifest csp.
2021-01-24 13:52:52 -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
0949244d6c
Try standalone. Fixes #138
2021-01-23 20:44:11 -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
c5bc46d350
Adding a few markdown header sizes. Fixes #99
2021-01-23 17:32:04 -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