got {messages,phone calls} {fetching,display} working

This commit is contained in:
m5r
2022-05-18 01:54:06 +02:00
parent 7dc9c403d8
commit 9c9b4a5af4
22 changed files with 543 additions and 133 deletions

View File

@ -1,4 +1,5 @@
import { Link, useLoaderData } from "@remix-run/react";
import { Link } from "@remix-run/react";
import { useLoaderData } from "superjson-remix";
import { HiPhoneMissedCall, HiPhoneIncoming, HiPhoneOutgoing } from "react-icons/hi";
import clsx from "clsx";
import { Direction, CallStatus } from "@prisma/client";