You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: enhance performance and UI/UX
- 【Performance】
- use web workers for sky projection calculations
- implement LOD (level of detail) for sky map rendering
- optimize data fetching with caching and timeouts
- reduce bundle size with manual chunking
- add performance monitor component
- 【UI/UX】
- improve responsive design for filters drawer and map/table panels
- add loading state for initial data loading
- enhance sky map with zoom reset button
- improve table with pagination and row selection
- 【Refactor】
- refactor sky projection logic
- memoize components and callbacks
- use requestAnimationFrame for map drawing
- 【Fix】
- fix table page size exceeding limit
* docs: update dashboard link and image
- replace streamlit dashboard gif with new dashboard gif
- update dashboard link to cosmoobs github page
* Update dashboard/src/components/PerformanceMonitor.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update dashboard/src/components/SkyMap.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update dashboard/src/components/SkyMap.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update dashboard/src/hooks/useDebounce.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* refactor: reverted sky projection with web worker
- use inline worker script to avoid bundling issues
- improve performance stats by removing async from measureRenderTime
- fix DEC parallels calculation
* feat: migrate from ngrok to zrok for tunneling
- replace ngrok with zrok for improved tunneling
- update minio endpoint url in notebooks and dashboard
- add zrok interstitial bypass header for seamless access
- implement dev proxy in vite config to inject headers and avoid cors issues
- update cutout url construction for dev and production environments
- remove ngrok-specific code and dependencies
- update image loading logic to handle zrok redirects
- update cutout card component to set alt attribute for accessibility
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
0 commit comments