Show badge when there are pending contact requests
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
c71b264786
commit
933a1f2cd6
17 changed files with 241 additions and 42 deletions
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#efecf4",
|
||||
"background": "#5852605c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#26232a"
|
||||
},
|
||||
"background": "#576ddb"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#19171c",
|
||||
"background": "#8b87922e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#e2dfe7"
|
||||
},
|
||||
"background": "#576ddb"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#ffffff",
|
||||
"background": "#2b2b2b"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#1c1c1c"
|
||||
},
|
||||
"background": "#2472f2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#000000",
|
||||
"background": "#e3e3e3"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#f8f8f8"
|
||||
},
|
||||
"background": "#484bed"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#fdf6e3",
|
||||
"background": "#586e755c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#073642"
|
||||
},
|
||||
"background": "#268bd2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#002b36",
|
||||
"background": "#93a1a12e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#eee8d5"
|
||||
},
|
||||
"background": "#268bd2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#f5f7ff",
|
||||
"background": "#5e66875c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#293256"
|
||||
},
|
||||
"background": "#3d8fd1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#202746",
|
||||
"background": "#979db42e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#dfe2f1"
|
||||
},
|
||||
"background": "#3d8fd1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue