Expanded edit fields. Added revision history to scene and user pages.
This commit is contained in:
@@ -189,6 +189,20 @@
|
||||
Settings
|
||||
</li>
|
||||
|
||||
<li
|
||||
v-if="user?.role === 'admin'"
|
||||
v-close-popper
|
||||
class="menu-item"
|
||||
>
|
||||
<a
|
||||
href="/admin"
|
||||
class="menu-button nolink favorites"
|
||||
>
|
||||
<Icon icon="wrench" />
|
||||
Admin
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li
|
||||
v-if="theme === 'dark'"
|
||||
v-close-popper
|
||||
|
||||
Reference in New Issue
Block a user