+4
e29f6af540
feat(insights): add progress indicator to download button on /insights and /insights/routing (CAL-5408) ( #20631 )
...
* feat(insights): add progress indicator to routing form responses download button (CAL-5408)
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: address PR feedback - remove initial progress update and ensure no decimal parts in percentage
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* feat(insights): add progress indicator to Download component
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* feat: paginate rawData endpoint and implement batch fetching in Download component
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* refactor: simplify pagination logic in trpc-router.ts
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* show progress on tooltip
* fix download for /insights
* fix download when there is no data
* feat: replace tooltip progress indicator with toast notification
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: remove duplicate ProgressToast component from showToast.tsx
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: export ProgressToast component from index.ts
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* fix: add missing translation for downloading_data
Co-Authored-By: eunjae@cal.com <eunjae@cal.com >
* update progress toast implementation
* fix error
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: eunjae@cal.com <eunjae@cal.com >
Co-authored-by: Eunjae Lee <hey@eunjae.dev >
2025-04-23 15:59:09 +02:00
Eunjae Lee and GitHub
eafb61f515
fix: apply standard pagination to /insights/routing ( #19950 )
...
* fix: apply standard pagination to /insights/routing
* fix type error
* max limit
2025-03-11 16:51:11 +00:00
Alex van Andel and GitHub
07accf700e
refactor: Enabling typescript 5.3.3 in @calcom/trpc ( #19394 )
...
* Refactors related to enabling typescript 5.3.3 in @calcom/trpc
* Also skip respective tests (obviously logic is broken)
* This causes problems for some reason, revert
* Bring back QueryCell as it's used by atoms
2025-02-21 13:22:31 +00:00
Eunjae Lee and GitHub
fdc8e084ea
fix: stats on /insights/routing ( #18985 )
...
* fix: replace filter implementation on /insights/routing
* remove unused functions
* fix type error
* refactor: extract insights parameters
* remove FiltersProvider
2025-01-31 17:16:53 +01:00
Eunjae Lee and GitHub
b234b16ad0
fix: convert People filter on /insights/routing from single select to multi select ( #18735 )
2025-01-24 17:15:49 +00:00
fefb6acc57
feat: download insights raw data as csv ( #11645 )
...
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
2023-10-16 13:27:25 +02:00