matrix-public-archive/shared/viewmodels
Eric Eastwood 954b22995a
Add a way to select time of day (#139)
- Fix https://github.com/matrix-org/matrix-public-archive/issues/7
 - A URL with time looks like
    - `/r/too-many-messages-on-day:my.synapse.server/date/2022/11/16T23:59`
    - Or when more precision is required (seconds): `/r/too-many-messages-on-day:my.synapse.server/date/2022/11/16T23:59:59`
 - Add new custom time picker/scrubber (pictured below) with momentum scrubbing
    - Native built-in `<input type="time">` for easier picking if you prefer that and accessibility.
    - Uses localized time strings
    - Design inspired by Thiago Sanchez's *Time Zone Translate* concept, https://dribbble.com/shots/14590546-Time-Zone-Translate
2023-04-05 04:25:31 -05:00
..
ArchiveRoomViewModel.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
AvatarViewModel.js Room directory landing page v1 (#61) 2022-09-08 01:30:04 -05:00
CalendarViewModel.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
DeveloperOptionsContentViewModel.js Add support for room aliases (#107) 2022-10-27 01:09:13 -05:00
HomeserverSelectionModalContentViewModel.js Add homeserver selector to room directory landing page (#87) 2022-10-20 02:06:43 -05:00
JumpToNextActivitySummaryTileViewModel.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
JumpToPreviousActivitySummaryTileViewModel.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
ModalViewModel.js Add support for room aliases (#107) 2022-10-27 01:09:13 -05:00
RoomDirectoryViewModel.js Add support for client-side room alias hash `#` redirects to the correct URL (#111) 2022-10-28 00:32:24 -05:00
TimeSelectorViewModel.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00