matrix-public-archive/shared
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
..
lib Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
viewmodels Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
views Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
.eslintrc.json Stop restarting server when the client bundle updates 2022-02-15 17:30:30 -06:00
hydrogen-vm-render-script.js Add a way to select time of day (#139) 2023-04-05 04:25:31 -05:00
room-directory-vm-render-script.js Updates to be compatible with the latest Hydrogen changes (rename `urlCreator` -> `urlRouter`) (#134) 2022-11-10 17:37:08 -06:00