1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

Add icons to screen picker above app preview

This commit is contained in:
Andrew Kingston 2022-04-26 09:51:53 +01:00
parent 806217ebfb
commit 96c2163a47

View file

@ -26,6 +26,7 @@
options={$store.screens}
getOptionLabel={x => x.routing.route}
getOptionValue={x => x._id}
getOptionIcon={x => (x.routing.homeScreen ? "Home" : "WebPage")}
bind:value={$store.selectedScreenId}
/>
<StatusLight custom color={roleColor}>
@ -77,7 +78,7 @@
gap: var(--spacing-l);
}
.header-left :global(.spectrum-Picker) {
width: 200px;
width: 240px;
}
.content {
flex: 1 1 auto;