Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.09.23 2차배포 #115

Merged
merged 35 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9fbf8da
feat: 지도 링크 추가
treasure-sky Sep 22, 2024
e63c65c
chore: 함인섭광장 링크 수정
treasure-sky Sep 22, 2024
6775410
타임테이블 CSS 수정하였습니다.
hyeseon-cpu Sep 22, 2024
dcfcba3
타임테이블 CSS 수정하였습니다.(수정)
hyeseon-cpu Sep 22, 2024
d06328d
Fix(onClick 범위 확장)
Kim-jaeyeon Sep 23, 2024
d052d33
Fix(토글 화살표 클릭 안 되는 버그 해결)
Kim-jaeyeon Sep 23, 2024
7eedd0a
Merge branch 'develop' of https://github.com/flareseek/KNU-festival24…
Kim-jaeyeon Sep 23, 2024
a1ec0a3
chore: 타임테이블 아티스트이름 글자크기 축소
treasure-sky Sep 23, 2024
627cadb
Merge pull request #98 from treasure-sky/feat/map-link
flareseek Sep 23, 2024
bebf3f0
Merge pull request #104 from Kim-jaeyeon/notice_btn
flareseek Sep 23, 2024
acd862d
Merge pull request #105 from treasure-sky/fix/timetable-artistName
flareseek Sep 23, 2024
197a713
fix: 주점 조건을 변경했습니다
flareseek Sep 23, 2024
4ef0bf9
fix: 주점 영업 시간 분리
flareseek Sep 23, 2024
8377251
feat: 타임테이블 링크 추가
flareseek Sep 23, 2024
8f0b1fe
Merge pull request #107 from flareseek/fix/title-condition
flareseek Sep 23, 2024
c109431
Merge pull request #109 from flareseek/feat/link
flareseek Sep 23, 2024
a2b0cbd
Merge pull request #108 from flareseek/fix/pub-time
flareseek Sep 23, 2024
88a9ecc
fix: 주점 디테일 시간 변경
flareseek Sep 23, 2024
ff1d8b9
Merge pull request #111 from flareseek/fix/pub-detail-time
jjh4450 Sep 23, 2024
4510020
Merge pull request #99 from flareseek/timetableEdit
jjh4450 Sep 23, 2024
76c1c98
fix: 무대 입장 설명 변경
jjh4450 Sep 23, 2024
0587d4d
refactor
jjh4450 Sep 23, 2024
7fe55be
docs
jjh4450 Sep 23, 2024
819abeb
docs
jjh4450 Sep 23, 2024
ec4b65b
docs
jjh4450 Sep 23, 2024
5aa9ee0
feat: word break 설정
jjh4450 Sep 23, 2024
3e343ef
feat: 버튼 색상 변경
jjh4450 Sep 23, 2024
17ea66f
fix: 스크롤 버그 수정
jjh4450 Sep 23, 2024
db134be
fix: prettier에 의한 코드 컨벤션 수정
jjh4450 Sep 23, 2024
3b90a66
fix: import 경로 오류 수정
jjh4450 Sep 23, 2024
e83a388
fix: import 경로 오류 수정
jjh4450 Sep 23, 2024
4de1559
fix: 한글날
jjh4450 Sep 23, 2024
12fdb9b
feat: 폰트 사이즈 최적화
flareseek Sep 23, 2024
a596a71
Merge pull request #113 from jjh4450/fix/time_table
flareseek Sep 23, 2024
6b731a1
Merge pull request #114 from flareseek/feat/font-opt
flareseek Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs
jjh4450 committed Sep 23, 2024
commit 819abeb3dcd4819d3efa0166b36711075b88d648
1 change: 0 additions & 1 deletion src/pages/Timetable/index.tsx
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ import * as styles from "./.css.ts";
import { FilterButton, TimeTableItem } from "./subComponents.tsx";
import { clearTime, END_DATE, START_DATE, TIME_TABLE_FILTER } from "./utils.tsx";

// Main component
export default function Timetable() {
const [viewTime, setViewTime] = useState<Date>(START_DATE);
const [currentTime, setCurrentTime] = useState<Date>(new Date());