feat: preview media in modal

closes #38
This commit is contained in:
2025-05-28 12:17:44 +01:00
parent 2ec17c6c41
commit c6168ec094
7 changed files with 77 additions and 19 deletions

View File

@ -45,6 +45,7 @@ class NoteEmbedWidget extends StatelessWidget {
},
color: LAYER_3,
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
Icon(Icons.link, size: 16),
ProfileLoaderWidget(author, (context, state) {