element-web/test/components/views
Andy Balaam c496985ff3
Show a tile for an unloaded predecessor room if it has via_servers (#10483)
* Improve typing in constructor of RoomPermalinkCreator

* Provide via servers if present when navigating to predecessor room from Advanced Room Settings

* Show an error tile when the predecessor room is not found

* Test for MatrixToPermalinkConstructor.forRoom

* Test for MatrixToPermalinkConstructor.forEvent

* Display a tile for predecessor event if it contains via servers

* Fix missing case where event id is provided as well as via servers

* Refactor RoomPredecessor tests

* Return lost filterConsole to its home

* Comments for IState in AdvancedRoomSettingsTab

* Explain why we might render a tile even without prevRoom

* Guess the old room's via servers if they are not provided

* Fix TypeScript errors

* Adjust regular expression (hopefully) to avoid potential catastrophic backtracking

* Another attempt at avoiding super-liner regex performance

* Tests for guessServerNameFromRoomId and better implementation

* Further attempt to prevent backtracking

---------

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
2023-04-12 15:26:45 +00:00
..
audio_messages Update tests to prefer RTL over Enzyme (#10247 2023-02-28 08:58:23 +00:00
auth Add ESLint Jest (#10261) 2023-03-01 16:23:35 +01:00
avatars
beacon Conform more of the codebase to strictNullChecks (#10518 2023-04-06 11:10:14 +01:00
beta
context_menus Show "Invite" menu option if "UIComponent.sendInvites" is enabled. (#10363) 2023-03-28 09:10:18 +13:00
dialogs Fix send two join requests when joining a room from spotlight search (#10534) 2023-04-06 14:02:18 +00:00
elements Apply strictNullChecks to src/components/views/elements/* (#10462 2023-03-29 08:23:54 +01:00
emojipicker
location
messages Show a tile for an unloaded predecessor room if it has via_servers (#10483) 2023-04-12 15:26:45 +00:00
polls/pollHistory replace Polls history strings with Poll history (#10454) 2023-03-28 22:13:51 +00:00
right_panel replace Polls history strings with Poll history (#10454) 2023-03-28 22:13:51 +00:00
rooms Handle /me in rte (#10558) 2023-04-11 08:23:03 +00:00
settings Show a tile for an unloaded predecessor room if it has via_servers (#10483) 2023-04-12 15:26:45 +00:00
spaces Support dynamic room predecessors in AddExistingToSpaceDialog (#10342) 2023-03-09 17:17:28 +00:00
typography Notifications: inline error message on notifications saving error (#10288) 2023-03-13 21:59:04 +00:00
user-onboarding Remove feedback buttons from onboarding, search, and spaces (#10506) 2023-04-05 12:17:25 +01:00
voip
Validation-test.ts