riot-web/src/components/structures
Michael Telatynski c1d4199b02
Upgrade target to es2022 (#12852)
* Upgrade target to es2021

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Upgrade to es2022

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix babel config

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix React contexts

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Fix React state

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

* Iterate

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-08-01 16:14:28 +00:00
..
auth Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
grouper Adept KnownMembership imports for new location in types 2024-03-18 14:43:08 +00:00
AutoHideScrollbar.tsx Fix more detached DOM leaks (#10806) 2023-05-09 07:50:57 +00:00
AutocompleteInput.tsx Clear autocomplete input on selection accept (#12709) 2024-07-02 09:38:20 +00:00
BackdropPanel.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
ContextMenu.tsx Replace setImmediate with setTimeout (#12614) 2024-06-13 15:15:59 +01:00
EmbeddedPage.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
ErrorMessage.tsx Use compound icons (#10292) 2023-03-08 11:11:01 +01:00
FileDropTarget.tsx Migrate more strings to translation keys (#11637) 2023-09-21 09:11:26 +01:00
FilePanel.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
GenericDropdownMenu.tsx Switch AccessibleButton and derivatives to using `forwardRef` (#12054) 2023-12-21 08:50:42 +00:00
GenericErrorPage.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
HomePage.tsx Fix invisible avatar on home page (#11977) 2023-11-29 16:18:29 +00:00
IndicatorScrollbar.tsx Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
InteractiveAuth.tsx Avoid using deprecated exports & methods from matrix-js-sdk (#12359) 2024-03-25 12:21:02 +00:00
LargeLoader.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
LeftPanel.tsx Accessibility: Add Landmark navigation (#12190) 2024-07-17 14:46:45 +01:00
LegacyCallEventGrouper.ts Switch to importing @types/{event,partials} from main js-sdk export (#11369) 2023-08-08 10:12:12 +00:00
LoggedInView.tsx Accessibility: Add Landmark navigation (#12190) 2024-07-17 14:46:45 +01:00
MainSplit.tsx Allow maintaining a different right panel width for thread panels (#11064) 2023-06-15 11:57:58 +00:00
MatrixChat.tsx Update toast styles to match Figma (#12833) 2024-07-30 12:57:15 +00:00
MatrixClientContextProvider.tsx New context for local device verification (#12417) 2024-04-16 09:43:27 +00:00
MessagePanel.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
NonUrgentToastContainer.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
NotificationPanel.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
PictureInPictureDragger.tsx Replace setImmediate with setTimeout (#12614) 2024-06-13 15:15:59 +01:00
PipContainer.tsx Fix regression around CSS stacking contexts and PIP widgets (#12094) 2024-01-08 12:11:44 +00:00
ReleaseAnnouncement.tsx TAC: Release Announcement (#12380) 2024-04-08 08:43:59 +00:00
RightPanel.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
RoomSearch.tsx Create more `action_*` common strings (#11438) 2023-08-23 11:57:22 +01:00
RoomSearchView.tsx Redesign room search interface (#12677) 2024-07-08 09:57:41 +00:00
RoomStatusBar.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
RoomStatusBarUnsentMessages.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
RoomView.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
ScrollPanel.tsx Enable strictFunctionTypes (#11201) 2023-07-07 13:37:26 +01:00
SearchBox.tsx Conform more of the codebase to `strictNullChecks` (#10731) 2023-04-28 09:45:36 +01:00
SpaceHierarchy.tsx Tooltip: improve accessibility of spaces (#12497) 2024-05-03 14:07:11 +00:00
SpaceRoomView.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
SplashPage.tsx Enable `@typescript-eslint/explicit-function-return-type` in /src (#9788) 2023-01-12 13:25:14 +00:00
TabbedView.tsx Show tooltips on narrow tabbed views (#12624) 2024-06-14 14:17:46 +00:00
ThreadPanel.tsx Update compound-design-tokens to satisfy compound-web peer dependency (#12808) 2024-07-24 09:49:33 +00:00
ThreadView.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
TimelinePanel.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
ToastContainer.tsx Update toast styles to match Figma (#12833) 2024-07-30 12:57:15 +00:00
UploadBar.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00
UserMenu.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
UserView.tsx Upgrade target to es2022 (#12852) 2024-08-01 16:14:28 +00:00
ViewSource.tsx Migrate more strings to translation keys (#11642) 2023-09-21 18:16:04 +01:00
WaitingForThirdPartyRoomView.tsx Redesign room search interface (#12677) 2024-07-08 09:57:41 +00:00
static-page-vars.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00