chore(settings): remove old SettingsView placeholder — new shell at views/settings/SettingsView.vue
Some checks failed
CI / test (pull_request) Failing after 26s
Some checks failed
CI / test (pull_request) Failing after 26s
Full test suite: 71 frontend (14 files) + 583 backend tests passing.
This commit is contained in:
parent
fe4091c7ba
commit
82b6ff1689
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
||||||
<template>
|
|
||||||
<div class="view-placeholder">
|
|
||||||
<h1>SettingsView</h1>
|
|
||||||
<p class="placeholder-note">Vue port in progress — Streamlit equivalent at app/pages/</p>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.view-placeholder {
|
|
||||||
padding: var(--space-8);
|
|
||||||
max-width: 60ch;
|
|
||||||
}
|
|
||||||
.placeholder-note {
|
|
||||||
color: var(--color-text-muted);
|
|
||||||
font-size: 0.875rem;
|
|
||||||
margin-top: var(--space-2);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Loading…
Reference in a new issue