element-portable/src/components/structures
Michael Telatynski 57da29de58
Fix regression around CSS stacking contexts and PIP widgets (#12094)
* Fix CSS stacking contexts for Dialogs & PersistedElement

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

* Switch to PersistedElement sharing a CSS stacking context for z-index to continue functioning

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

* Fix Widget PIP overlay being under the widget and dragging being broken

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

* Fix border-radius on widget pip

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

* Fix majority of tests

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

* Fix jest retryTimes applying outside of CI

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

* Fix remaining tests

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

* Fix React unique key warnings

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

* Fix sticker picker

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

* id not class

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

* Fix widget pip button colour in light theme

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

* Revert unrelated change

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

---------

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-01-08 12:11:44 +00:00
..
auth Factor out post-login splash screen to a new component (#12103) 2024-01-04 18:12:08 +00:00
grouper Fix io.element.late_event received_ts vs received_at (#11789) 2023-10-25 07:01:24 +00:00
AutocompleteInput.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
AutoHideScrollbar.tsx Fix more detached DOM leaks (#10806) 2023-05-09 07:50:57 +00:00
BackdropPanel.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
ContextMenu.tsx Add arrow key controls to emoji and reaction pickers (#10637) 2023-04-20 14:56:21 +00:00
EmbeddedPage.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01: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 Migrate more strings to translation keys (#11637) 2023-09-21 09:11:26 +01: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 Prepare for switching AccessibleButton and derivatives to forwardRef (#12072) 2023-12-20 10:58:24 +00:00
LargeLoader.tsx Apply prettier formatting 2022-12-12 12:24:14 +01:00
LeftPanel.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00: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 Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +00:00
MainSplit.tsx Allow maintaining a different right panel width for thread panels (#11064) 2023-06-15 11:57:58 +00:00
MatrixChat.tsx Factor out post-login splash screen to a new component (#12103) 2024-01-04 18:12:08 +00:00
MessagePanel.tsx Render timeline separator for late event groups (#11739) 2023-10-16 14:14:04 +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 Migrate more strings to translation keys (#11665) 2023-09-25 18:12:41 +01:00
PictureInPictureDragger.tsx Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
PipContainer.tsx Fix regression around CSS stacking contexts and PIP widgets (#12094) 2024-01-08 12:11:44 +00:00
RightPanel.tsx Fix: Space scope header overflow (#11933) 2023-11-29 08:25:34 +00:00
RoomSearch.tsx Create more action_* common strings (#11438) 2023-08-23 11:57:22 +01:00
RoomSearchView.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00
RoomStatusBar.tsx Migrate more strings to translation keys (#11694) 2023-10-03 19:17:26 +01:00
RoomStatusBarUnsentMessages.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
RoomView.tsx Iterate landmarks around the app in order to improve a11y (#12064) 2023-12-20 15:32:24 +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 Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
SpaceRoomView.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
SplashPage.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
static-page-vars.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
TabbedView.tsx Fix instances of double translation and guard translation calls using typescript (#11443) 2023-08-22 16:32:05 +01:00
ThreadPanel.tsx Update dependency prettier to v3 (#12095) 2024-01-02 18:56:39 +00:00
ThreadView.tsx Create more common_* common strings (#11439) 2023-08-23 10:25:33 +01:00
TimelinePanel.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00
ToastContainer.tsx Revert "Implement new toast UI (#10467)" (#10740) 2023-04-28 14:56:26 +00:00
UploadBar.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00
UserMenu.tsx Switch AccessibleButton and derivatives to using forwardRef (#12054) 2023-12-21 08:50:42 +00:00
UserView.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00
ViewSource.tsx Migrate more strings to translation keys (#11642) 2023-09-21 18:16:04 +01:00
WaitingForThirdPartyRoomView.tsx Locallazy: Convert even more strings (#11679) 2023-10-02 11:43:00 +01:00