From a05d8cc413d2051475e820b6b1a9ad3eed4f47fe Mon Sep 17 00:00:00 2001 From: m5r Date: Sun, 22 May 2022 01:59:38 +0200 Subject: [PATCH] fetching calls state --- .../core/components/inactive-subscription.tsx | 2 +- .../components/phone-calls-list.tsx | 23 +- app/features/phone-calls/loaders/calls.ts | 312 +++++++++++++++++ app/routes/__app/calls.tsx | 330 +----------------- 4 files changed, 337 insertions(+), 330 deletions(-) create mode 100644 app/features/phone-calls/loaders/calls.ts diff --git a/app/features/core/components/inactive-subscription.tsx b/app/features/core/components/inactive-subscription.tsx index 66c5e10..800498a 100644 --- a/app/features/core/components/inactive-subscription.tsx +++ b/app/features/core/components/inactive-subscription.tsx @@ -16,7 +16,7 @@ export default function InactiveSubscription() {

You need an active subscription to use this feature.
- Head over to your settings to pick up a plan. + Head over to your settings to pick a plan.