soapbox/app/soapbox/actions
Chewbacca 5ff9c1c6ec Fix tests 2023-05-31 08:54:54 -04:00
..
__tests__ Fix tests 2023-05-31 08:54:54 -04:00
importer Remove normalizeAd 2023-05-02 18:30:21 -05:00
push-notifications Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
about.ts Fix type errors, use () => RootState for getState 2022-06-18 11:51:02 +02:00
account-notes.ts Use AppDispatch 2023-05-31 08:44:45 -04:00
accounts.ts Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
admin.ts api/pleroma/admin --> api/v1/pleroma/admin 2023-05-19 16:18:26 -07:00
aliases.ts Remove usage of 'snackbar' 2022-12-20 12:46:06 -05:00
announcements.ts Add some tests 2022-07-13 19:57:22 +02:00
apps.ts TypeScript: actions 2022-06-10 19:56:22 +02:00
auth.ts Auth: fix otherAccounts throwing a fullscreen error in local dev 2023-05-08 10:35:12 -05:00
backups.ts Fix type errors, use () => RootState for getState 2022-06-18 11:51:02 +02:00
blocks.ts actions: improve types 2023-05-22 10:30:03 -05:00
bookmarks.ts Actions: TypeScript 2022-06-18 20:58:42 +02:00
bundles.ts Fix type errors, use () => RootState for getState 2022-06-18 11:51:02 +02:00
chats.ts Remove 'history' dep 2023-01-09 15:43:41 -06:00
compose.ts ComposeModal: allow passing a composeId 2023-04-26 15:07:19 -05:00
consumer-auth.ts Remove features.scopes, move to a getScopes function 2023-01-13 18:43:57 -06:00
conversations.ts Reducers: TypeScript 2022-06-22 22:54:21 +02:00
custom-emojis.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
directory.ts Reducers: TypeScript 2022-06-22 22:54:21 +02:00
domain-blocks.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
dropdown-menu.ts Re-build dropdown-menu using FloatingUI 2023-02-10 13:17:39 -05:00
email-list.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
emoji-reacts.ts Support custom emoji reacts 2023-03-18 00:07:18 +01:00
emojis.ts Rename files (3): _ -> - 2022-11-15 11:11:42 -05:00
events.ts WIP 2023-02-26 19:29:37 +01:00
export-data.ts Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
external-auth.ts Fix external login scopes 2023-01-25 16:32:59 -06:00
familiar-followers.ts actions: improve types 2023-05-22 10:30:03 -05:00
favourites.ts Actions: TypeScript 2022-06-19 20:54:02 +02:00
filters.ts Filters expiration, restyle filters list, fix keywords deletion 2023-03-05 19:49:40 +01:00
groups.ts Add ability for owners to delete statuses from Group 2023-05-03 08:31:43 -04:00
history.ts Actions: TypeScript 2022-06-15 22:11:36 +02:00
import-data.ts Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
instance.ts WIP TypeScript convertions 2022-12-26 00:31:07 +01:00
interactions.ts actions: improve types 2023-05-22 10:30:03 -05:00
lists.ts Remove usage of 'snackbar' 2022-12-20 12:46:06 -05:00
markers.ts Actions: TypeScript 2022-06-15 22:11:36 +02:00
me.ts Upgrade axios to fix 'req' undefined error 2023-01-06 09:39:44 -05:00
media.ts Reducers: TypeScript 2022-06-24 00:33:23 +02:00
mfa.ts Actions: TypeScript 2022-06-19 20:38:51 +02:00
modals.ts Improve the MediaModal with ability to like, comment, reply, etc 2023-05-31 08:50:03 -04:00
moderation.tsx Truncate long usernames in modals 2023-05-02 13:28:42 -05:00
mrf.ts Rename files (11): utils 2022-11-16 08:34:55 -05:00
mutes.ts Support mutes duration 2022-07-31 11:57:31 +02:00
notifications.ts i18n: handle plurals 2023-01-24 00:08:51 +01:00
oauth.ts Add missing import 2023-05-18 12:53:32 -04:00
onboarding.ts Restore localStorage onboarding code 2022-05-02 15:55:52 -05:00
patron.ts Actions: TypeScript 2022-06-15 22:11:36 +02:00
pin-statuses.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
polls.ts Fix type errors, use () => RootState for getState 2022-06-18 11:51:02 +02:00
preload.ts Actions: TypeScript 2022-06-19 20:38:51 +02:00
profile-hover-card.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
push-subscriptions.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
remote-timeline.ts Rename files (14): cleanup misc v2 2022-11-16 08:35:35 -05:00
reports.ts Add ability to report a Group 2023-03-23 15:17:44 -04:00
rules.ts Fix type errors, use () => RootState for getState 2022-06-18 11:51:02 +02:00
scheduled-statuses.ts Support Takahē 2022-12-27 21:43:13 +01:00
search.ts Fix search expand when searching user' posts 2023-05-31 10:45:33 +02:00
security.ts Make OAuth tokens API more resilient 2023-01-24 12:00:34 -06:00
settings.ts Merge remote-tracking branch 'takver/fix-locale-parser' into fix-locale-parser 2023-03-13 20:44:09 +01:00
sidebar.ts Actions: TypeScript 2022-06-15 22:11:36 +02:00
soapbox.ts Invert features.emojiReactsRGI 2023-02-08 11:57:23 -06:00
status-hover-card.ts actions/status-hover-card: convert to TypeScript 2022-06-20 16:55:08 -05:00
status-quotes.ts Show quoted statuses list 2022-11-29 23:32:21 +00:00
statuses.ts Fix replying to status from Group 2023-04-10 15:59:36 -04:00
streaming.ts Simplify event signing 2023-05-20 21:15:53 -05:00
suggestions.ts Query account on hover for follow stats 2022-07-18 09:54:56 -04:00
sw.ts ServiceWorker: display loading screen while updating 2022-06-24 11:52:57 -05:00
tags.ts Forgot to commit some files 2023-05-11 22:10:58 +02:00
timelines.ts Add page to show statuses per tag 2023-04-21 09:36:37 -04:00
trending-statuses.ts Support Takahē 2022-12-27 21:43:13 +01:00
trends.ts Actions: TypeScript 2022-06-15 22:11:36 +02:00
verification.ts Change ESLint rules, lint 2023-02-16 00:12:02 +01:00