Add thumbnailing

This commit is contained in:
Jeremy Soller 2024-02-22 16:17:39 -07:00
parent f38ce15bf9
commit 9905af8f6f
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 166 additions and 43 deletions

View file

@ -632,6 +632,7 @@ impl Application for App {
}
},
),
self.tab.subscription().map(Message::TabMessage),
])
}
}