mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 11:16:43 +02:00
feat(plugins): uninstall plugins via CLI and admin UI
This commit is contained in:
parent
89ac92fb41
commit
9a80de4068
11 changed files with 188 additions and 28 deletions
|
|
@ -37,7 +37,7 @@ class DropdownMenu extends Component
|
|||
switch ($item['type']) {
|
||||
case 'link':
|
||||
$menuItems .= anchor($item['uri'], $item['title'], [
|
||||
'class' => 'px-4 py-1 hover:bg-highlight focus:ring-accent focus:ring-inset' . (array_key_exists('class', $item) ? ' ' . $item['class'] : ''),
|
||||
'class' => 'inline-flex gap-x-1 items-center px-4 py-1 hover:bg-highlight focus:ring-accent focus:ring-inset' . (array_key_exists('class', $item) ? ' ' . $item['class'] : ''),
|
||||
]);
|
||||
break;
|
||||
case 'html':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue