moved from a list to a custom view for the symbol picker it looks beautiful imo

- animations!!
symbol preview doesnt have a glow if its "small"
added a blur on connectionview if the symbol picker popover is visible
 - need to figure out how to animate it dipping
This commit is contained in:
neon443
2025-08-05 19:30:35 +01:00
parent a4d64ce18a
commit 14e24008c4
3 changed files with 36 additions and 26 deletions

View File

@@ -17,15 +17,9 @@ struct HostSymbolPreview: View {
HStack(alignment: .center, spacing: 5) {
Text(label)
.font(.headline)
ZStack(alignment: .center) {
symbol.image
.resizable().scaledToFit()
.symbolRenderingMode(.monochrome)
.blur(radius: 1)
symbol.image
.resizable().scaledToFit()
.symbolRenderingMode(.monochrome)
}
symbol.image
.resizable().scaledToFit()
.symbolRenderingMode(.monochrome)
}
} else {
ZStack(alignment: .center) {