feat: concurrent refresh

This commit is contained in:
shinya
2025-08-24 17:30:48 +08:00
parent 1149c0ef45
commit c6c9785bb7
4 changed files with 25 additions and 23 deletions

View File

@@ -1,6 +1,9 @@
import { Clock, Tv, Target } from 'lucide-react';
/* eslint-disable react-hooks/exhaustive-deps */
import { Clock, Target, Tv } from 'lucide-react';
import { useEffect, useRef, useState } from 'react';
import { parseCustomTimeFormat, formatTimeToHHMM } from '@/lib/time';
import { formatTimeToHHMM, parseCustomTimeFormat } from '@/lib/time';
interface EpgProgram {
start: string;