From 1a2dcbbcbec6a7449488441fc65c802a9375538b Mon Sep 17 00:00:00 2001 From: Park Shinhyung <23102009@seoultech.ac.kr> Date: Wed, 18 Jun 2025 08:11:06 +0900 Subject: [PATCH 1/2] feat: modify building name --- back/timetables.json | 8 ++++---- front/public/timetables.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/back/timetables.json b/back/timetables.json index 08333ae..90954ff 100644 --- a/back/timetables.json +++ b/back/timetables.json @@ -2963,7 +2963,7 @@ { "subject": "Chemical Engineering Capstone Design(1)", "time": "Thu(10 ~ 12)", - "room": "Changjo Hall (Graduate School)(008)-202" + "room": "Changjo Hall(008)-202" }, { "subject": "Nano Materials", @@ -3265,12 +3265,12 @@ { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(1 ~ 4)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Co-peratiove Education Program(3)", @@ -3350,7 +3350,7 @@ { "subject": "Food Biochemistry Laboratory", "time": "Wed(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-101" + "room": "Changjo Hall(008)-101" }, { "subject": "Food Process Engineering 2", diff --git a/front/public/timetables.json b/front/public/timetables.json index 08333ae..90954ff 100644 --- a/front/public/timetables.json +++ b/front/public/timetables.json @@ -2963,7 +2963,7 @@ { "subject": "Chemical Engineering Capstone Design(1)", "time": "Thu(10 ~ 12)", - "room": "Changjo Hall (Graduate School)(008)-202" + "room": "Changjo Hall(008)-202" }, { "subject": "Nano Materials", @@ -3265,12 +3265,12 @@ { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(1 ~ 4)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Food Microbiology and Fermentation Laboratory", "time": "Mon(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-206" + "room": "Changjo Hall(008)-206" }, { "subject": "Co-peratiove Education Program(3)", @@ -3350,7 +3350,7 @@ { "subject": "Food Biochemistry Laboratory", "time": "Wed(6 ~ 9)", - "room": "Changjo Hall (Graduate School)(008)-101" + "room": "Changjo Hall(008)-101" }, { "subject": "Food Process Engineering 2", From b6f29a9692ae686f40d32706b77fc475078554c0 Mon Sep 17 00:00:00 2001 From: Park Shinhyung <23102009@seoultech.ac.kr> Date: Wed, 18 Jun 2025 08:16:23 +0900 Subject: [PATCH 2/2] feat: modify error code --- front/src/components/BuildingCard.js | 2 +- front/src/components/Header.js | 4 +- front/src/components/HotspotCard.js | 2 - front/src/components/PurposeModal.js | 2 +- front/src/components/RoomSelectModal.js | 1 - front/src/pages/HotspotPage.js | 42 ++----- front/src/pages/LoginPage.js | 39 ++++--- front/src/pages/MyReservationPage.js | 55 +++------ front/src/pages/ProfilePage.js | 140 +++++++++++----------- front/src/pages/ReservePage.js | 148 ++++++++++++------------ front/src/pages/SignupPage.js | 35 +++--- 11 files changed, 208 insertions(+), 262 deletions(-) diff --git a/front/src/components/BuildingCard.js b/front/src/components/BuildingCard.js index f7ac383..a40d4fb 100644 --- a/front/src/components/BuildingCard.js +++ b/front/src/components/BuildingCard.js @@ -1,5 +1,5 @@ import React from 'react'; -import '../styles/ReservePage.css'; // ReservePage와 동일한 스타일 사용 +import '../styles/ReservePage.css'; import FavoriteButton from './FavoriteButton'; const BuildingCard = ({ diff --git a/front/src/components/Header.js b/front/src/components/Header.js index 2ed9013..3540097 100644 --- a/front/src/components/Header.js +++ b/front/src/components/Header.js @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import { useNavigate } from 'react-router-dom'; import logo from '../assets/starlogo.png'; -import '../styles/Header.css'; // CSS 분리 후 import +import '../styles/Header.css'; const Header = () => { const navigate = useNavigate(); @@ -25,7 +25,7 @@ const Header = () => { onClick={() => navigate('/')} /> - {/* 모바일 ☰ 메뉴 */} + {/* mobile ☰ menu */}
setMenuOpen(!menuOpen)}>☰