Simplify buttons
This commit is contained in:
parent
7ea365e8de
commit
2808a3dd35
@ -39,12 +39,7 @@ class Dashboard extends Page
|
|||||||
|
|
||||||
'devActions' => [
|
'devActions' => [
|
||||||
CreateAction::make()
|
CreateAction::make()
|
||||||
->label(trans('dashboard/index.sections.intro-developers.button_issues'))
|
->label('Bugs & Features')
|
||||||
->icon('tabler-brand-github')
|
|
||||||
->url('https://github.com/pelican-dev/panel/issues/new/choose', true)
|
|
||||||
->color('warning'),
|
|
||||||
CreateAction::make()
|
|
||||||
->label(trans('dashboard/index.sections.intro-developers.button_features'))
|
|
||||||
->icon('tabler-brand-github')
|
->icon('tabler-brand-github')
|
||||||
->url('https://github.com/pelican-dev/panel/discussions', true),
|
->url('https://github.com/pelican-dev/panel/discussions', true),
|
||||||
],
|
],
|
||||||
@ -55,10 +50,6 @@ class Dashboard extends Page
|
|||||||
->url(route('filament.admin.resources.nodes.create')),
|
->url(route('filament.admin.resources.nodes.create')),
|
||||||
],
|
],
|
||||||
'supportActions' => [
|
'supportActions' => [
|
||||||
CreateAction::make()
|
|
||||||
->label(trans('dashboard/index.sections.intro-support.button_translate'))
|
|
||||||
->icon('tabler-language')
|
|
||||||
->url('https://crowdin.com/project/pelican-dev', true),
|
|
||||||
CreateAction::make()
|
CreateAction::make()
|
||||||
->label(trans('dashboard/index.sections.intro-support.button_donate'))
|
->label(trans('dashboard/index.sections.intro-support.button_donate'))
|
||||||
->icon('tabler-cash')
|
->icon('tabler-cash')
|
||||||
@ -70,11 +61,6 @@ class Dashboard extends Page
|
|||||||
->label(trans('dashboard/index.sections.intro-help.button_docs'))
|
->label(trans('dashboard/index.sections.intro-help.button_docs'))
|
||||||
->icon('tabler-speedboat')
|
->icon('tabler-speedboat')
|
||||||
->url('https://pelican.dev/docs', true),
|
->url('https://pelican.dev/docs', true),
|
||||||
CreateAction::make()
|
|
||||||
->label(trans('dashboard/index.sections.intro-help.button_discord'))
|
|
||||||
->icon('tabler-brand-discord')
|
|
||||||
->url('https://discord.gg/pelican-panel', true)
|
|
||||||
->color('blurple'),
|
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -80,7 +80,11 @@
|
|||||||
>
|
>
|
||||||
<x-slot name="heading">{{ trans('dashboard/index.sections.intro-help.heading') }}</x-slot>
|
<x-slot name="heading">{{ trans('dashboard/index.sections.intro-help.heading') }}</x-slot>
|
||||||
|
|
||||||
<p>{{ trans('dashboard/index.sections.intro-help.content') }}</p>
|
<p>
|
||||||
|
Check out the documentation first!
|
||||||
|
If you still need assistance then, fly onto our
|
||||||
|
<a class="underline" href="https://discord.gg/pelican-panel">Discord server</a>!
|
||||||
|
</p>
|
||||||
|
|
||||||
</x-filament::section>
|
</x-filament::section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user