Improve error handling and navigation safety across the application

Add robust error handling for image uploads, improve navigation logic in AutocompleteSearch with toast notifications for missing identifiers, refine useIsMobile hook return type, and update Supabase function error reporting to handle non-Error types.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: a759d451-40bf-440d-96f5-a19ad6af18a8
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-10-07 15:25:37 +00:00
parent 8c2ec57f9f
commit 6737431379
11 changed files with 210 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
modules = ["nodejs-20", "web"]
modules = ["nodejs-20", "web", "deno-2"]
[nix]
channel = "stable-25_05"