fix(gtm): Fix white screen and implement URL persistence v2.6.1

- Fixed TypeError in SessionBrowser by adding defensive checks for the sessions array.
- Implemented mandatory URL persistence: The research URL is now saved in DB, shown in UI, and included in reports.
- Added 'Start New Analysis' button to the session browser for better UX flow.
- Updated documentation to reflect v2.6.1 changes.
This commit is contained in:
2026-01-08 21:36:42 +00:00
parent 9f65a1b01b
commit 84fc0b91b0
7 changed files with 231 additions and 281 deletions

View File

@@ -168,5 +168,6 @@ export interface ProjectHistoryItem {
productName: string;
productCategory: string;
productDescription: string;
sourceUrl: string;
productThumbnail?: string; // Optional for now
}