공부 타이머 이름을 "백품타"로 변경 (백산고 + 열품타)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 15:12:43 +09:00
co-authored by Claude Sonnet 5
parent a59a3054fb
commit 73772de78a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -319,8 +319,8 @@ class _MainDashboardState extends State<MainDashboard> {
id: 'study_timer',
child: _buildModernCard(
icon: Icons.timer_rounded,
title: '공부 타이머',
subtitle: '열품타 | 학년별 공부 랭킹',
title: '백품타',
subtitle: '공부 타이머 | 학년별 공부 랭킹',
color: AppPalette.ink,
onTap: () => pushLaunchpad(
context,
+2 -2
View File
@@ -1,4 +1,4 @@
// ⏱️ 우리 학교 전용 "열품타" 공부 타이머 화면 (UI 전용).
// ⏱️ 우리 학교 전용 "백품타" 공부 타이머 화면 (UI 전용).
// 서버 통신/상태는 lib/function/study_timer_controller.dart가 담당한다.
import 'package:flutter/material.dart';
import '../function/study_timer_controller.dart';
@@ -99,7 +99,7 @@ class _StudyTimerScreenState extends State<StudyTimerScreen> {
foregroundColor: AppPalette.ink,
elevation: 0,
centerTitle: true,
title: const TitlePill('공부 타이머'),
title: const TitlePill('백품타'),
actions: [
IconButton(
icon: const Icon(Icons.leaderboard_rounded),