Renaud Chaput
|
01b6c83c36
|
Add a new `@/` alias for the root frontend directory and use it where possible (#28753)
|
10 months ago |
Claire
|
6bbcd9348e
|
Switch from 48px weight 600 material symbol icons to 24px weight 400 icons (#28064)
|
10 months ago |
Renaud Chaput
|
608f66f978
|
Change icon SVG imports to use a default import (#28709)
|
10 months ago |
Claire
|
6374358357
|
Change media to be hidden/blurred by default in report modal (#28522)
|
11 months ago |
Renaud Chaput
|
7b1d390734
|
Fixes dropdown target without a `buttonRef` (edit history) (#28427)
|
11 months ago |
Claire
|
7faa27e17d
|
Change dismissed banners to be stored server-side (#27055)
|
12 months ago |
Josh Goldberg ✨
|
3a7f10c3f1
|
Converted hashtag.jsx to TypeScript (#27872)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
12 months ago |
Eugen Rochko
|
87696ea26e
|
Add prominent share/copy button on profiles in web UI (#27865)
|
1 year ago |
Eugen Rochko
|
d67bd44ca1
|
Add profile setup to onboarding in web UI (#27829)
|
1 year ago |
Eugen Rochko
|
7e3c10dec6
|
Add icons for private and disabled boost in web UI (#27817)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Claire
|
c451bbe249
|
Allow viewing and severing relationships with suspended accounts (#27667)
|
1 year ago |
Jasmin Johal
|
27cbdc6f22
|
Change alt text to empty string for avatars (#21875)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
1 year ago |
Renaud Chaput
|
3bf2a7296e
|
Use Immutable `Record` for accounts in Redux state (#26559)
|
1 year ago |
Renaud Chaput
|
277e6968f5
|
Use helpers to check environment in frontend (#27633)
|
1 year ago |
Claire
|
9c8891b39a
|
Rewrite `AutosuggestTextarea` as Functional Component (#27618)
|
1 year ago |
Renaud Chaput
|
13d310e64d
|
Simplify column headers (#27557)
|
1 year ago |
Renaud Chaput
|
537442853f
|
Use a context to propagate column-related Props, and remove `forceUpdate` usage (#27548)
|
1 year ago |
Renaud Chaput
|
cb92cdf9af
|
Fix `<ColumnBackButtonSlim>` (#27540)
|
1 year ago |
Renaud Chaput
|
f08ca3f042
|
Fix missing icon props (#27539)
|
1 year ago |
Eugen Rochko
|
134de736dc
|
Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
1 year ago |
Claire
|
15182d1e5e
|
Fix history handling not properly handling states after update to react-router v5 (#27526)
|
1 year ago |
たいち ひ
|
9482810703
|
Rewrite `emoji_unicode_mapping_light` to TS (#25444)
Co-authored-by: taichi.fukuda ひ <taichi.fukuda@systemi.co.jp>
|
1 year ago |
Claire
|
0ad66175bf
|
Fix incorrect proptypes from react-router-v5 update (#27507)
|
1 year ago |
Renaud Chaput
|
9d45a444f9
|
Convert `<Button>` to Typescript (#27492)
|
1 year ago |
Renaud Chaput
|
1b70d7ed7c
|
Upgrade to react-router v5 (#25047)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Renaud Chaput
|
774e1189d2
|
Change `eslint` config to autofix missing comma and indentation in JS files (#26711)
|
1 year ago |
Claire
|
4d59dfb1c6
|
Fix some remote posts getting truncated (#27307)
|
1 year ago |
Claire
|
2b98e2ecd6
|
Fix auto-loading-more when not scrolled (#27286)
|
1 year ago |
Claire
|
37bbd3c106
|
Fix double scroll bars in some columns in advanced interface (#27187)
|
1 year ago |
Michael Stanclift
|
7fddeca190
|
Fix retention dashboard not displaying correct month (#27180)
|
1 year ago |
Renaud Chaput
|
4b7bc1f07c
|
Convert `dropdown_menu` state to Typescript (#25585)
|
1 year ago |
Claire
|
70cae19b6b
|
Fix hashtag bar being sometimes incorrectly hidden (#26960)
|
1 year ago |
Claire
|
2a4fcc51fd
|
Fix dismiss button overlapping with text in dismissable banners (#26935)
|
1 year ago |
Eugen Rochko
|
9d290c23d2
|
Remove obfuscation of reply count in web UI (#26768)
|
1 year ago |
Eugen Rochko
|
10b06436d1
|
Fix colors and typography on hashtag bar in web UI (#26666)
|
1 year ago |
Claire
|
c3a42e1280
|
Add `data-nosnippet` attribute to remote posts and local posts with `noindex` (#26648)
|
1 year ago |
Claire
|
e90649b064
|
Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode (#26633)
Co-authored-by: Plastikmensch <Plastikmensch@users.noreply.github.com>
|
1 year ago |
Claire
|
613cfd625c
|
Change hashtag bar tags to be de-emphasized (#26606)
|
1 year ago |
Renaud Chaput
|
44ba785242
|
Change the hashtag bar to be hidden when there is a CW and the post is not expanded (#26615)
|
1 year ago |
Renaud Chaput
|
58acaa9ae6
|
Better hashtag normalization when processing a post (#26614)
|
1 year ago |
Renaud Chaput
|
061fd66ee6
|
Remove hashtags from the last line of a status if it only contains hashtags (#26499)
|
1 year ago |
Claire
|
3ed2bf92d0
|
Fix case-insensitive comparison of hashtags to do case-folding (#26525)
|
1 year ago |
Claire
|
0446394465
|
Fix “legal” report category not showing up in moderation interface (#26509)
|
1 year ago |
Claire
|
f0862bcf98
|
Fix hashtag bar sometimes including tags that appear in the post's body (#26506)
|
1 year ago |
Claire
|
df6e719898
|
Add display of out-of-band hashtags in the web interface (#26492)
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
|
1 year ago |
Eugen Rochko
|
2cbdff97ce
|
Change design of role badges in web UI (#26281)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Eugen Rochko
|
4d01d1a1ee
|
Remove 16:9 cropping from web UI (#26132)
|
1 year ago |
Eugen Rochko
|
cfd50f30bb
|
Fix focus and hover styles in web UI (#26125)
|
1 year ago |
gunchleoc
|
217ef7f2af
|
Replace 'favourite' by 'favorite' for American English (#26009)
|
1 year ago |
Trevor Wolf
|
59478a1b46
|
change focus ui for keyboard only input (#25935)
|
1 year ago |