top site feature backend implementation

This commit is contained in:
Fabian Freund
2026-03-09 04:53:56 +01:00
parent a7b4954da1
commit 20ed5dc67c
22 changed files with 2584 additions and 3 deletions
@@ -72,9 +72,7 @@ class UrlListTile extends StatelessWidget {
child: Row(
children: [
leading ??
RepaintBoundary(
child: UrlIcon([uri], iconSize: iconSize),
),
RepaintBoundary(child: UrlIcon([uri], iconSize: iconSize)),
const SizedBox(width: 14.0),
Expanded(
child: Column(