feat(ui): 푸터에 버그 제보(Gitea 이슈) 링크 추가

대시보드 푸터에 '버그가 있다면 이슈에 제보바랍니다' 안내를 자체 줄로 작게 표시.
링크는 gitea playground/ai-dev-portal issues, 새 탭·rel=noopener.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
0310700
2026-07-01 10:12:47 +09:00
parent 1f76329140
commit 3ddf920e56
2 changed files with 7 additions and 0 deletions

View File

@@ -69,3 +69,7 @@ html[data-aidev-theme="dark"] .theme-ico-sun { display: inline-flex; }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 20px 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 8px; color: var(--fg3); font-size: 12px; }
.footer-tech { font-size: 11.5px; color: var(--fg3); font-family: 'SF Mono', ui-monospace, Menlo, monospace; }
/* 버그 제보 안내 — 자체 줄로 내려 작게 표시 */
.footer-bug { flex-basis: 100%; font-size: 11.5px; color: var(--fg3); }
.footer-bug a { color: var(--link); text-decoration: none; }
.footer-bug a:hover { text-decoration: underline; }

View File

@@ -181,6 +181,9 @@
<div class="footer-inner">
<div class="footer-brand"><span><%- icon("code", { size: 14 }) %></span><%= brand %> · 사내 개발 포털</div>
<div class="footer-tech">Express + Postgres + Keycloak SSO · deployed on Kubero</div>
<div class="footer-bug">
버그가 있다면 <a href="https://gitea.bokdev.in/playground/ai-dev-portal/issues" target="_blank" rel="noopener">이슈</a> 에 제보바랍니다! 🐛
</div>
</div>
</footer>