style: mono data font, compact actions, polish, favicon; slow status poll to 30s

- JetBrains Mono(로컬 동봉) → 저장소명/버전/패키지수/시각 등 영문·숫자 데이터에 적용
- 동기화/배포 버튼 컴팩트(btn-sm) + 액션 셀 높이 고정(row-action)으로 행 점프 제거
- 표 행 높이/hover, 요약 카드 강조(동기화중=blue, GPG통과=mint) + hover, 버튼 누름 피드백
- 연결 상태 폴링 10s → 30s
- SVG favicon (Toss blue 라운드 사각 + 스냅샷 레이어)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-17 13:53:49 +09:00
parent b24d76ad08
commit 15bb0994be
7 changed files with 139 additions and 59 deletions

8
app/static/favicon.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="8" fill="#3182f6"/>
<g fill="#ffffff">
<rect x="8" y="9" width="16" height="4" rx="2"/>
<rect x="8" y="14.5" width="16" height="4" rx="2" opacity="0.7"/>
<rect x="8" y="20" width="16" height="4" rx="2" opacity="0.45"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 343 B