- 전역 단일 카테고리 선택 제거 → 각 태그 그룹에 사용 게시판 체크박스(커뮤니티/짠테크/재테크 팁) - 저장 시 boards 함께 전송, 선택 없으면 전체 게시판 - 글쓰기 화면은 현재 게시판에 매핑된 그룹 태그만 노출(boardApi.tagGroups(category)) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,7 @@ function toggleTag(id) {
|
||||
|
||||
async function loadTagGroups() {
|
||||
try {
|
||||
tagGroups.value = await boardApi.tagGroups()
|
||||
tagGroups.value = await boardApi.tagGroups(category)
|
||||
} catch {
|
||||
tagGroups.value = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user