notification panel: rework time formatting (#8997)
Follow up of #7994 to rework the notification panel timestamps. This PR also includes some of the changes @evrsen proposed in #8996 Here is what it looks like now: https://github.com/zed-industries/zed/assets/53836821/d85450e7-eab6-4fe7-bd11-1d76c0e87258 Release Notes: - Reworked date time formatting in the chat and the notification panel - Added hover style to notifications and hovering tooltip on timestamps --------- Co-authored-by: Evren Sen <146845123+evrsen@users.noreply.github.com>
This commit is contained in:
parent
a105b5f215
commit
fb83cf2042
5 changed files with 422 additions and 103 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -9947,7 +9947,6 @@ dependencies = [
|
|||
name = "time_format"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"core-foundation",
|
||||
"core-foundation-sys 0.8.6",
|
||||
"sys-locale",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue