mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
🎨 style(contacts): fix CSS variables and add modern contact pages
- Fix CSS variable names to match shared-tailwind themes - --primary → --color-primary - --background → --color-background - --card → --color-surface - etc. - Add new contact page with modern design - Live avatar preview with initials - Section-based form with icons - Input fields with inline icons - Add contact detail page with view/edit modes - Quick actions (call, email, message) - Detail cards for contact info, work, address, notes - Favorite toggle button - Update central test user credentials (t@t.de) - Add port 5184 to CORS origins for contacts web app 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
45d70150f4
commit
a00a02a822
4 changed files with 1868 additions and 3 deletions
|
|
@ -226,8 +226,8 @@
|
|||
}
|
||||
|
||||
function fillDevCredentials() {
|
||||
email = 'till.schneider@memoro.ai';
|
||||
password = 'Aa-12345678';
|
||||
email = 't@t.de';
|
||||
password = 'testtesttest';
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue