mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user