♻️ Updated nav & account page two column design

This commit is contained in:
2025-03-27 22:42:44 +08:00
parent f78d3f4fd5
commit 12d03836f9
5 changed files with 182 additions and 136 deletions

View File

@ -141,15 +141,6 @@ class AccountScreen extends StatelessWidget {
],
)
: null,
actions: [
IconButton(
icon: const Icon(Symbols.settings, fill: 1),
onPressed: () {
GoRouter.of(context).pushNamed('settings');
},
),
const Gap(8),
],
),
body: SingleChildScrollView(
child: ua.isAuthorized