Add affordance to copy user's invite link if they have a code

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Nathan Sobo 2022-05-19 17:57:46 -06:00
parent a3bbabaaac
commit eedb8ba59f
21 changed files with 2412 additions and 45 deletions

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#19171c",
@ -1402,6 +1402,30 @@
"active": {
"background": "#3f3b45"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#19171c"
},
"text": {
"family": "Zed Sans",
"color": "#e2dfe7",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#e2dfe7",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#efecf4",
@ -1402,6 +1402,30 @@
"active": {
"background": "#b7b3bd"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#b7b3bd"
},
"text": {
"family": "Zed Sans",
"color": "#26232a",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#26232a",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#002b36",
@ -1402,6 +1402,30 @@
"active": {
"background": "#30525c"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#002b36"
},
"text": {
"family": "Zed Sans",
"color": "#eee8d5",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#eee8d5",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#fdf6e3",
@ -1402,6 +1402,30 @@
"active": {
"background": "#c1c5bb"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#c1c5bb"
},
"text": {
"family": "Zed Sans",
"color": "#073642",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#073642",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#202746",
@ -1402,6 +1402,30 @@
"active": {
"background": "#444c6f"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#202746"
},
"text": {
"family": "Zed Sans",
"color": "#dfe2f1",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#dfe2f1",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {

View file

@ -1256,7 +1256,7 @@
"contacts_panel": {
"padding": {
"top": 12,
"bottom": 12
"bottom": 0
},
"user_query_editor": {
"background": "#f5f7ff",
@ -1402,6 +1402,30 @@
"active": {
"background": "#bbc0d3"
}
},
"invite_row": {
"padding": {
"left": 12,
"right": 12
},
"border": {
"top": true,
"width": 1,
"color": "#bbc0d3"
},
"text": {
"family": "Zed Sans",
"color": "#293256",
"size": 14
},
"hover": {
"text": {
"family": "Zed Sans",
"color": "#293256",
"size": 14,
"underline": true
}
}
}
},
"contact_finder": {