feat: refine navigation and account access flow

This commit is contained in:
2026-08-14 14:16:04 +09:00
parent cee36bf12d
commit 146e78cddf
12 changed files with 239 additions and 124 deletions
+1 -11
View File
@@ -7,17 +7,7 @@
<link rel="stylesheet" href="/css/app.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="/">
<span class="brand-mark brand-mark-small" aria-hidden="true">ORA</span>
<span>Our Recipe Atlas</span>
</a>
<div class="profile">
<img id="profile-image" class="avatar" alt="" hidden>
<span id="profile-name"></span>
<button id="logout-button" class="button button-quiet" type="button" data-logout>로그아웃</button>
</div>
</header>
<header id="site-header" class="site-header"></header>
<main id="recipe-detail" class="detail-shell">
<p class="empty-state">레시피를 불러오는 중입니다.</p>
</main>