Commit graph

384 commits

Author SHA1 Message Date
5ceb243de9 fix:build errors due to old pages 2026-03-10 08:59:39 +01:00
df1344c228 updated feature automation and feature chat playground routes 2026-03-10 08:54:41 +01:00
ValueOn AG
0dbcad771b fix: Transcript isContinuation - merged STT-Chunks updaten statt duplizieren
Made-with: Cursor
2026-03-07 02:12:22 +01:00
ValueOn AG
3aef70ab5f fix: toFixed crash bei botResponse ohne processingTime/priceCHF (greeting, commands)
Made-with: Cursor
2026-03-07 01:22:22 +01:00
ValueOn AG
31bf734def commcoach: voice state machine refactor + document handling + abort + status events
TASK 1: muted as orthogonal flag (separate from VoiceState)
TASK 2: AbortController in sendMessage (abort previous AI calls)
TASK 3: cancelPendingSpeech for text input
TASK 4: silenceTimer reduced to 1s

Made-with: Cursor
2026-03-07 01:02:15 +01:00
ValueOn AG
fe40097d33 fix: teamsbot SSE events - chatSendFailed und error handling im UI
Made-with: Cursor
2026-03-07 00:56:02 +01:00
ValueOn AG
48215f165c fix: voice transcript cascading - processedIndex nur bei Recognition-Neustart resetten
Made-with: Cursor
2026-03-06 22:55:28 +01:00
ValueOn AG
93016a7e4c commcoach: SpeechRecognition Neustart nach botSpeaking/interrupted Wechsel
Made-with: Cursor
2026-03-06 22:17:58 +01:00
bc94e52904 fix: created feature view for automation page instead of using workflow pages, updated to use pop-up component instead of hard-code 2026-03-06 15:42:20 +01:00
b13e6f105c fix: updated chatbot page to work with performance improvements 2026-03-06 15:40:51 +01:00
ValueOn AG
309d6982e8 commcoach: voice state machine replacing distributed useEffect logic
Made-with: Cursor
2026-03-06 14:43:07 +01:00
ValueOn AG
a5be7df834 commcoach: suspend speech recognition during TTS playback on mobile
Made-with: Cursor
2026-03-06 14:32:59 +01:00
ValueOn AG
bbef615e0c commcoach: add TTS audio lifecycle logging for mobile diagnosis
Made-with: Cursor
2026-03-06 14:20:42 +01:00
ValueOn AG
e91eca025a commcoach: fix mobile speech recognition restart clearing state every 5s
Made-with: Cursor
2026-03-06 14:12:31 +01:00
ValueOn AG
b28a7fcf33 commcoach: mobile debug overlay for speech recognition diagnosis
Made-with: Cursor
2026-03-06 14:07:00 +01:00
ValueOn AG
d5a4c880a4 teamsbot: SSE-Stream verbindet beim ersten Laden (sessionStatus in deps)
Made-with: Cursor
2026-03-06 13:14:25 +01:00
ValueOn AG
cb45ecd52b commcoach: unused totalWords entfernt
Made-with: Cursor
2026-03-06 12:40:06 +01:00
ValueOn AG
251a9ca1ea fixed stt procedure 2026-03-05 23:41:41 +01:00
ValueOn AG
36b8558dd0 Alle 9 Fixes sind implementiert. Hier die Zusammenfassung:
Fix 1 -- Opening-Prompt: processSessionOpening in serviceCommcoach.py prüft jetzt ob es die erste Session ist (isFirstSession) und gibt der AI einen expliziten Prompt, der das Erfinden von Kontext verbietet.
Fix 2 -- Stabiler Transcript: onresult in CommcoachCoachingView.tsx nutzt jetzt processedResultIndexRef um nur neue Results zu verarbeiten. Finalisierte Teile werden stabil akkumuliert, kein Flackern mehr.
Fix 3 -- Hintergrundgeräusche-Timeout: Neuer silenceTimerRef mit 5s Timeout. Wenn nach onspeechstart kein Text kommt, wird isUserSpeaking automatisch zurückgesetzt.
Fix 4 -- Stop-Button: "Stop" Button erscheint im Session-Header wenn TTS läuft (via isTtsPlaying State, synchronisiert per 200ms Interval mit isTtsPlayingRef).
Fix 5 -- Weitersprechen-Button: lastTtsAudioRef speichert das zuletzt gespielte Audio. stopTts setzt wasInterrupted = true. "Weitersprechen" Button erscheint nach Unterbrechung und spielt das Audio erneut ab.
Fix 6 -- Paralleles TTS: Neue _generateAndEmitTts() Hilfsfunktion. In processMessage und processSessionOpening wird TTS als asyncio.create_task parallel zu _emitChunkedResponse gestartet.
Fix 7 -- JSON-Response: Die AI antwortet jetzt als JSON mit text, speech, documents. Neuer Prompt-Block wird in buildCoachingSystemPrompt angehängt. _parseAiJsonResponse() und _saveGeneratedDocument() im Backend. processMessage und processSessionOpening nutzen die neue Struktur.
Fix 8 -- Loading-States: Neuer actionLoading State in useCommcoach. Alle async Funktionen setzen setActionLoading('key') vor dem Await und null im finally. Buttons zeigen Loading-Text und werden disabled.
Fix 9 -- Umlaute: Alle deutschen Strings in allen CommCoach-Dateien (Backend + Frontend) korrigiert: ae->ä, oe->ö, ue->ü.
2026-03-04 22:53:45 +01:00
ValueOn AG
26044ff53b fixes comm blocking bot and feedback 2026-03-04 00:09:10 +01:00
ValueOn AG
d603ee8820 2 critical fixes: pwd reset and invitation caching ui 2026-03-03 23:07:49 +01:00
ValueOn AG
5186e58e00 iteration 2 done 2026-03-03 23:02:49 +01:00
ValueOn AG
cd14e8a6fb commcoach iteration 1 completed 2026-03-03 22:04:54 +01:00
ValueOn AG
275164e7cb fixed build 2026-03-02 21:24:28 +01:00
ValueOn AG
18e6b3e4d8 fixed coaching rules 2026-03-02 21:10:36 +01:00
ValueOn AG
0518ee48d5 teamsbot: Refetch bei Session-Ende fuer vollstaendige Daten, sessionState verarbeiten
Made-with: Cursor
2026-03-02 10:24:04 +01:00
ValueOn AG
e044eed9fa fixed dossier 2026-03-02 00:56:02 +01:00
ValueOn AG
7077f02104 com feature mvp 2026-03-02 00:51:25 +01:00
ValueOn AG
543b94523a fix pipeline polling, add Swiss amount formatting, right-align numbers in tables
Made-with: Cursor
2026-03-01 21:54:57 +01:00
ValueOn AG
9865a32e99 fix(mobile): stabilize responsive layouts and action wrapping
Improve mobile and tablet usability by fixing viewport and scroll behavior, adding a mobile sidebar flow, and ensuring header action buttons wrap instead of clipping on narrow screens.

Made-with: Cursor
2026-03-01 13:46:21 +01:00
ValueOn AG
24de648252 fix(teamsbot): credential save when form visible, add debugMode merge
Made-with: Cursor
2026-03-01 10:20:09 +01:00
ValueOn AG
294710b415 fix(teamsbot): always save user credentials before session start, fix SSE reconnect loop, add stop button for pending
Made-with: Cursor
2026-03-01 09:26:46 +01:00
ValueOn AG
bc5bae7c34 feat(teamsbot): user account credentials UI and MFA challenge dialog
Made-with: Cursor
2026-03-01 08:51:18 +01:00
ValueOn AG
53dd0176b6 Harden Teams session time formatting in UI.
Prevent Invalid Date rendering for bot responses when timestamps are missing or malformed.

Made-with: Cursor
2026-02-26 21:18:21 +01:00
6ed0dee17d fix: build errors 2026-02-26 16:37:50 +01:00
50f3499fda ready for rebase 2026-02-26 16:27:08 +01:00
f0a7daea02 nicht fertig; Stand Demo Kessler 2026-02-26 15:58:11 +01:00
39e74110cd fix: sharepoint neutralisierer wieder eingebaut 2026-02-26 15:53:09 +01:00
1ff776c503 added neutralization view 2026-02-26 15:07:56 +01:00
f312cd41b1 fix: Invitation Wizard Anpassungen fertig 2026-02-26 10:46:51 +01:00
ValueOn AG
b5e9599ef0 feat: show TTS delivery status in session live view
Made-with: Cursor
2026-02-26 09:46:30 +01:00
ba06b786cc fix: moved wizard pages to subfolders for clearance 2026-02-26 08:18:49 +01:00
312efb894b Merge branch 'feat/mistral-integration' into int 2026-02-25 14:09:54 +01:00
d82bb4467c feat: integrated stripe billing 2026-02-25 08:45:12 +01:00
ValueOn AG
6f0585192a fixed cursor feature 2026-02-23 23:01:27 +01:00
ValueOn AG
60887682a5 phase 2 codeeditor 2026-02-23 22:09:33 +01:00
ValueOn AG
5d4ef43d5f codeeditor mvp phase 1 done 2026-02-23 18:35:42 +01:00
ValueOn AG
71a8bd17ac cursor-mode-integration-mvp 2026-02-23 17:13:31 +01:00
ValueOn AG
052f579232 fix remaining TS errors in TrusteePositionDocumentsView
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:55:10 +01:00
ValueOn AG
cae8386544 fix TS build errors and add position-documents API
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:51:29 +01:00
ValueOn AG
be8757e15e fixes sync and ai tree 2026-02-22 22:34:14 +01:00
ValueOn AG
843b481c36 sync trustee feature with rma 2026-02-22 00:07:40 +01:00
ValueOn AG
cdea97e2cf trustee connections 2026-02-21 00:56:50 +01:00
ValueOn AG
d45dab587f fixes admin panel 2026-02-20 23:20:20 +01:00
ValueOn AG
d4b2cb1dd6 sync features a and p 2026-02-19 00:31:37 +01:00
ValueOn AG
b5a9ee2d4a feat: add debug mode checkbox, update transfer mode descriptions
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 23:52:52 +01:00
ValueOn AG
2cf296dee6 feat: add debug screenshot viewer in session view (SysAdmin only)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 22:00:35 +01:00
ValueOn AG
32c071911a log admin 2026-02-18 21:39:45 +01:00
ValueOn AG
9793360235 security: hide system bot join mode for non-SysAdmin users
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 21:10:43 +01:00
ValueOn AG
41a4e8ffe1 refactor: UI cleanup - remove test block, backgroundImage, botAccount; add transferMode
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 18:34:35 +01:00
ValueOn AG
2e1f3a8733 fix: update hint text for single variant test
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 17:13:21 +01:00
ValueOn AG
9aaf988932 fix: frontend calls test variants individually to avoid timeout
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 16:33:36 +01:00
ValueOn AG
c56e3e669e fix: increase test-auth timeout to 900s for 5 browser variants
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:46:24 +01:00
ValueOn AG
e01f1abab4 update: 5 browser variants UI text
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:17 +01:00
ValueOn AG
b8cabe48d6 refactor: update UI for 2-path test variants
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 11:49:03 +01:00
ValueOn AG
3e2fa1a9ff feat: show multiple step screenshots per test variant
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 11:23:18 +01:00
8b8ec0c70d feat: update ProviderSelector component 2026-02-17 11:22:07 +01:00
ValueOn AG
1e41d463d1 fix(teamsbot): update auth test UI texts for 3-variant login test
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 10:24:29 +01:00
ValueOn AG
39ffce5a7d feat(teamsbot): add email+password fields to auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:33:06 +01:00
ValueOn AG
fa6277773d fix: duplicate className attribute causing build failure
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:16:48 +01:00
ValueOn AG
73bc6c08ae feat(teamsbot): show credentialDebug panel in auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:03:02 +01:00
ValueOn AG
4e41801c63 feat(teamsbot): show credentials received status in auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:55:07 +01:00
ValueOn AG
2f9de759eb feat(teamsbot): show per-variant logs in auth test UI, single direct /v2/ test
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:06:55 +01:00
ValueOn AG
ae18912e1e teams test auth bot 2026-02-16 21:37:39 +01:00
44d65992bf Merge branch 'int' of https://github.com/valueonag/frontend_nyla into int 2026-02-16 09:31:33 +01:00
1fe4f4cad9 fix:user invitations 2026-02-16 09:31:26 +01:00
ValueOn AG
823abaf9a8 feat(teamsbot): session context textarea in dashboard, API type for sessionContext
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:29:05 +01:00
ValueOn AG
cf8f4ea3be fix(teamsbot): session switcher in session view, fix navigation from dashboard details button
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:02:44 +01:00
ValueOn AG
7366da06ac feat(teamsbot): per-user settings API, system bot admin API, credentials removed from settings UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:16:03 +01:00
ValueOn AG
dffebc8d73 feat(teamsbot): join mode selector, response channel setting, API types for chat and join modes
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:07:52 +01:00
ValueOn AG
356acb1ca2 fix(teamsbot): use React Router navigation for session links instead of href (preserves context)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 13:02:49 +01:00
ValueOn AG
8669a5916f feat(teamsbot): bot account settings UI for dedicated Microsoft account
- New "Bot-Account (Microsoft)" section in TeamsbotSettingsView
- Email and password fields for dedicated bot account
- Hint about MFA requirement
- Updated API types: botAccountEmail, botAccountPassword in Config interfaces

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:56:05 +01:00
ValueOn AG
7421aebf74 feat(teamsbot): session auto-refresh polling for dashboard and session view
- Dashboard: poll sessions every 10s when active sessions exist
- Session view: poll every 5s as fallback when SSE not connected

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:05:58 +01:00
ValueOn AG
40fe8a0a31 feat(billing): scope filter, user balance cards, CSV export fix
- Scope dropdown (Meine Kosten / Mandant / Alle) on Overview and Statistics tabs
- All user balance cards shown in Overview when scope is mandate or all
- Balance cards and statistics react to scope selection
- CSV export endpoint fixed: /api/billing/view/users/transactions
- Scope selector hidden on Transactions tab (FormGeneratorTable handles own filters)
- Fixed unused VoiceLanguage import in TeamsbotSettingsView

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:44:25 +01:00
ValueOn AG
c58bc77154 feat(teamsbot): dynamic voice API, session auto-load, clean API types
- Dynamic language list from Google TTS API (string codes instead of objects)
- Voice test sends botName for AI-generated sample text per language
- Session view auto-loads most recent session when no sessionId given
- Shows "Keine Sitzungen vorhanden" when no sessions exist
- Updated testVoice API to pass botName instead of static text

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:08:51 +01:00
ValueOn AG
76dd20c1ce fix: add teamsbot to FEATURE_REGISTRY, fix duplicate key warning
- Added teamsbot feature config to FEATURE_REGISTRY with labels (Teams Bot)
  and view definitions (Dashboard, Sessions, Settings)
- Fixed React key warning in language dropdown (duplicate language codes from Google TTS API)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 09:43:53 +01:00
ValueOn AG
09dd6e9096 fix: add missing teamsbot settings route in App.tsx
The /settings route for teamsbot feature instances was missing from App.tsx,
causing a blank page when navigating to the settings view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 09:32:07 +01:00
ValueOn AG
02a8bcb19f feat(teamsbot): dynamic language and voice selection from Google TTS API
- Replaced static VOICE_PRESETS with dynamic API calls to /voice-google/languages and /voice-google/voices
- Languages and voices loaded from Google Cloud TTS at runtime
- Voice dropdown updates automatically when language changes
- Added fetchLanguages() and fetchVoices() API functions with VoiceLanguage/VoiceOption types
- Test button uses bot name in sample text for personalized preview
- Fallback to basic language options if API unavailable

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:31:15 +01:00
ValueOn AG
e1e83d7d93 feat(teamsbot): voice selection with test button, browserBotUrl config
- TeamsbotSettingsView: voice dropdown with predefined Google TTS voices per language
- Voice test button with audio preview (plays TTS sample in browser)
- Language change auto-selects first matching voice
- Updated config interfaces: bridgeUrl -> browserBotUrl
- Added testVoice API function

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:25:36 +01:00
ValueOn AG
30d23ac7df fix: restore navigation tree structure and missing routes after merge damage
Restores functionality lost during merge of feat/real-estate into int (00f2158, 13 Feb):

MandateNavigation.tsx:
- Restored 3-section collapsible navigation: Meine Sicht, dynamic mandates (flat), Administration
- Reverted to flat instance structure (Mandate > Instance with feature icon > Views)
- Original commit: 4231727 (10 Feb, enhanced generic navigation tree)

App.tsx:
- Restored FileProvider wrapper around MainLayout
- Restored Billing routes (/billing/transactions)
- Restored Admin routes: /admin/billing, /admin/automation-events
- Restored Admin index redirect (/admin -> /admin/access)
- Re-added missing imports: FileProvider, BillingDataView, BillingAdmin, AdminAutomationEventsPage

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 02:15:44 +01:00
6272d21942 fix:zugriffsverwaltung liess sich nicht öffnen 2026-02-14 17:59:28 +01:00
9d365aa65a build errors 2026-02-14 17:42:53 +01:00
1829c1c4ad updated pek pages 2026-02-14 17:34:04 +01:00
ValueOn AG
c1204697f4 fix: resolve merge conflict in TeamsbotSettingsView
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 12:43:50 +01:00
Patrick Motsch
cbb1614594
Merge branch 'int' into feat/auxiliaries2 2026-02-13 12:40:57 +01:00
7e3bc59581 fix:build error 2026-02-13 11:45:47 +01:00
ValueOn AG
92bf11c809 fixed stricts 2026-02-13 11:25:37 +01:00
97a164f682 fix:merge conflicts 2026-02-13 10:42:08 +01:00
00f2158040 Merge branch 'feat/real-estate' into int 2026-02-13 10:38:04 +01:00
48d3cfcd3e fix:merge conflicts 2026-02-13 10:31:55 +01:00
ValueOn AG
070ef8c98f teams bridge 2026-02-13 07:27:37 +01:00
ValueOn AG
012d4ef4d3 teamsbot 2026-02-13 00:00:26 +01:00
ValueOn AG
bd9807e06e fixes mandate vars 2026-02-12 13:52:54 +01:00
ValueOn AG
d8e51c3d0a fixed cache and locals issues 2026-02-12 13:49:03 +01:00
e6fdc53dd8 fix: import error 2026-02-12 10:16:50 +01:00
Stephan Schellworth
78fd0a6b17 feat(realestate): PEK map and address UI, realestate views, feature-instance routes 2026-02-12 09:29:49 +01:00
02ccadc192 feat:extended BZO information 2026-02-12 09:27:00 +01:00
ValueOn AG
95780a9911 fixes 2026-02-12 01:40:04 +01:00
ValueOn AG
eb02c1073d fix: remove unused useMemo import and fix optimisticMessage type mismatch
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 00:45:26 +01:00
ValueOn AG
a83aa31df7 fixed 3 issues 2026-02-12 00:42:09 +01:00
ValueOn AG
def3ba06de Fixed 3 issues:
AdminAutomationEventsPage.tsx — removed the unused _event variable entirely (it was never referenced).
AutomationTemplatesPage.tsx — removed FaCopy from the import (no longer used after switching to type: 'copy').
AutomationsPage.tsx — same, removed the now-unused FaCopy import.
2026-02-12 00:41:51 +01:00
ValueOn AG
d2a2cfbd10 Fixed issues:
AdminAutomationEventsPage.tsx — removed the unused _event variable entirely (it was never referenced).
AutomationTemplatesPage.tsx — removed FaCopy from the import (no longer used after switching to type: 'copy').
AutomationsPage.tsx — same, removed the now-unused FaCopy import.
2026-02-12 00:41:30 +01:00
ValueOn AG
573a77be0b deploy fix 2026-02-12 00:39:51 +01:00
ValueOn AG
9312e76737 fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
ValueOn AG
7798463e24 enhanced invitation 2026-02-10 10:56:28 +01:00
ValueOn AG
7077e75fc7 fix 02 2026-02-10 09:25:48 +01:00
ValueOn AG
7b5ac4e11c debug invitation issue on int 2026-02-10 09:22:47 +01:00
ValueOn AG
44283cd5c2 fixed mandate routing 2026-02-10 01:44:28 +01:00
ValueOn AG
861bec31cb fixes 2026-02-10 00:25:29 +01:00
ValueOn AG
4231727544 enhanced generic navigation tree 2026-02-10 00:10:10 +01:00
ValueOn AG
2a1cd2ef64 logical fixes 2026-02-09 23:45:05 +01:00
ValueOn AG
75125e3f58 streamlined bootstrap and initial config 2026-02-09 12:49:39 +01:00
ValueOn AG
15c93b3bf0 billing rbac 2026-02-08 16:14:06 +01:00
ValueOn AG
8f29bdb270 fiixed feature instance role access 2026-02-08 14:26:06 +01:00
ValueOn AG
2cbee8fe57 fixes 2026-02-08 14:00:13 +01:00
ValueOn AG
2fdb09df01 admin views fixes 2026-02-08 13:28:35 +01:00
ValueOn AG
fcb8500104 fixed billing transactions mapping and added reporting 2026-02-08 13:15:23 +01:00
ValueOn AG
3d75880d13 fixed stats and billing sync 2026-02-08 01:44:48 +01:00
ValueOn AG
148412c31c revised state machine for workflow backend and ui 2026-02-08 00:25:53 +01:00
ValueOn AG
a544ab2c78 billing fixes 2026-02-06 16:18:44 +01:00
ValueOn AG
46e58bf019 billing integration into ai workflow 2026-02-04 22:10:45 +01:00
ValueOn AG
919f6e4b7d billing initial 2026-02-04 21:51:20 +01:00
ValueOn AG
ff1caba925 admin pages streamlined 2026-02-04 14:09:51 +01:00
ValueOn AG
932bc3e11b fix page zugriffsverwaltung - buttons removed 2026-02-04 00:05:18 +01:00
ValueOn AG
fe5f4bf188 automation template/definition editor 2026-02-03 23:42:19 +01:00
ValueOn AG
8d86c166d0 automation template management and fix admin center 2026-02-03 21:29:53 +01:00
1863ca9fd0 test commit 2026-02-03 08:54:18 +01:00
Stephan Schellworth
557deb11ac RealEstate/PageManager: Dashboard, Parcels, Projects, useRealEstate, realEstateApi, FeatureView, MandateNavigation, UiComponents, docs BACKEND_DRIVEN_RENDERING 2026-02-03 08:40:23 +01:00
Stephan Schellworth
83530a44bd Admin UX: Zugriffsverwaltung-Hub, InstanceDetailModal, PermissionMatrix, Wizard, Sidebar-Links, Hierarchie-Styling (mandateRow Glow/Glassmorph) 2026-02-03 08:33:28 +01:00
1342bdbcca fixed chatbot functionality 2026-01-30 14:04:56 +01:00
Stephan Schellworth
845094a40a feat(realestate): PEK map and address UI, realestate views, feature-instance routes 2026-01-30 11:26:58 +01:00
3388002330 build fixes 2026-01-29 16:57:26 +01:00
0af4d7c30b feat:chatbot dynamisch geladen 2026-01-29 15:37:38 +01:00
9b10f73d09 build errors 2026-01-29 10:14:33 +01:00
386b710c53 removed legacy code 2026-01-29 10:06:10 +01:00
1f87e00339 feat:extended BZO information 2026-01-27 14:29:30 +01:00
04590b78c9 fixed merge conflicts 2026-01-27 09:25:59 +01:00
ValueOn AG
4620cc2b99 fix/crosstable-trustee 2026-01-26 23:48:14 +01:00
ValueOn AG
f41e6d0088 fixed ai call end to end with saas multimandate 2026-01-26 23:26:34 +01:00
1cb9503c93 fix: build 2026-01-26 10:55:16 +01:00