Renaud Chaput
8b1eeb2f90
Fix the loading bar with the new Redux actions ( #28422 )
2 years ago
Claire
f3864db409
Fix notification sounds ( #28316 )
2 years ago
Eugen Rochko
d67bd44ca1
Add profile setup to onboarding in web UI ( #27829 )
2 years ago
Claire
c451bbe249
Allow viewing and severing relationships with suspended accounts ( #27667 )
2 years ago
Renaud Chaput
f476d9dab2
Fix the `notificationsUpdate` call ( #27758 )
2 years ago
Renaud Chaput
3bf2a7296e
Use Immutable `Record` for accounts in Redux state ( #26559 )
2 years ago
Renaud Chaput
774e1189d2
Change `eslint` config to autofix missing comma and indentation in JS files ( #26711 )
3 years ago
Claire
1da3c588ca
Fix link handling of mentions in user profiles when logged out ( #27185 )
3 years ago
Renaud Chaput
4b7bc1f07c
Convert `dropdown_menu` state to Typescript ( #25585 )
3 years ago
Renaud Chaput
b93ffb74bb
Improve modals reducer types ( #26610 )
3 years ago
Claire
520b570474
Fix notification permissions being requested immediately after login ( #26472 )
3 years ago
Renaud Chaput
bd06c13204
Convert `actions/account_notes` into Typescript ( #26601 )
3 years ago
Eugen Rochko
9b2bc3d1de
Add recent searches in web UI ( #26834 )
3 years ago
Eugen Rochko
5d20733d8d
Add infinite scrolling for search results in web UI ( #26784 )
3 years ago
Tim Rogers
74eb7dbf2d
Fix bug with reblogged view on Toots only showing latest reblogging accounts ( #26574 )
3 years ago
Tim Rogers
ae6cf33321
Fix bug with favourited view on Toots only showing latest favouriting accounts ( #26577 )
3 years ago
Eugen Rochko
71641766f2
Fix toast saying "published" instead of "saved" after editing post in web UI ( #26664 )
3 years ago
Claire
34f3001278
Fix reply not preserving the language from the replied-to post ( #26452 )
3 years ago
Eugen Rochko
9d719bcd85
Change reblogs to be excluded from "Posts and replies" tab in web UI ( #26302 )
3 years ago
Christian Schmidt
6781dc6462
Preserve translation on status re-import ( #26168 )
3 years ago
Eugen Rochko
a7ca33ad96
Add toast with option to open post after publishing in web UI ( #25564 )
3 years ago
mogaminsk
5b46345459
Prevent duplicate concurrent calls of `/api/*/instance` in web UI ( #25663 )
3 years ago
Claire
ed96e28c9e
Fix compose form not being shown when clicking “Make your first post” on mobile ( #25581 )
3 years ago
S.H
a6c898f501
Fix not shown announcements in hometimeline. ( #25251 )
3 years ago
Darius Kazemi
bacb674921
Add exclusive lists ( #22048 )
...
Co-authored-by: Liam Cooke <liam@liamcooke.com>
Co-authored-by: John Holdun <john@johnholdun.com>
Co-authored-by: Effy Elden <effy@effy.space>
Co-authored-by: Lina Reyne <git@lina.pizza>
Co-authored-by: Lina <20880695+necropolina@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Renaud Chaput
b0780cfeed
Fix `/share` and cleanup and reorganize frontend locale loading ( #25240 )
3 years ago
Christian Schmidt
69057467cb
Translate CW, poll options and media descriptions ( #24175 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Renaud Chaput
44cd88adc4
Upgrade react-intl ( #24906 )
3 years ago
fusagiko / takayamaki
38c6216082
Rewrite actions/modal and reducers/modal with typescript ( #24833 )
3 years ago
Renaud Chaput
d27216dc46
Enforce import order with ESLint ( #25096 )
3 years ago
Renaud Chaput
5eeb40bdbe
Add stricter ESLint rules for Typescript files ( #24926 )
3 years ago
Renaud Chaput
c8181eb0a4
Enforce stricter rules for Typescript files ( #24910 )
3 years ago
Renaud Chaput
d9b93bd15e
Enforce React Rules of Hooks with eslint ( #24911 )
3 years ago
fusagiko / takayamaki
5bc8e2d1fd
Use LayoutType from is_mobile in actions/app ( #24863 )
3 years ago
fusagiko / takayamaki
0999cb4601
Rewrite actions/app.ts and reducers/missed_updates.ts with createAction ( #24801 )
3 years ago
Nick Schonning
f22b4e556c
Add eslint-plugin-jsdoc ( #24719 )
3 years ago
Christian Schmidt
bfeccf6748
Fix media description not being cleared ( #24720 )
3 years ago
Eugen Rochko
8979b70975
Add default post text to onboarding flow in web UI ( #24705 )
3 years ago
Eugen Rochko
8099ba04be
Change hashtags and mentions in bios to open in-app in web UI ( #24643 )
3 years ago
Eugen Rochko
0461f83320
Add new onboarding flow to web UI ( #24619 )
3 years ago
Nick Schonning
ab3f23da91
SUBMIT doesn't exist on XMLHttpRequest ( #24423 )
3 years ago
fusagiko / takayamaki
4520e6473a
[Proposal] Make able to write React in Typescript ( #16210 )
...
Co-authored-by: berlysia <berlysia@gmail.com>
Co-authored-by: fusagiko / takayamaki <takayamaki@users.noreply.github.com>
3 years ago
Eugen Rochko
2b11376411
Change search pop-out in web UI ( #24305 )
3 years ago
Eugen Rochko
9bda933740
Change media upload limits and remove client-side resizing ( #23726 )
3 years ago
Christian Schmidt
bd047acc35
Replace `Status#translatable?` with language matrix in separate endpoint ( #24037 )
3 years ago
Claire
b2283b6838
Fix focus point of already-attached media not saving after edit ( #23566 )
3 years ago
Nick Schonning
db2c58d47a
Enable ESLint no-useless-escape ( #23311 )
3 years ago
Nick Schonning
d9088ef327
Separate ESLint CI from Superlinter ( #23029 )
...
* Separate ESLint CI from Superlinter
* Correct JS indenting level
* Remove extra semicolons with ESLint autofix
3 years ago
Connor Shea
30e895299c
Add listing of followed hashtags ( #21773 )
...
* Add followed_tags route.
This at least gets us to the point where the page can actually be
rendered, although it doesn't display any hashtags (yet?).
Attempting to implement #20763 .
* Fix minor issues.
* I've got the followed tags data partially working
But the Hashtag component errors for some reason. Something about the
value of the history attribute being invalid.
* Fix a mistake in the code
* Minor change.
* Get the followed hashtags list fully working.
Still need to add the Follow/Unfollow buttons, though.
* Resolve JS linter issues.
* Add pagination logic to followed tags list view.
However, it currently loads further pages immediately on page load, so
that's not ideal. Need to figure that one out.
* Appease the linter.
* Apply suggestions from code review
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
* Fixes and resolve some other feedback.
* Use set/update instead of setIn/updateIn.
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
3 years ago
Claire
4b92e59f4f
Add support for editing media description and focus point of already-posted statuses ( #20878 )
...
* Add backend support for editing media attachments of existing posts
* Allow editing media attachments of already-posted toots
* Add tests
3 years ago