This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/platform/web/ui
Eric Eastwood c09964dc30
Add data-event-id="$xxx" attributes to timeline items for easy selecting in end-to-end tests (#690)
Split out from https://github.com/vector-im/hydrogen-web/pull/653

Example test assertions: db6d3797d7/test/e2e-tests.js (L248-L252)

```js
// Make sure the $abc event on the page has "foobarbaz" text in it
assert.match(
  dom.document.querySelector(`[data-event-id="$abc"]`).outerHTML,
  new RegExp(`.*foobarbaz.*`)
);
```
2022-03-01 18:36:14 -06:00
..
css styling for button in member details to open DM 2022-02-10 14:38:12 +01:00
general Add more HTML form and SVG elements 2022-02-25 01:40:52 -06:00
login fixup: login view styling 2022-02-10 09:40:42 +01:00
session Add data-event-id="$xxx" attributes to timeline items for easy selecting in end-to-end tests (#690) 2022-03-01 18:36:14 -06:00
avatar.js copy Daniel's conversion of html.js to TypeScript from microui 2021-09-16 10:45:06 +02:00
AvatarView.js typescriptify domain/avatar.js 2022-02-25 15:52:54 +05:30
common.js also add extra classes to legacy spinner 2022-01-17 16:31:13 +01:00
LogoutView.js hook up logout view 2022-01-17 16:31:02 +01:00
RootView.js hook up logout view 2022-01-17 16:31:02 +01:00