Stanislas Signoud
|
2c0eaf50f6
|
Add an explanation banner on switching to single column mode (#26019)
|
1 year ago |
Claire
|
6db702fa24
|
Fix selecting domains to forward reports to not passing the information correctly (#26636)
|
1 year ago |
Christian Schmidt
|
6a4160cb5f
|
Fix some React warnings (#26609)
|
1 year ago |
Claire
|
cae84de47b
|
Fix interaction modal layout (#26368)
|
1 year ago |
Claire
|
aac7e9fd9d
|
Fix confirmation when closing media edition modal with unsaved changes (#26342)
|
1 year ago |
CSDUMMI
|
1ebdd46242
|
Add direct link to the Single-Sign On provider if there is only one sign up method available (#26083)
|
1 year ago |
Eugen Rochko
|
1c28a202fe
|
Remove 16:9 cropping from web UI (#26132)
|
1 year ago |
gunchleoc
|
257fadcec4
|
Replace 'favourite' by 'favorite' for American English (#26009)
|
1 year ago |
Stanislas Signoud
|
cf170761e7
|
Fix a missing redirection on getting-started in multi column mode (#26070)
|
1 year ago |
Claire
|
80fa2baa3d
|
Fix “Back” button sometimes redirecting out of Mastodon (#25281)
|
1 year ago |
Claire
|
528a8d0cbe
|
Change “About” and “Privacy policy” links to open in a new tab in advanced interface (#25973)
|
1 year ago |
Stanislas Signoud
|
663e9484e2
|
Change links in multi-column mode so tabs are open in single-column mode (#25893)
|
1 year ago |
Claire
|
618eb10d18
|
Fix embed dropdown menu item for unauthenticated users (#25964)
|
1 year ago |
Claire
|
66693177ff
|
Add `forward_to_domains` parameter to `POST /api/v1/reports` (#25866)
|
1 year ago |
Eugen Rochko
|
703ff75549
|
Add toast with option to open post after publishing in web UI (#25564)
|
1 year ago |
Eugen Rochko
|
9f5eab728b
|
Fix explore page being inaccessible when opted-out of trends in web UI (#25716)
|
1 year ago |
Claire
|
6ca66c8cad
|
Change local and federated timelines to be in a single firehose column (#25641)
|
1 year ago |
Claire
|
7a47a52cd3
|
Remove the search button from UI header when logged out (#25631)
|
1 year ago |
Eugen Rochko
|
1924660c5b
|
Fix search not being easily findable on smaller screens in web UI (#25576)
|
1 year ago |
mogaminsk
|
e87a2c676c
|
Fix custom signup URL may not loaded (#25531)
|
1 year ago |
Eugen Rochko
|
937764ce4b
|
Fix always redirecting to onboarding in web UI (#25396)
|
1 year ago |
alfe
|
293cf44626
|
Rewrite `<LoadingIndicator/>` as FC and TS (#25364)
|
1 year ago |
Christian Schmidt
|
971eafc709
|
Translate CW, poll options and media descriptions (#24175)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
1 year ago |
Claire
|
75ebb60ef6
|
Fix `null` signUp URL in various places (#25190)
|
1 year ago |
fusagiko / takayamaki
|
a19c1671af
|
Rewrite actions/modal and reducers/modal with typescript (#24833)
|
2 years ago |
Renaud Chaput
|
169f141c4c
|
Update inconsistent `defaultMessage` (#25114)
|
2 years ago |
Renaud Chaput
|
9be9f4f5e2
|
Fix `null` signUp URL handling from #25014 (#25108)
|
2 years ago |
Renaud Chaput
|
7b5a274836
|
Enforce import order with ESLint (#25096)
|
2 years ago |
Claire
|
4d631fcfb7
|
Add support for custom sign-up URLs (#25014)
|
2 years ago |
Renaud Chaput
|
abbc6dfcba
|
Use JSX syntax for Fragments (#25093)
|
2 years ago |
Renaud Chaput
|
3b0c3e94e0
|
Use the new JSX transform (#25064)
|
2 years ago |
Claire
|
18361ae0c5
|
Allow scripts in post embed previews (#25071)
|
2 years ago |
Claire
|
d2eef78d1c
|
Fix being unable to load past a full page of filtered posts in Home timeline (#24930)
|
2 years ago |
Christian Schmidt
|
778fd4d29b
|
Fix UI crash in moderation interface when opening the media modal (#24816)
|
2 years ago |
Eugen Rochko
|
d05ff56746
|
Change "Sign in" to "Login" (#24942)
|
2 years ago |
Renaud Chaput
|
6a3211876c
|
Add stricter ESLint rules for Typescript files (#24926)
|
2 years ago |
Nick Schonning
|
b0dd260a7a
|
Enable ESLint react/no-deprecated (#24471)
|
2 years ago |
たいち ひ
|
2f09bbdfe0
|
Rewrite `logo.tsx` as FC (#24909)
|
2 years ago |
fusagiko / takayamaki
|
a150bb4f2e
|
Add type annotation for DisplayName component (#24752)
|
2 years ago |
Renaud Chaput
|
85b3823e66
|
Enforce stricter rules for Typescript files (#24910)
|
2 years ago |
fusagiko / takayamaki
|
9ed91c444e
|
Rewrite actions/app.ts and reducers/missed_updates.ts with createAction (#24801)
|
2 years ago |
Eugen Rochko
|
4e6e4bcc4d
|
Change logo version in header based on screen size in web UI (#24707)
|
2 years ago |
Eugen Rochko
|
30666618ea
|
Add new onboarding flow to web UI (#24619)
|
2 years ago |
Claire
|
8e36b04fd2
|
Fix crash when trying to open the filter modal (#24556)
|
2 years ago |
fusagiko / takayamaki
|
e8450b1dc2
|
Rewrite GIFV component with React hooks (#24552)
|
2 years ago |
Eugen Rochko
|
8b0c634a8a
|
Change all components to use the same error page in web UI (#24512)
|
2 years ago |
Nick Schonning
|
37e98d9d56
|
Set marginRight as string (#24422)
|
2 years ago |
Nick Schonning
|
53376db94c
|
Ensure tabIndex is number instead of string (#24409)
|
2 years ago |
Eugen Rochko
|
868d478b1b
|
Change "direct message" nomenclature to "private mention" in web UI (#24248)
|
2 years ago |
Yamagishi Kazutoshi
|
8b68ca7e61
|
Add missing parenthesis (#24238)
|
2 years ago |