Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 components #272

Merged
merged 7 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/Providers/MoonShineServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected function menu(): array
foreach ($items as $item) {
if (!is_string($item)) {
$pages[] = DocSection::make(
$item['label'],
$item['title'] ?? $item['label'],
$item['slug'],
);
}
Expand Down Expand Up @@ -63,7 +63,7 @@ protected function menu(): array
$inner[] = MenuDivider::make($titleDivider);
} else {
$page = DocSection::make(
$item['label'],
$item['title'] ?? $item['label'],
$item['slug'],
)->setResource($resources[$slug]);

Expand Down
132 changes: 53 additions & 79 deletions config/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,30 @@
['slug' => 'page-instance', 'label' => 'Make instance'],
],

'Components:rectangle-group' => [
['slug' => 'components-index', 'label' => 'Basics'],

// Decorations
'Decorations:_divider_',
['slug' => 'components-decoration_tabs', 'label' => 'Tabs', 'title' => 'Decoration Tabs'],
['slug' => 'components-decoration_heading', 'label' => 'Heading', 'title' => 'Decoration Heading'],
['slug' => 'components-decoration_block', 'label' => 'Block', 'title' => 'Decoration Block'],
['slug' => 'components-decoration_layout', 'label' => 'Layout', 'title' => 'Decoration Layout'],
['slug' => 'components-decoration_collapse', 'label' => 'Collapse', 'title' => 'Decoration Collapse'],
['slug' => 'components-decoration_divider', 'label' => 'Divider', 'title' => 'Decoration Divider'],

// Metrics
'Metrics:_divider_',
['slug' => 'components-metric_donut_chart', 'label' => 'Donut Chart', 'title' => 'Metric Donut Chart'],
['slug' => 'components-metric_line_chart', 'label' => 'Line Chart', 'title' => 'Metric Line Chart'],
['slug' => 'components-metric_value', 'label' => 'Value', 'title' => 'Metric Value'],
],

'Appearance:photo' => [
['slug' => 'appearance-index', 'label' => 'Basics'],
['slug' => 'appearance-layout_builder', 'label' => 'LayoutBuilder'],
['slug' => 'appearance-assets', 'label' => 'AssetsManager'],
['slug' => 'appearance-icons', 'label' => 'Icons'],

// Text
'Decorations:_divider_',
['slug' => 'appearance-decorations_tabs', 'label' => 'Tabs'],
['slug' => 'appearance-decorations_heading', 'label' => 'Heading'],
['slug' => 'appearance-decorations_block', 'label' => 'Block'],
['slug' => 'appearance-decorations_layout', 'label' => 'Layout'],
['slug' => 'appearance-decorations_collapse', 'label' => 'Collapse'],
['slug' => 'appearance-decorations_divider', 'label' => 'Divider'],
],

'Models Resources:document-duplicate' => [
Expand All @@ -48,6 +58,10 @@
['slug' => 'resources-metrics', 'label' => 'Metrics'],
['slug' => 'resources-events', 'label' => 'Events'],
['slug' => 'resources-authorization', 'label' => 'Authorization'],

// ['slug' => 'resources-export', 'label' => 'Export'],
// ['slug' => 'resources-import', 'label' => 'Import'],

// ['slug' => 'resources-actions', 'label' => 'Actions'],
// ['slug' => 'resources-active_actions', 'label' => 'Active actions'],
// ['slug' => 'resources-item_actions', 'label' => 'Item actions'],
Expand All @@ -61,22 +75,6 @@
['slug' => 'menu', 'label' => 'Menu'],
],

'Appearance:photo' => [
['slug' => 'appearance-index', 'label' => 'Basics'],
['slug' => 'appearance-layout_builder', 'label' => 'LayoutBuilder'],
['slug' => 'appearance-assets', 'label' => 'AssetsManager'],
['slug' => 'appearance-icons', 'label' => 'Icons'],

// Decorations
'Decorations:_divider_',
['slug' => 'appearance-decorations_tabs', 'label' => 'Tabs'],
['slug' => 'appearance-decorations_heading', 'label' => 'Heading'],
['slug' => 'appearance-decorations_block', 'label' => 'Block'],
['slug' => 'appearance-decorations_layout', 'label' => 'Layout'],
['slug' => 'appearance-decorations_collapse', 'label' => 'Collapse'],
['slug' => 'appearance-decorations_divider', 'label' => 'Divider'],
],

'Fields:table-cells' => [
['slug' => 'fields-index', 'label' => 'Basics'],
// Text
Expand Down Expand Up @@ -149,32 +147,8 @@
['slug' => 'action_button', 'label' => 'ActionButton'],
],

// 'Decorations:rocket-launch' => [
// ['slug' => 'decorations-index', 'label' => 'Basics'],
// ['slug' => 'decorations-tabs', 'label' => 'Tabs'],
// ['slug' => 'decorations-heading', 'label' => 'Heading'],
// ['slug' => 'decorations-block', 'label' => 'Block'],
// ['slug' => 'decorations-layout', 'label' => 'Layout', 'badge' => 'new'],
// ['slug' => 'decorations-button', 'label' => 'Button'],
// ['slug' => 'decorations-collapse', 'label' => 'Collapse'],
// ['slug' => 'decorations-divider', 'label' => 'Divider', 'badge' => 'new'],
// ],

// 'Metrics:chart-bar' => [
// ['slug' => 'metrics-index', 'label' => 'Basics'],
// ['slug' => 'metrics-value', 'label' => 'Value'],
// ['slug' => 'metrics-line_chart', 'label' => 'Line Chart'],
// ['slug' => 'metrics-donut_chart', 'label' => 'Donut Chart', 'badge' => 'new'],
// ],

// 'Actions:hand-raised' => [
// ['slug' => 'actions-index', 'label' => 'Basics'],
// ['slug' => 'actions-export', 'label' => 'Export'],
// ['slug' => 'actions-import', 'label' => 'Import'],
// ],

'Advanced:moon' => [
//['slug' => 'advanced-resource', 'label' => 'Resource'],
['slug' => 'advanced-resource', 'label' => 'Resource'],
['slug' => 'advanced-controller', 'label' => 'Controllers'],
['slug' => 'advanced-form_builder', 'label' => 'FormBuilder'],
['slug' => 'advanced-table_builder', 'label' => 'TableBuilder'],
Expand All @@ -192,35 +166,35 @@

':_divider_',
'UI components:code-bracket-square' => [
['slug' => 'components-index', 'label' => 'Basics'],
['slug' => 'components-alert', 'label' => 'Alert'],
['slug' => 'components-badge', 'label' => 'Badge'],
['slug' => 'components-boolean', 'label' => 'Boolean'],
['slug' => 'components-box', 'label' => 'Box'],
['slug' => 'components-breadcrumbs', 'label' => 'Breadcrumbs'],
['slug' => 'components-card', 'label' => 'Card'],
['slug' => 'components-collapse', 'label' => 'Collapse'],
['slug' => 'components-divider', 'label' => 'Divider'],
['slug' => 'components-dropdown', 'label' => 'Dropdown'],
['slug' => 'components-icon', 'label' => 'Icon'],
['slug' => 'components-files', 'label' => 'Files'],
['slug' => 'components-form', 'label' => 'Form elements'],
['slug' => 'components-grid', 'label' => 'Grid/Column'],
['slug' => 'components-link', 'label' => 'Link'],
['slug' => 'components-loader', 'label' => 'Loader'],
['slug' => 'components-modal', 'label' => 'Modal'],
['slug' => 'components-offcanvas', 'label' => 'Offcanvas'],
['slug' => 'components-paginations', 'label' => 'Paginations'],
['slug' => 'components-popover', 'label' => 'Popover'],
['slug' => 'components-progress_bar', 'label' => 'Progress bar'],
['slug' => 'components-rating', 'label' => 'Rating'],
['slug' => 'components-spinner', 'label' => 'Spinner'],
['slug' => 'components-table', 'label' => 'Table'],
['slug' => 'components-tabs', 'label' => 'Tabs'],
['slug' => 'components-thumbnail', 'label' => 'Thumbnail'],
['slug' => 'components-title', 'label' => 'Title'],
['slug' => 'components-toast', 'label' => 'Toast'],
['slug' => 'components-tooltip', 'label' => 'Tooltip'],
['slug' => 'ui-index', 'label' => 'Basics'],
['slug' => 'ui-alert', 'label' => 'Alert'],
['slug' => 'ui-badge', 'label' => 'Badge'],
['slug' => 'ui-boolean', 'label' => 'Boolean'],
['slug' => 'ui-box', 'label' => 'Box'],
['slug' => 'ui-breadcrumbs', 'label' => 'Breadcrumbs'],
['slug' => 'ui-card', 'label' => 'Card'],
['slug' => 'ui-collapse', 'label' => 'Collapse'],
['slug' => 'ui-divider', 'label' => 'Divider'],
['slug' => 'ui-dropdown', 'label' => 'Dropdown'],
['slug' => 'ui-icon', 'label' => 'Icon'],
['slug' => 'ui-files', 'label' => 'Files'],
['slug' => 'ui-form', 'label' => 'Form elements'],
['slug' => 'ui-grid', 'label' => 'Grid/Column'],
['slug' => 'ui-link', 'label' => 'Link'],
['slug' => 'ui-loader', 'label' => 'Loader'],
['slug' => 'ui-modal', 'label' => 'Modal'],
['slug' => 'ui-offcanvas', 'label' => 'Offcanvas'],
['slug' => 'ui-paginations', 'label' => 'Paginations'],
['slug' => 'ui-popover', 'label' => 'Popover'],
['slug' => 'ui-progress_bar', 'label' => 'Progress bar'],
['slug' => 'ui-rating', 'label' => 'Rating'],
['slug' => 'ui-spinner', 'label' => 'Spinner'],
['slug' => 'ui-table', 'label' => 'Table'],
['slug' => 'ui-tabs', 'label' => 'Tabs'],
['slug' => 'ui-thumbnail', 'label' => 'Thumbnail'],
['slug' => 'ui-title', 'label' => 'Title'],
['slug' => 'ui-toast', 'label' => 'Toast'],
['slug' => 'ui-tooltip', 'label' => 'Tooltip'],
],

// ':_divider_',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/screenshots/metrics_value.png
Binary file not shown.
Binary file removed public/screenshots/metrics_value_dark.png
Binary file not shown.
Binary file removed public/screenshots/metrics_value_format.png
Binary file not shown.
Binary file removed public/screenshots/metrics_value_format_dark.png
Binary file not shown.
Binary file removed public/screenshots/metrics_value_progress.png
Binary file not shown.
Binary file removed public/screenshots/metrics_value_progress_dark.png
Binary file not shown.
Binary file added public/screenshots/value_metric.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_column_span.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_format.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_format_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_icon_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/screenshots/value_metric_progress_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 0 additions & 51 deletions resources/views/pages/en/actions/export.blade.php

This file was deleted.

53 changes: 0 additions & 53 deletions resources/views/pages/en/actions/import.blade.php

This file was deleted.

10 changes: 0 additions & 10 deletions resources/views/pages/en/actions/index.blade.php

This file was deleted.

30 changes: 0 additions & 30 deletions resources/views/pages/en/advanced/assets.blade.php

This file was deleted.

Loading