style(ui): 프론트엔드 title 변경 (frontend → S&P 배치 관리)

Closes #76

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
HYOJIN 2026-03-23 17:29:34 +09:00
부모 c3193ede2a
커밋 24a13fd073
3개의 변경된 파일5개의 추가작업 그리고 39개의 파일을 삭제

파일 보기

@ -47,41 +47,7 @@
"Read(./**/application-local.properties)" "Read(./**/application-local.properties)"
] ]
}, },
"hooks": { "hooks": {},
"SessionStart": [ "deny": [],
{ "allow": []
"matcher": "compact",
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-post-compact.sh",
"timeout": 10
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-pre-compact.sh",
"timeout": 30
}
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-commit.sh",
"timeout": 15
}
]
}
]
}
} }

파일 보기

@ -1,6 +1,6 @@
{ {
"applied_global_version": "1.6.1", "applied_global_version": "1.6.1",
"applied_date": "2026-03-09", "applied_date": "2026-03-23",
"project_type": "java-maven", "project_type": "java-maven",
"gitea_url": "https://gitea.gc-si.dev" "gitea_url": "https://gitea.gc-si.dev"
} }

파일 보기

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title> <title>S&amp;P 배치 관리</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>