feat: remove Intercom usage #27

Merged
MichaelDeBoey merged 1 commits from remove-intercom-usage into main 2024-01-11 22:51:51 +08:00
MichaelDeBoey commented 2024-01-11 17:12:21 +08:00 (Migrated from github.com)

Closes #22


I already started working on this before I saw @tamirfyi's #26 🙈

Still noticed some differences:

  • No formatting changes
  • Also removed unused imports
  • No removal of the useAccounts hook from libs/client/shared/src/api/useAccountApi.ts (its usage wasn't removed from the rest of the codebase either in #26)
  • No yarn.lock changes (should be done in a separate PR imo)
  • No Prisma migration (should be done in a separate PR imo)
Closes #22 --- I already started working on this before I saw @tamirfyi's #26 🙈 Still noticed some differences: - No formatting changes - Also removed unused imports - No removal of the `useAccounts` hook from `libs/client/shared/src/api/useAccountApi.ts` (its usage wasn't removed from the rest of the codebase either in #26) - No `yarn.lock` changes (should be done in a separate PR imo) - No Prisma migration (should be done in a separate PR imo)
Shpigford commented 2024-01-11 22:51:44 +08:00 (Migrated from github.com)

@MichaelDeBoey Let's go with yours (primarily due to the useAccounts bit).

@MichaelDeBoey Let's go with yours (primarily due to the `useAccounts` bit).
tamirmb commented 2024-01-12 01:25:41 +08:00 (Migrated from github.com)

I tried getting this one right before bed since it seemed easier than others, but I guess I was tired and overlooked some things. nice work michael!

I tried getting this one right before bed since it seemed easier than others, but I guess I was tired and overlooked some things. nice work michael!
Sign in to join this conversation.