Add Profile screen with name, title, company, phone, signature settings

This commit is contained in:
2026-01-27 22:59:25 +00:00
parent 99f0983446
commit 25733fe90b
4 changed files with 280 additions and 8 deletions

View File

@@ -34,14 +34,6 @@ class _ClientsScreenState extends ConsumerState<ClientsScreen> {
return Scaffold(
appBar: AppBar(
title: const Text('Clients'),
actions: [
IconButton(
icon: const Icon(Icons.logout),
onPressed: () async {
await ref.read(authStateProvider.notifier).signOut();
},
),
],
),
body: Column(
children: [