Web articles list

This commit is contained in:
2025-07-02 01:11:25 +08:00
parent 6f9de431b1
commit b55e56c3c4
5 changed files with 399 additions and 17 deletions

View File

@ -135,7 +135,9 @@ class ExploreScreen extends HookConsumerWidget {
),
Spacer(),
IconButton(
onPressed: () {},
onPressed: () {
context.push('/feeds/articles');
},
icon: Icon(
Symbols.auto_stories,
color: Theme.of(context).appBarTheme.foregroundColor!,