From c2dcb69c52685c7e1f3f224994da5c1516fc3753 Mon Sep 17 00:00:00 2001 From: pantyetta Date: Sun, 24 Nov 2024 01:50:58 +0900 Subject: [PATCH 1/2] append dj description --- src/components/data.ts | 36 ++++++++++++++++++------------------ src/components/timeTable.tsx | 9 ++++++++- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/src/components/data.ts b/src/components/data.ts index e611aaf..dde5402 100644 --- a/src/components/data.ts +++ b/src/components/data.ts @@ -3,28 +3,28 @@ import type { DjEvent } from "./timeTable"; export const TimeLine: Array> = [ [ - { time: "10:30", dj: "kaigara" }, - { time: "11:20", dj: "flight" }, - { time: "12:10", dj: "cyokozai" }, - { time: "14:00", dj: "flight" }, - { time: "14:50", dj: "cyokozai" }, - { time: "15:30", dj: "kaigara" }, + { time: "10:30", dj: "kaigara Project SEKAI" }, + { time: "11:20", dj: "flight Orangestar DJ" }, + { time: "12:10", dj: "cyokozai House" }, + { time: "14:00", dj: "flight flightDJ" }, + { time: "14:50", dj: "cyokozai Sakanaction" }, + { time: "15:30", dj: "kaigara VOCALOID" }, ], [ - { time: "10:30", dj: "flight" }, - { time: "11:20", dj: "cyokozai" }, - { time: "12:10", dj: "kaigara" }, - { time: "14:00", dj: "cyokozai" }, - { time: "14:50", dj: "kaigara" }, - { time: "15:30", dj: "flight" }, + { time: "10:30", dj: "flight flightDJ" }, + { time: "11:20", dj: "cyokozai Sakanaction" }, + { time: "12:10", dj: "kaigara VOCALOID" }, + { time: "14:00", dj: "cyokozai House" }, + { time: "14:50", dj: "kaigara Project SEKAI" }, + { time: "15:30", dj: "flight Orangestar DJ" }, ], [ - { time: "10:30", dj: "kaigara" }, - { time: "11:20", dj: "flight" }, - { time: "12:10", dj: "cyokozai" }, - { time: "14:00", dj: "kaigara" }, - { time: "14:50", dj: "flight" }, - { time: "15:30", dj: "cyokozai" }, + { time: "10:30", dj: "kaigara Project SEKAI" }, + { time: "11:20", dj: "flight flightDJ" }, + { time: "12:10", dj: "cyokozai Sakanaction" }, + { time: "14:00", dj: "kaigara VOCALOID" }, + { time: "14:50", dj: "flight Orangestar DJ" }, + { time: "15:30", dj: "cyokozai House" }, ], ]; diff --git a/src/components/timeTable.tsx b/src/components/timeTable.tsx index aafece9..f2e6f50 100644 --- a/src/components/timeTable.tsx +++ b/src/components/timeTable.tsx @@ -43,6 +43,7 @@ export const TimeTable = component$(({ events, header }: Timeline) => { class={css({ opacity: 0, transform: "translateX(-10px)", + marginTop: 5, })} onQVisible$={(e) => { animate( @@ -95,7 +96,13 @@ export const TimeTable = component$(({ events, header }: Timeline) => { })} > - {e.dj} + + {e.dj} + ); })} From daa9f3fcbc3e51ea9a0e1a30dadfa933eac5f35a Mon Sep 17 00:00:00 2001 From: pantyetta Date: Sun, 24 Nov 2024 02:10:09 +0900 Subject: [PATCH 2/2] fix flight day 3 --- src/components/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/data.ts b/src/components/data.ts index dde5402..da38dad 100644 --- a/src/components/data.ts +++ b/src/components/data.ts @@ -20,7 +20,7 @@ export const TimeLine: Array> = [ ], [ { time: "10:30", dj: "kaigara Project SEKAI" }, - { time: "11:20", dj: "flight flightDJ" }, + { time: "11:20", dj: "flight add DJ" }, { time: "12:10", dj: "cyokozai Sakanaction" }, { time: "14:00", dj: "kaigara VOCALOID" }, { time: "14:50", dj: "flight Orangestar DJ" },