Z-2276/Z-2275: Project & Branch switchers (#2662)

This PR adds project and branch switchers in top left corner. 

Release Notes:
- Added a project & branch switcher under project name.
This commit is contained in:
Nate Butler 2023-07-05 13:09:40 -04:00 committed by GitHub
commit 76873c508a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 601 additions and 68 deletions

View file

@ -110,5 +110,23 @@ export default function picker(): any {
top: 8,
},
},
header: {
text: text(theme.lowest, "sans", "variant", { size: "xs" }),
margin: {
top: 1,
left: 8,
right: 8,
},
},
footer: {
text: text(theme.lowest, "sans", "variant", { size: "xs" }),
margin: {
top: 1,
left: 8,
right: 8,
},
}
}
}