cal/packages/app-store
Leo Giovanetti d55ffe8d9d
Feat: v2 App Store / Installed Apps (#4220)
* First commit

* Additional changes to meet designs

* Fixing app details disconnect button
App Store category filtering fixed

* Further changes for the fix

* Progress on various fronts

* Fixing e2e tests

* second try fixing e2e tests

* Yet again trying to fix e2e tests

* Missing action for non-credential flow

* Adding missing Add button

* Final tweaks and fixes

* Missing button in empty screen

* fix border radius

* EmptyScreen for calendar

* Dynamic installed app return page with highlights + other fixes

* Removing unneeded code

* App Store V2 Improvements over feat/v2-installed-apps (#4379)

* Removing unneeded text

* Fixing app details disconnect button and number of apps (#4305)

* V2 Settings Shell - Add Teams Section & UI fixes (#4347)

* Add teams to sidebar and fix UI

* Clean up

* V2 Multi-select (Team Select) (#4324)

* --init

* design improved

* further fine tuning

* more fixes

* removed extra JSX tag

* added story

* NIT

* revert to use of CheckedTeamSelect

* Removes comments

Co-authored-by: Peer Richelsen <peeroke@gmail.com>

* fix: toggle alligment (#4361)

* fix: add checked tranform for switch (#4357)

* fixed input size on mobile, fixed settings (#4360)

* fixing type errors

* Mobile fixes

* Tests fixes

Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>

* Feat/team owner booking (#3999)

* WIP: testing queries

* feat: add badge

* fix: get only id

* refactor: get bookings query

* WIP: display attendees added

* fix: add type

* Adds skeleton loader to workflows (#4402)

* fix event types skeleton loader

* fix margin in event types

* fix skeleton loader in bookings

* add skeleton loader for workflow list

* add skeleton loader for editing page

* fix border radius of skeleton loader

* fix mobile view workflow list

* add mobile view for skeleton list

* make multi select full with in mobile view

* mobile view for edit skeleton loader

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

* V2 settings teams (Profil, Members, Appearance View) (#4350)

* add team profile

* first version for team members page

* finish up design of member list item

* fix dialog buttons

* add missing seats and upgrading information

* add v2 dialog for changing role

* finish basic version of member's schedule

* remove modalContainer

* design fixes team profile page

* show only team info to non admins

* allow all member to check availabilities

* make time available heading sticky

* add dropdown for mobile view

* create team appearance view

* finish appearance page

* use settings layout and add danger zone for member

* add fallback logo

* Add teams to sidebar and fix UI

* add team invitations

* Clean up

* code clean up

* add impersontation and disable autofocus on calendar

* improve team info

* refactor teaminvitelist code and fix leaving a team

* add team pages to settings shell

* add link to create new team

* small fixes

* clean up comments

* V2 Multi-select (Team Select) (#4324)

* --init

* design improved

* further fine tuning

* more fixes

* removed extra JSX tag

* added story

* NIT

* revert to use of CheckedTeamSelect

* Removes comments

Co-authored-by: Peer Richelsen <peeroke@gmail.com>

* fix: toggle alligment (#4361)

* fix: add checked tranform for switch (#4357)

* fixed input size on mobile, fixed settings (#4360)

* fix image uploader button in safari

* code clean up

* fixing type errors

* Moved v2 team components to features

Adds deprecation notices

* Update SettingsLayout.tsx

* Migrated to features and build fixes

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com>

* add rainbowkit form to v2 event-types (#4349)

Co-authored-by: Omar López <zomars@me.com>

* v1.9.5

* Fix/daterangepicker css (#4418)

* added styles from external stylesheet

* fixed a border color

* codacy improvements

* more codacy fix

* codacy why u be so dumb

* dynamic import rainbow (only if installed) (#4409)

* Tidyup app cards (#4428)

* Moving API to trpc query

Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: zomars <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: hexcowboy <accounts@cowboy.dev>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>

* Abstracting one level the redirectUrl for apps

* Moving enum to a better/working place

* Another try

* Missing code

* Correcting categories look in apps page

* ui tweaks

* Breadcrumb wrong font-weight

* Toast is v1 component and copy updated

* Fix TS error

* Fix TS error

* Update AppsLayout.tsx

* Update InstalledAppsLayout.tsx

* translations and disconnect button with icon

* Reverting file

* Test e2e fix on app-store

* Missing testid in button

* Fix to click categories that are visible

* Going directly to category page as a patch

* Fixing stripe e2e test

* Disconnect is now empty with icon

* Disabled stripe test for now as the navigation is completely changed

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com>
Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>
Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com>
Co-authored-by: hexcowboy <accounts@cowboy.dev>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
2022-09-15 19:53:09 +00:00
..
_baseApp Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
_components add invite link to Zapier setup page (#2696) 2022-05-11 04:58:10 +00:00
_example AppStore CLI: Making video app creation a breeze with major cleanup of locations code throughout (#3825) 2022-08-25 18:48:50 -06:00
_pages feat: Exchange with NTLM support (#4127) 2022-09-14 16:09:00 +00:00
_utils Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
applecalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
around Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
caldavcalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
campfire Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
closecomothercalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
dailyvideo AppStore CLI: Making video app creation a breeze with major cleanup of locations code throughout (#3825) 2022-08-25 18:48:50 -06:00
ee/routing_forms Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
exchange2013calendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
exchange2016calendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
exchangecalendar feat: Exchange with NTLM support (#4127) 2022-09-14 16:09:00 +00:00
giphy Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
googlecalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
googlevideo AppStore CLI: Making video app creation a breeze with major cleanup of locations code throughout (#3825) 2022-08-25 18:48:50 -06:00
hubspotothercalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
huddle01video Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
jitsivideo Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
larkcalendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
n8n Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
office365calendar Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
office365video Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
ping Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
rainbow Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
raycast Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
riverside Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
slackmessaging Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
stripepayment Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
tandemvideo Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
typeform Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
vital Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
whereby Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
wipemycalother Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
zapier Add automation category and move zapier and n8n to it (#4410) 2022-09-15 08:16:56 +00:00
zoomvideo Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
_appRegistry.ts feat: Migrating App Store to v2 (#3911) 2022-09-05 15:22:28 -06:00
.gitignore Fixes over Turborepo improvements (#3144) 2022-06-24 09:38:17 -06:00
.prettierignore Fixes over Turborepo improvements (#3144) 2022-06-24 09:38:17 -06:00
apps.browser.generated.tsx feat: Exchange with NTLM support (#4127) 2022-09-14 16:09:00 +00:00
apps.server.generated.ts feat: Exchange with NTLM support (#4127) 2022-09-14 16:09:00 +00:00
components.tsx Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00
index.ts feat: Exchange with NTLM support (#4127) 2022-09-14 16:09:00 +00:00
locations.ts fix/4128-reschedulebook-stops-creating-event-calendar (#4348) 2022-09-15 01:27:46 +00:00
package.json Feat: Web3 Rainbowkit Integration (#4019) 2022-09-05 15:10:58 -06:00
trpc-routers.ts Routing Forms (#2785) 2022-07-14 12:40:53 +00:00
tsconfig.json feat: Migrating App Store to v2 (#3911) 2022-09-05 15:22:28 -06:00
types.d.ts feat: Migrating App Store to v2 (#3911) 2022-09-05 15:22:28 -06:00
utils.ts Feat: v2 App Store / Installed Apps (#4220) 2022-09-15 19:53:09 +00:00