fix: 앱 헤더 로고만(모바일)·런처 라벨 한 줄·Electron 구글 로그인 팝업
CI / build (push) Successful in 39s

- AppHeader: 좁은 화면(폰)은 브랜드명 텍스트 숨기고 로고만 → 두 줄 줄바꿈 방지
- 안드로이드 런처 라벨 '돈돼지가계부'(한 줄), 앱 내부 브랜드명은 유지
- Electron: accounts.google.com 팝업을 앱 내부 자식 창으로 열어
  GIS 로그인 결과(credential)가 앱 창으로 돌아오게 함(외부 브라우저 X)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-27 19:01:57 +09:00
parent a310c7a471
commit b8c1440e4d
3 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<resources>
<string name="app_name">돈돼지 가계부</string>
<string name="title_activity_main">돈돼지 가계부</string>
<string name="app_name">돈돼지가계부</string>
<string name="title_activity_main">돈돼지가계부</string>
<string name="package_name">kr.sblog.slimbudget</string>
<string name="custom_url_scheme">kr.sblog.slimbudget</string>
</resources>