SeemGen/Components/Pages
Adam f1aedcaa1e refactor: Session 1 - critical safety bug fixes
- Remove hardcoded Replicate API key -> appsettings.Development.json
- Replace static Dictionary with ConcurrentDictionary for thread safety
- Remove static myHome field; ProcessAudio2 and OpenEmailForm2 now
  use session-keyed _instances lookup for correct multi-user routing
- Register _instances cleanup in DisposeAsync
- CreateSiteWizard: Singleton -> Scoped, static _instance replaced
  with DotNetObjectReference for per-circuit JS interop
- Remove duplicate DbContext registration from Program.cs
- HandleBrandNameChanged: remove spurious async void
- UpdateTextContentForVoice: add try/catch to contain exceptions
- UI event handlers (UpdateContent/Finished/Status): early-return
  guards + try/catch with _logger instead of silent failures

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 00:44:56 +01:00
..
Admin.razor Initial commit 2025-04-01 19:18:17 +02:00
Admin.razorold..cs Initial commit 2025-04-01 19:18:17 +02:00
AgentTest.razor Agent tests, TTS and STT settings, further fixes and developments 2025-05-25 03:18:37 +02:00
AgentTestKids.razor voice fixes, custom voice for page, upload fixes, layoutbuilder, database extensions 2025-06-02 10:48:20 +02:00
Counter.razor Initial commit 2025-04-01 19:18:17 +02:00
CreateForm.razor content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
DesignTemplates.razor Initial commit 2025-04-01 19:18:17 +02:00
EditTemplate.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
Error.razor Initial commit 2025-04-01 19:18:17 +02:00
GenerateContent.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
Home.razorOLD Initial commit 2025-04-01 19:18:17 +02:00
Index.razor refactor: Session 1 - critical safety bug fixes 2026-03-07 00:44:56 +01:00
LogViewer.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
LogoGenerator.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
MainPageBase.cs refactor: Session 1 - critical safety bug fixes 2026-03-07 00:44:56 +01:00
ManageContentGroups.razor content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
ManageSiteInfo.razor content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
ManageUploads.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
Pdf-form-extractor.razor content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
Preview.razor refactor: Session 1 - critical safety bug fixes 2026-03-07 00:44:56 +01:00
PreviewSnippet.razor button clicks further development, admin area developments and fixes, snippet preview, create form 2025-04-22 18:40:04 +02:00
RadzenGridTest.razor content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
Sites.razor húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
TTSTest.razor Agent tests, TTS and STT settings, further fixes and developments 2025-05-25 03:18:37 +02:00