event action bar, more detail view

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-04-16 11:32:42 -07:00
parent e48af81b75
commit 2676dea140
9 changed files with 116 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ struct ProfilePicView: View {
var body: some View {
if let pic = picture.flatMap({ URL(string: $0) }) {
CachedAsyncImage(url: pic) { img in
AsyncImage(url: pic) { img in
img.resizable()
} placeholder: {
Color.purple.opacity(0.1)