matrix-public-archive/shared/views
Eric Eastwood 27ed76c7a9
Implement `ModalView` with native `<dialog>` element (#88)
The main benefit we're getting from this refactor is semantics, `Escape` to close modal, and focus lock.

We have one existing modal with the Developer Options.

This refactor is happening so it can be used to add a new homeserver in the homeserver selector on the room directory page, https://github.com/matrix-org/matrix-public-archive/pull/87
2022-10-19 01:04:19 -05:00
..
ArchiveRoomView.js Implement `ModalView` with native `<dialog>` element (#88) 2022-10-19 01:04:19 -05:00
CalendarView.js Fix off-by-one calendar months with time zones that are greater than UTC+0 (#86) 2022-10-18 18:36:13 -05:00
DeveloperOptionsContentView.js Implement `ModalView` with native `<dialog>` element (#88) 2022-10-19 01:04:19 -05:00
MatrixLogoView.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
ModalView.js Implement `ModalView` with native `<dialog>` element (#88) 2022-10-19 01:04:19 -05:00
NotEnoughEventsFromDaySummaryTileView.js Add linting to CI (#74) 2022-09-27 22:21:00 -05:00
RightPanelContentView.js Show surrounding messages for a full screen of content (#71) 2022-09-20 16:02:09 -05:00
RoomCardView.js Have full room description readable from tooltip (#85) 2022-10-18 18:38:00 -05:00
RoomDirectoryView.js Add search to room directory landing page (#70) 2022-09-15 20:41:55 -05:00