redesigned share page and change type names

This commit is contained in:
polaris
2024-07-06 23:57:37 -04:00
parent 1410028235
commit e1a9760b38
2 changed files with 66 additions and 53 deletions

View File

@ -21,10 +21,10 @@ import { chuni_score_playlog } from "@/prisma/schemas/artemis/generated/artemis"
import { chuni_static_music } from "@/prisma/schemas/artemis/generated/artemis";
import { getGrade } from "@/lib/helpers";
type includesPlayCount = chuni_score_playlog &
type chunithm = chuni_score_playlog &
chuni_static_music & { playCount: number };
export const columns: ColumnDef<includesPlayCount>[] = [
export const columns: ColumnDef<chunithm>[] = [
{
accessorKey: "title",
header: "Title",