SurfSense/surfsense_web/app
Aditya Vaish 6037a0dc83 Fix React component loading state and unique ID issues
- Fix loading state: Initialize loading=true when searchSpaceId changes, await all fetch calls with Promise.all, and clear loading in finally block
- Fix unique ID lint issue: Replace static 'is_active' ID with React useId() generated stable ID
- Import useId hook and generate isActiveSwitchId for Switch component and Label
- Ensure loading spinner properly clears whether requests succeed or fail
- Make component more accessible with proper unique IDs
2025-10-16 10:33:51 +05:30
..
(home) fix: navbar overflow 2025-10-03 01:22:26 -07:00
api feat: contact to frontpage and biome 2025-09-30 22:15:55 -07:00
auth/callback Initial formatting using biome 2025-07-27 10:05:37 -07:00
dashboard Fix React component loading state and unique ID issues 2025-10-16 10:33:51 +05:30
db try vercel fix 2025-09-30 22:45:04 -07:00
docs Initial formatting using biome 2025-07-27 10:05:37 -07:00
favicon.ico feat: monorepo 2025-04-07 23:47:06 -07:00
globals.css Initial formatting using biome 2025-07-27 10:05:37 -07:00
layout.config.tsx Initial formatting using biome 2025-07-27 10:05:37 -07:00
layout.tsx Initial formatting using biome 2025-07-27 10:05:37 -07:00
sitemap.ts chore: updated sitemap 2025-10-02 18:13:30 -07:00