Allow renaming a sponsor from the queue
The name in the Sponsor Queue is now a click-to-rename control (pencil appears on hover), using the existing PATCH endpoint; server trims and caps the name. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -92,3 +92,7 @@ a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.nav{heigh
|
||||
.mtp-open{background:transparent;border:1px dashed #27445e;color:#5f7891;font-size:11px;justify-content:center;cursor:default;line-height:1.3}
|
||||
.mtp-lvl{font-size:11px;color:var(--teal);text-transform:uppercase;letter-spacing:.5px;font-weight:800}
|
||||
.mtp-sub{font-size:11px;color:var(--muted)}
|
||||
|
||||
.name-edit{appearance:none;background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}
|
||||
.name-pencil{color:#5f7891;font-size:12px;opacity:0;transition:.15s}
|
||||
.name-edit:hover .name-pencil{opacity:1}
|
||||
|
||||
Reference in New Issue
Block a user