managarten/packages/shared-ui/src/settings
Till-JS dd40bb40e7 feat(contacts): add duplicate detection, photo upload, and batch operations
- Add duplicate detection service with merge functionality
  - Find duplicates by email, phone, or name
  - Merge contacts with field selection UI
  - Dismiss false positives

- Add contact photo upload
  - Upload photos to MinIO/S3 storage
  - Display photos in all contact views
  - Delete photo functionality

- Add batch operations for multiple contacts
  - Selection mode with checkboxes in all views
  - Batch delete, archive, and favorite actions
  - Fixed-height action bar to prevent layout shifts

- Add multiple contact view modes
  - List view, Grid view, Alphabet view
  - View mode toggle component
  - Sort by first/last name

- Increase avatar sizes across all views

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 17:45:29 +01:00
..
GlobalSettingsSection.svelte feat: add global start page setting across all apps 2025-12-04 16:31:04 +01:00
index.ts feat(todo): add comprehensive settings page with 20+ preferences 2025-12-09 13:30:02 +01:00
SettingsCard.svelte feat(contacts): add duplicate detection, photo upload, and batch operations 2025-12-09 17:45:29 +01:00
SettingsDangerButton.svelte fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
SettingsDangerZone.svelte fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
SettingsNumberInput.svelte feat(todo): add comprehensive settings page with 20+ preferences 2025-12-09 13:30:02 +01:00
SettingsPage.svelte fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
SettingsRow.svelte feat(contacts): add duplicate detection, photo upload, and batch operations 2025-12-09 17:45:29 +01:00
SettingsSection.svelte feat(contacts): add duplicate detection, photo upload, and batch operations 2025-12-09 17:45:29 +01:00
SettingsSelect.svelte feat(todo): add comprehensive settings page with 20+ preferences 2025-12-09 13:30:02 +01:00
SettingsTimeInput.svelte feat(todo): add comprehensive settings page with 20+ preferences 2025-12-09 13:30:02 +01:00
SettingsToggle.svelte feat(contacts): add duplicate detection, photo upload, and batch operations 2025-12-09 17:45:29 +01:00