 Lauris SkraucisandGitHub
|
5bbccad41d
|
fix: selected calendars atom deselect calendar (#16825)
|
2024-09-26 08:26:33 +00:00 |
|
   
|
f81074c4f5
|
feat: destination calendar settings for CalendarSettings atom (#16133)
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
Co-authored-by: Morgan Vernay <morgan@cal.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
|
2024-08-15 14:31:53 -07:00 |
|
    
|
0b03bcb90e
|
feat: CalendarSettings atom (#16120)
* dumb components for calendar settings
* shadcn switch
* update exports
* update packages
* add calendar settings atom to examples app
* init calendar settings atom
* refactors
* fix import path
* export type for calendar switch props
* invalidate queries on deleting calendar credentials
* replace calendars list with calendar settings wrapper
* cleanup
* update styling
* refactors
* cleanup
* fix: missing key prop CalendarSettingsPlatformWrapper
* Label as client components
* Address client component build errors
* Move QueryCell out of packages/lib
* PR feedback
* more feedback
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
Co-authored-by: Morgan Vernay <morgan@cal.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
|
2024-08-13 21:51:29 +05:30 |
|
  
|
b46a902a3d
|
feat: api endpoints for calendar settings atom (#15761)
* calendars repository
* add disconnect endpoint
* update platform libraries to include getCalendar fn
* cleanup
* fix typings
* update calendars service to include delete credentials handler
* update typings
* add missing return
* refactor delete calendar credentials handler
* update disconnect endpoint
* fix typing
* fixup
* add handlers to insert and remove selected calendar
* init selected calendars controller
* fix naming
* output response dto for deleting calendar credentials
* fix typing
* fix merge conflicts
* resolve merge conflicts
* fixup
* cleanup
* capitalize controller name
* include selected calendars controller in selected calendars module
* fix type error
* cleanup
* fixup
* add calendars repository
* custom hook for calendar credentials
* fix typing
* cleanup
* take input from query params instead of body in delete request
* custom hook to add selected calendar
* custom hook to remove selected calendar
* better naming
* fix typo
* fixup
* update input for delete calendar query params
* address PR feedback
* add method to check calendar credentials
* abstract logic to check calendar credentials in calendars service
* resolve module errors
* export custom hooks for calendar settings
* e2e for deleting calendar credentials endpoint
* fix typo
* set authorization header to calendars post
* e2e tests for selected calendars controller
* fix output typing
* better error messages
* restructuring
* fix imports
* remove unused not found exception
* fixup! remove unused not found exception
---------
Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
Co-authored-by: Morgan Vernay <morgan@cal.com>
|
2024-07-22 17:26:39 +00:00 |
|