fix: rename slug by alias
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
/>
|
||||
</label>
|
||||
<label>
|
||||
<span>Slug:</span>
|
||||
<span>Alias:</span>
|
||||
<input
|
||||
type="text"
|
||||
placeholder="ethereum_events"
|
||||
@@ -165,16 +165,6 @@
|
||||
&:not(:read-only):is(:focus-within, :hover) {
|
||||
border-color: hsl(0deg 0% 34%);
|
||||
}
|
||||
|
||||
&:read-only {
|
||||
background-color: inherit;
|
||||
border-color: transparent;
|
||||
padding-left: 0;
|
||||
|
||||
&::placeholder {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
label > div {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
event: () => navigator.clipboard.writeText(source.path)
|
||||
},
|
||||
{
|
||||
label: 'Copy slug',
|
||||
label: 'Copy alias',
|
||||
event: () => navigator.clipboard.writeText(source.slug)
|
||||
},
|
||||
{ is_separator: true },
|
||||
|
||||
Reference in New Issue
Block a user