zed/crates/collab_ui/src
Marshall Bowers 0de8672044
Add SystemClock (#8239)
This PR adds a `SystemClock` trait for abstracting away the system
clock.

This allows us to swap out the real system clock with a
`FakeSystemClock` in the tests, thus allowing the fake passage of time.

We're using this in `Telemetry` to better mock the clock for testing
purposes.

Release Notes:

- N/A
2024-02-22 22:28:08 -05:00
..
chat_panel Add SystemClock (#8239) 2024-02-22 22:28:08 -05:00
collab_panel recent projects: cleanup ui (#7528) 2024-02-19 14:37:52 +02:00
notifications Initialize the SystemAppearance using the app's global window appearance (#7508) 2024-02-07 11:51:18 -05:00
channel_view.rs Links to channel notes (#7262) 2024-02-01 22:22:02 -07:00
chat_panel.rs chat: auto detect links (#8028) 2024-02-19 21:49:47 -07:00
collab_panel.rs Tidy up indicators in collab panel (#8214) 2024-02-22 13:30:43 -05:00
collab_titlebar_item.rs talkers (#8158) 2024-02-22 10:07:36 -07:00
collab_ui.rs revert single channel click (#7738) 2024-02-13 12:53:49 -07:00
face_pile.rs
notification_panel.rs
notifications.rs
panel_settings.rs