* Add new e2e icon for the member tile * Add new presence icon for member tile * Implement new member tile * Implement memberlist view model * Implement new memberlist header view * Support the new memberlist in Diasambiguated profile 1. Use MemberInfo instead of RoomMember 2. CSS changes to reflect the new design * Implement new memberlist view * Add and use a new overflow component We used the EntityTile component as a pretend overflow tile in some places. This new lighter component is added so that we can remove the complex EntityTile component. * Remove old code * Add/remove css files from _components.pcss * Increase minimum width as per design * Actually use the new memberlist view * Fix broken jest tests * Add jest tests * Playwright: Make it possible to disable presence * Add playwright tests * Fix lint error * Undo translation changes that must be done via localazy * Update license header * Use waitFor instead of setTimeout * Remove comment * Switch over from template to container hs * Revert unintended change * Move config to top level |
||
|---|---|---|
| .. | ||
| __snapshots__ | ||
| accessibility | ||
| actions/handlers | ||
| async-components | ||
| audio | ||
| autocomplete | ||
| components | ||
| contexts | ||
| customisations | ||
| dispatcher | ||
| editor | ||
| events | ||
| hooks | ||
| i18n | ||
| images | ||
| integrations | ||
| models | ||
| modules | ||
| notifications | ||
| settings | ||
| stores | ||
| toasts | ||
| utils | ||
| vector | ||
| widgets | ||
| Avatar-test.ts | ||
| ContentMessages-test.ts | ||
| DecryptionFailureTracker-test.ts | ||
| DeviceListener-test.ts | ||
| HtmlUtils-test.tsx | ||
| Image-test.ts | ||
| KeyBindingsManager-test.ts | ||
| LegacyCallHandler-test.ts | ||
| Lifecycle-test.ts | ||
| Markdown-test.ts | ||
| MatrixClientPeg-test.ts | ||
| MediaDeviceHandler-test.ts | ||
| Modal-test.ts | ||
| Notifier-test.ts | ||
| PosthogAnalytics-test.ts | ||
| PreferredRoomVersions-test.ts | ||
| README.md | ||
| Reply-test.ts | ||
| RoomNotifs-test.ts | ||
| Rooms-test.ts | ||
| ScalarAuthClient-test.ts | ||
| SdkConfig-test.ts | ||
| SecurityManager-test.ts | ||
| SlashCommands-test.tsx | ||
| SlidingSyncManager-test.ts | ||
| SupportedBrowser-test.ts | ||
| Terms-test.tsx | ||
| TestSdkContext.ts | ||
| TextForEvent-test.ts | ||
| TimezoneHandler-test.ts | ||
| Unread-test.ts | ||
| UserActivity-test.ts | ||
| WorkerManager-test.ts | ||
| createRoom-test.ts | ||
| email-test.ts | ||
| favicon-test.ts | ||
| languageHandler-test.tsx | ||
| linkify-matrix-test.ts | ||
| submit-rageshake-test.ts | ||
| theme-test.ts | ||
| useTopic-test.tsx | ||
README.md
Any UTs for vector-web layer components or functionality should go here. This used to contain the UTs for notifications before they got moved to react-sdk.