SurfSense/surfsense_web/app/dashboard
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
..
[search_space_id] Fix React component loading state and unique ID issues 2025-10-16 10:33:51 +05:30
api-key biome checks 2025-10-04 12:20:28 -07:00
searchspaces feat: added contact and pricing 2025-09-30 20:27:34 -07:00
layout.tsx feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
page.tsx biome checks 2025-10-04 12:20:28 -07:00