element-web/src
Suguru Hirahara 1f9db5d41d
Use '_t' for caption to have strings localized (#10143)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-02-13 09:49:30 +00:00
..
@types Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
accessibility Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
actions Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
async-components/views/dialogs Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
audio Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
autocomplete Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
components Poll history - extract poll option display components (#10107) 2023-02-13 02:55:39 +00:00
contexts Migrate RoomView to support MSC3946 (#10088) 2023-02-10 08:40:38 +01:00
customisations Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
dispatcher Revert "Member avatars without canvas" (#10057 2023-02-02 10:22:19 +00:00
editor Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
effects Make TS strict the effects folder (#10111) 2023-02-08 13:12:14 +01:00
emojipicker Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
events Render poll end events in timeline (#10027) 2023-02-07 21:12:39 +00:00
hooks Fix useUnreadNotifications exploding with falsey room, like in notif panel (#10030) 2023-01-31 12:38:25 +00:00
i18n/strings Poll history - extract poll option display components (#10107) 2023-02-13 02:55:39 +00:00
indexing Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
integrations Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
mjolnir Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
models Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
modules Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
notifications Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
performance Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
rageshake Add @typescript-eslint/no-base-to-string (#10091) 2023-02-07 10:08:10 +00:00
resizer Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
settings Use '_t' for caption to have strings localized (#10143) 2023-02-13 09:49:30 +00:00
stores Improve types of sticky rooms (#10078) 2023-02-09 10:45:11 +00:00
toasts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
usercontent Apply prettier formatting 2022-12-12 12:24:14 +01:00
utils Examine all m.direct rooms to find a DM as fallback (#10127) 2023-02-13 08:46:53 +01:00
voice-broadcast Add PiP move threshold (#10040) (#10033) 2023-02-07 10:14:28 +01:00
widgets Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
workers Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/c4 2021-07-14 18:36:12 +01:00
AddThreepid.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
AsyncWrapper.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Avatar.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
BasePlatform.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
BlurhashEncoder.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
boundThreepids.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
call-types.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
ContentMessages.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
createRoom.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
DateUtils.ts Poll history - read only list of polls in current timeline (#10055) 2023-02-02 21:39:23 +00:00
DecryptionFailureTracker.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
DeviceListener.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
Editing.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
email.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
emoji.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
HtmlUtils.tsx Switch to linkify-react for element Linkification as it handles React subtrees without exploding (#10060 2023-02-03 08:59:21 +00:00
IConfigOptions.ts Change the rageshake "app" for auto-rageshakes (#9909) 2023-01-16 15:00:03 +00:00
identifiers.ts We're ELEMENT 2021-05-14 14:22:31 -06:00
IdentityAuthClient.tsx Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
ImageUtils.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
index.ts Step 6: Refactor event rendering to stop using getComponent 2022-03-28 14:02:31 -06:00
KeyBindingsDefaults.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
KeyBindingsManager.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
Keyboard.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
languageHandler.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
LegacyCallHandler.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Lifecycle.ts Implementation of MSC3824 to make the client OIDC-aware (#8681) 2023-01-27 11:06:10 +00:00
linkify-matrix.ts Switch to linkify-react for element Linkification as it handles React subtrees without exploding (#10060 2023-02-03 08:59:21 +00:00
Livestream.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Login.ts Implementation of MSC3824 to make the client OIDC-aware (#8681) 2023-01-27 11:06:10 +00:00
Markdown.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
MatrixClientPeg.ts Update to supportsThreads (#9907) 2023-01-30 12:20:11 +00:00
MediaDeviceHandler.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
Modal.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
NodeAnimator.tsx Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
Notifier.ts Only notify for first broadcast chunk (#9901) 2023-01-17 09:04:36 +00:00
PageTypes.ts Delete the remainder of groups (#9357) 2022-10-05 17:44:46 +00:00
PasswordReset.ts Fix some inconsistencies in error messages (#10114) 2023-02-09 10:04:54 +00:00
phonenumber.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
PlatformPeg.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
PosthogAnalytics.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
PosthogTrackers.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Presence.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Registration.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
Resend.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
Roles.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomAliasCache.ts Convert RoomAliasCache to Typescript 2021-06-07 11:01:38 +01:00
RoomInvite.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
RoomNotifs.ts Use findPredecessor in RoomNotifs#getUnreadNotificationCount (#10067) 2023-02-03 13:00:33 +01:00
Rooms.ts Prevent unnecessary m.direct updates (#9805) 2022-12-21 09:30:08 -07:00
ScalarAuthClient.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
ScalarMessaging.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
SdkConfig.ts Change the rageshake "app" for auto-rageshakes (#9909) 2023-01-16 15:00:03 +00:00
Searching.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
SecurityManager.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
SendHistoryManager.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
sendTimePerformanceMetrics.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
sentry.ts Element-R: fix rageshages (#10081) 2023-02-06 10:50:34 +00:00
shouldHideEvent.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
SlashCommands.tsx Switch to linkify-react for element Linkification as it handles React subtrees without exploding (#10060 2023-02-03 08:59:21 +00:00
SlidingSyncManager.ts More tests 2023-01-20 12:38:58 +00:00
Terms.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
TextForEvent.tsx Use js-sdk imports for poll event types instead of events-sdk (#9904) 2023-01-13 10:02:33 -07:00
theme.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
Unread.ts replace .at() with array.length-1 2023-01-18 16:43:18 +00:00
UserActivity.ts TypeScript strict fixes (#10138) 2023-02-10 18:11:57 +00:00
UserAddress.ts Remove dead code (#9035) 2022-07-11 07:52:44 +02:00
verification.ts TypeScript strict fixes (#10138) 2023-02-10 18:11:57 +00:00
Views.ts Implement Use Case Selection screen (#8984) 2022-07-13 15:43:44 +02:00
VoipUserMapper.ts TypeScript strict fixes (#10138) 2023-02-10 18:11:57 +00:00
WhoIsTyping.ts TypeScript strict fixes (#10138) 2023-02-10 18:11:57 +00:00