Jump to time option in room timeline (#2377)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Tue, 15 Jul 2025 12:41:33 +0000 (18:11 +0530)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 12:41:33 +0000 (22:41 +1000)
commit50cc78788f8b1da50898b9863fdba9b714550e52
tree9b62baba53efec8eab5aa405e4115e7507438c84
parentc462a3b8d5f9948eed3de76c1c3180d41a00fbdc
Jump to time option in room timeline (#2377)

* add time and date picker components

* add time utils

* add jump to time in room timeline

* fix typo causing crash in safari
src/app/components/time-date/DatePicker.tsx [new file with mode: 0644]
src/app/components/time-date/PickerColumn.tsx [new file with mode: 0644]
src/app/components/time-date/TimePicker.tsx [new file with mode: 0644]
src/app/components/time-date/index.ts [new file with mode: 0644]
src/app/components/time-date/styles.css.ts [new file with mode: 0644]
src/app/features/room/RoomViewHeader.tsx
src/app/features/room/jump-to-time/JumpToTime.tsx [new file with mode: 0644]
src/app/features/room/jump-to-time/index.ts [new file with mode: 0644]
src/app/utils/time.ts