chore(home): drop the per-frame settings sheet logout link
CI / test (push) Has been cancelled

Per-frame settings is the wrong scope for an account-level action.
The /settings tab still has the primary "Sign out" link, which is the
right place for it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-08 18:53:56 -04:00
parent 08d0968af0
commit f777c790fa
10 changed files with 10 additions and 28 deletions
-18
View File
@@ -231,8 +231,6 @@
class="home-view__remove"
@click="removeConfirmOpen = true"
>Remove this frame</button>
<a href="/logout" class="home-view__logout">Sign out of pictureFrame</a>
</BaseBottomSheet>
<Teleport to="body">
@@ -1166,21 +1164,5 @@ async function saveSettings() {
border-color: var(--color-danger, #c0392b);
color: #fff;
}
&__logout {
display: block;
margin-top: var(--space-3);
text-align: center;
font-size: var(--text-xs);
color: var(--color-text-muted);
text-decoration: none;
padding: var(--space-2);
&:hover, &:focus-visible {
color: var(--color-text);
text-decoration: underline;
outline: none;
}
}
}
</style>