Commit Graph

185 Commits

Author SHA1 Message Date
eb65bea128 feat(recently-viewed-widget): Recently-Viewed Widget für Dashboard (last 5 customers + pro [tsc:fail] 2026-05-23 09:19:02 +02:00
2fe907da4e feat(breadcrumbs-everywhere): Breadcrumb auf allen List-Pages [tsc:fail] 2026-05-23 09:15:44 +02:00
43861d5ff9 feat(time-entry-clone): Clone-Button pro TimeEntry (copy + reset time) [tsc:fail] 2026-05-23 09:10:31 +02:00
969f7be8f6 feat(project-billing-rate): Project bekommt billingRate (€/h) [tsc:fail] 2026-05-23 09:08:36 +02:00
6e7f2a4514 feat(customer-contact-info): Customers: contactEmail + contactPhone optional fields [tsc:fail] 2026-05-23 09:06:25 +02:00
2f76905156 feat(pdf-improvements): Report-PDF-Endpoint verbessern mit besserer Formatierung [tsc:fail] 2026-05-23 08:59:35 +02:00
43f2e030b1 feat(budget-alerts-email): Email-Stub-Send wenn Project-Budget >100% (in webhookDispatc [tsc:fail] 2026-05-23 08:59:07 +02:00
570be9c6d8 feat(search-pagination): Pagination in search-results (10 per page) [tsc:fail] 2026-05-23 08:58:44 +02:00
c5d0d3b0ef feat(bulk-customer-tag): Bulk-Add-Tag zu mehreren Customers [tsc:fail] 2026-05-23 08:57:43 +02:00
571b564508 feat(advanced-filters): AdvancedFilters für TimeEntries: status, project, user, bill [tsc:fail] 2026-05-23 08:56:08 +02:00
f9ccda43ec feat(performance-memoization): React.memo + useMemo in heavy Lists (Customers, Projects, Ti [tsc:fail] 2026-05-23 08:54:17 +02:00
a2a81d0205 feat(hover-tooltips): Tooltip-Component (für Icon-Only-Buttons) [tsc:fail] 2026-05-23 08:52:26 +02:00
fb3a7d6c0e feat(confirm-modal): Reusable Confirm-Modal statt window.confirm() [tsc:fail] 2026-05-23 08:52:18 +02:00
5cf7aa333f feat(empty-state-illustrations): EmptyState erweitert: Emoji + bessere Hierarchie [tsc:fail] 2026-05-23 08:52:00 +02:00
902b2c536f feat(loading-skeletons): Skeleton-Component für Tabellen während Loading [tsc:fail] 2026-05-23 08:51:45 +02:00
923700986f feat(router-phase25): Mount /holidays + /role-permissions Routes [tsc:fail] 2026-05-23 08:48:40 +02:00
dc41a7463c feat(api-client-phase25): API um holidays endpoints [tsc:fail] 2026-05-23 08:47:18 +02:00
3ed9379e83 feat(role-permissions-page): Admin-Page zum Anzeigen welche Permissions welche Rolle hat [tsc:fail] 2026-05-23 08:46:36 +02:00
1f83bb7148 feat(holiday-calendar): Holiday-Tabelle + Page für admin (Feiertage definieren) [tsc:fail] 2026-05-23 08:45:57 +02:00
0de4188743 feat(default-project-per-customer): Customer kann ein default-Project haben (für Quick-Entries) [tsc:fail] 2026-05-23 08:44:06 +02:00
6f74757aff feat(working-hours-config): appSettings.workingHoursPerDay für Tagesziel-Anzeige [tsc:fail] 2026-05-23 08:43:29 +02:00
c848a2ad52 feat(export-improvements): Export-Button auch in Customers + Projects [tsc:fail] 2026-05-23 08:40:07 +02:00
667d626397 feat(project-archive-icon): Archive-Icon-Button pro Project (Soft-Archive via active=fal [tsc:fail] 2026-05-23 08:38:18 +02:00
f8aac22d93 feat(billing-history-table): Billing-Page bekommt Mock-Rechnungshistorie [tsc:fail] 2026-05-23 08:36:50 +02:00
fce954b096 feat(workspace-switcher-stub): Workspace-Switcher-Dropdown (Stub mit single workspace) [tsc:fail] 2026-05-23 08:35:42 +02:00
1e97fb28f2 feat(notification-bell): Bell-Icon in Nav mit unread count + dropdown letzte 10 Audit [tsc:fail] 2026-05-23 08:35:21 +02:00
5b41a4d49f feat(drag-resize-widgets): Dashboard-Widgets: resizable via drag-Handle (CSS-resize) [tsc:fail] 2026-05-23 08:31:53 +02:00
3da3a1eb05 feat(animated-transitions): Page-Transitions mit fade-in beim Route-Change [tsc:fail] 2026-05-23 08:30:30 +02:00
778b7426f2 feat(command-bar-actions): CommandPalette mit Aktionen (z.B. 'New TimeEntry', 'Toggle D [tsc:fail] 2026-05-23 08:29:17 +02:00
602ccce46e feat(custom-themes): 3 Color-Themes wählbar (Ember/Ocean/Forest) [tsc:fail] 2026-05-23 08:28:06 +02:00
62e135bc04 feat(workspace-logo): Logo-Feld auf appSettings + Anzeige in Nav [tsc:fail] 2026-05-23 08:27:37 +02:00
7651e9777b feat(screen-recording-attach-stub): 'Screen-Recording aufnehmen' Stub-Button (kein echtes record [tsc:fail] 2026-05-23 08:23:47 +02:00
bfae276a1e feat(ui-polish): Globale UI-Verbesserungen (hover-states, focus-rings, transi [tsc:fail] 2026-05-23 08:21:45 +02:00
2ef0824fb5 feat(project-favicons): Pro Project ein favicon (emoji oder initial) [tsc:fail] 2026-05-23 08:21:37 +02:00
1150dd635f feat(popout-tracker): Active-Timer als Popup-Window (window.open) [tsc:fail] 2026-05-23 08:19:25 +02:00
61d337844c feat(voice-input-stub): Voice-Input-Stub via Web Speech API für TimeEntry descriptio [tsc:fail] 2026-05-23 08:18:05 +02:00
8248eb910f feat(router-phase21): Mount /templates Route + Nav-Link + UndoStack global [tsc:fail] 2026-05-23 08:16:43 +02:00
e5877d05d6 feat(time-entry-templates-page): UI-Page für TimeEntry-Templates CRUD [tsc:fail] 2026-05-23 08:14:55 +02:00
f7cc7eb8fe feat(color-coded-customer-rows): Customer-Rows mit Hash-basierter Pastell-Background-Color [tsc:fail] 2026-05-23 08:13:58 +02:00
dc905cdf10 feat(smart-rounding-on-input): Bei Time-Entry-Submit: round endTime auf appSettings.roundin [tsc:fail] 2026-05-23 08:12:10 +02:00
2d04a9ae8c feat(snippet-shortcuts): Snippet-Expander: ';daily' → 'Daily standup', ';mtg' → 'Meet [tsc:fail] 2026-05-23 08:10:14 +02:00
fb67391eb8 feat(keyboard-undo-stack): Ctrl+Z für letzte delete-Action (in-memory undo-stack) [tsc:fail] 2026-05-23 08:10:01 +02:00
3cfe79a523 feat(api-client-phase20): API: pinned-customers + budget-update Endpoints [tsc:fail] 2026-05-23 08:08:44 +02:00
fc54ffeb58 feat(budget-alerts): Toast-Warning bei Project-Budget >80% und >100% [tsc:fail] 2026-05-23 08:08:01 +02:00
6fed550736 feat(github-link-on-entries): GitHub-Link-Feld pro TimeEntry (z.B. PR-URL) [tsc:fail] 2026-05-23 08:06:13 +02:00
b50cec4fe5 feat(slack-integration-stub): Slack-Integration-Stub Card auf Integrations-Page [tsc:fail] 2026-05-23 08:03:40 +02:00
04a9f3e014 feat(recurring-time-entries): Template-System für wiederkehrende Entries (z.B. Daily-Stand [tsc:fail] 2026-05-23 08:02:18 +02:00
94a5b451dc feat(time-budget-per-project): Budget-Feld (Stunden) pro Project + Anzeige used/total [tsc:fail] 2026-05-23 08:00:25 +02:00
002007a4c8 feat(router-phase19): Mount invitations + accept-invite public route [tsc:fail] 2026-05-23 07:49:19 +02:00
8b1755b085 feat(api-client-phase19): API erweitern um invitations, accept, presence [tsc:fail] 2026-05-23 07:48:04 +02:00