mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 17:00:58 +00:00
Make the web app consume the live mount contract
Add the first control-plane UI over the verified backend seam so exports, issued DAV credentials, and Finder instructions can be exercised from the running stack.
This commit is contained in:
parent
b5f8ea9c52
commit
87de69520c
8 changed files with 773 additions and 51 deletions
42
apps/web/app/copy-field.module.css
Normal file
42
apps/web/app/copy-field.module.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.field {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 0.78rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
color: #527082;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: 0;
|
||||
border-radius: 999px;
|
||||
padding: 9px 12px;
|
||||
background: #123043;
|
||||
color: #f7fbfc;
|
||||
font: inherit;
|
||||
font-size: 0.86rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.value {
|
||||
display: block;
|
||||
overflow-wrap: anywhere;
|
||||
padding: 12px 14px;
|
||||
border-radius: 14px;
|
||||
background: #f3f8f7;
|
||||
border: 1px solid rgba(18, 48, 67, 0.08);
|
||||
color: #123043;
|
||||
font-size: 0.92rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue