feature: remove sidebar & redesign top navbar

This commit is contained in:
Jordan Knott
2020-06-23 15:20:53 -05:00
parent fd7c006b73
commit 57382de9d0
78 changed files with 4124 additions and 465 deletions

View File

@ -0,0 +1,14 @@
query users {
users {
id
email
fullName
username
profileIcon {
url
initials
bgColor
}
}
}