1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update and simplify main menu (#2166)

This commit is contained in:
Paweł Kuna
2025-02-15 13:20:29 +01:00
committed by GitHub
parent 5d8392366c
commit 063bdc28ab
17 changed files with 90 additions and 76 deletions

View File

@@ -0,0 +1,5 @@
---
"preview": patch
---
Update and simplify main menu

View File

@@ -96,14 +96,6 @@
"title": "Carousel", "title": "Carousel",
"url": "carousel.html" "url": "carousel.html"
}, },
"charts": {
"url": "charts.html",
"title": "Charts"
},
"colorpicker": {
"url": "colorpicker.html",
"title": "Color picker"
},
"colors": { "colors": {
"url": "colors.html", "url": "colors.html",
"title": "Colors" "title": "Colors"
@@ -112,18 +104,10 @@
"url": "datagrid.html", "url": "datagrid.html",
"title": "Data grid" "title": "Data grid"
}, },
"datatables": {
"url": "datatables.html",
"title": "Datatables"
},
"dropdowns": { "dropdowns": {
"url": "dropdowns.html", "url": "dropdowns.html",
"title": "Dropdowns" "title": "Dropdowns"
}, },
"dropzone": {
"title": "Dropzone",
"url": "dropzone.html"
},
"error": { "error": {
"title": "Error pages", "title": "Error pages",
"children": { "children": {
@@ -141,18 +125,6 @@
} }
} }
}, },
"flags": {
"title": "Flags",
"url": "flags.html"
},
"plyr": {
"title": "Inline player",
"url": "inline-player.html"
},
"lightbox": {
"title": "Lightbox",
"url": "lightbox.html"
},
"lists": { "lists": {
"title": "Lists", "title": "Lists",
"url": "lists.html" "url": "lists.html"
@@ -161,18 +133,6 @@
"url": "modals.html", "url": "modals.html",
"title": "Modal" "title": "Modal"
}, },
"maps": {
"url": "maps.html",
"title": "Map"
},
"map-fullsize": {
"url": "map-fullsize.html",
"title": "Map fullsize"
},
"maps-vector": {
"url": "maps-vector.html",
"title": "Map vector"
},
"markdown": { "markdown": {
"title": "Markdown", "title": "Markdown",
"url": "markdown.html" "url": "markdown.html"
@@ -227,10 +187,6 @@
"url": "tags.html", "url": "tags.html",
"title": "Tags" "title": "Tags"
}, },
"tinymce": {
"title": "TinyMCE",
"url": "tinymce.html"
},
"toasts": { "toasts": {
"title": "Toasts", "title": "Toasts",
"url": "toasts.html" "url": "toasts.html"
@@ -304,10 +260,6 @@
"title": "Page loader", "title": "Page loader",
"url": "page-loader.html" "url": "page-loader.html"
}, },
"payment-providers": {
"title": "Payment providers",
"url": "payment-providers.html"
},
"photogrid": { "photogrid": {
"title": "Photogrid", "title": "Photogrid",
"url": "photogrid.html" "url": "photogrid.html"
@@ -413,21 +365,78 @@
} }
} }
}, },
"plugins": {
"title": "Plugins",
"icon": "puzzle",
"children": {
"charts": {
"url": "charts.html",
"title": "Charts"
},
"colorpicker": {
"url": "colorpicker.html",
"title": "Color picker"
},
"datatables": {
"url": "datatables.html",
"title": "Datatables"
},
"dropzone": {
"title": "Dropzone",
"url": "dropzone.html"
},
"plyr": {
"title": "Inline player",
"url": "inline-player.html"
},
"lightbox": {
"title": "Lightbox",
"url": "lightbox.html"
},
"maps": {
"url": "maps.html",
"title": "Map"
},
"map-fullsize": {
"url": "map-fullsize.html",
"title": "Map fullsize"
},
"maps-vector": {
"url": "maps-vector.html",
"title": "Map vector"
},
"tinymce": {
"title": "TinyMCE",
"url": "tinymce.html"
}
}
},
"addons": {
"title": "Addons",
"icon": "plus",
"children": {
"icons": { "icons": {
"title": "%ICONS_COUNT% icons", "title": "Icons",
"icon": "ghost",
"url": "icons.html" "url": "icons.html"
}, },
"emails": { "emails": {
"title": "Emails", "title": "Emails",
"icon": "mail-opened",
"url": "emails.html" "url": "emails.html"
}, },
"flags": {
"title": "Flags",
"url": "flags.html"
},
"illustrations": { "illustrations": {
"title": "Illustrations", "title": "Illustrations",
"icon": "brand-figma",
"url": "illustrations.html" "url": "illustrations.html"
}, },
"payment-providers": {
"title": "Payment providers",
"url": "payment-providers.html"
}
}
},
"help": { "help": {
"title": "Help", "title": "Help",
"icon": "lifebuoy", "icon": "lifebuoy",

View File

@@ -1,7 +1,7 @@
--- ---
title: Charts title: Charts
page-header: Charts page-header: Charts
page-menu: base.charts page-menu: plugins.charts
page-libs: [apexcharts] page-libs: [apexcharts]
layout: default layout: default
permalink: charts.html permalink: charts.html

View File

@@ -1,7 +1,7 @@
--- ---
title: Color picker title: Color picker
page-header: Color picker page-header: Color picker
page-menu: base.colorpicker page-menu: plugins.colorpicker
page-libs: [coloris.js] page-libs: [coloris.js]
layout: default layout: default
permalink: colorpicker.html permalink: colorpicker.html

View File

@@ -2,7 +2,7 @@
title: Datatables title: Datatables
page-header: Datatables page-header: Datatables
page-libs: [lists] page-libs: [lists]
page-menu: base.datatables page-menu: plugins.datatables
layout: default layout: default
permalink: datatables.html permalink: datatables.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Dropzone title: Dropzone
page-header: Dropzone page-header: Dropzone
page-menu: base.dropzone page-menu: plugins.dropzone
page-libs: [dropzone] page-libs: [dropzone]
layout: default layout: default
permalink: dropzone.html permalink: dropzone.html

View File

@@ -1,6 +1,6 @@
--- ---
page-header: Email templates page-header: Email templates
page-menu: emails page-menu: addons.emails
page-libs: [masonry, fslightbox] page-libs: [masonry, fslightbox]
layout: default layout: default
permalink: emails.html permalink: emails.html

View File

@@ -1,7 +1,7 @@
--- ---
title: Flags title: Flags
page-header: Flags page-header: Flags
page-menu: base.flags page-menu: addons.flags
layout: default layout: default
permalink: flags.html permalink: flags.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Icons title: Icons
page-header: Icons page-header: Icons
page-menu: icons page-menu: addons.icons
layout: default layout: default
permalink: icons.html permalink: icons.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: SVG Illustrations title: SVG Illustrations
page-header: SVG Illustrations page-header: SVG Illustrations
page-menu: illustrations page-menu: addons.illustrations
layout: default layout: default
permalink: illustrations.html permalink: illustrations.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Inline Player title: Inline Player
page-header: Inline Player page-header: Inline Player
page-menu: base.plyr page-menu: plugins.plyr
page-libs: [plyr] page-libs: [plyr]
layout: default layout: default
permalink: inline-player.html permalink: inline-player.html

View File

@@ -2,7 +2,7 @@
title: Lightbox title: Lightbox
page-header: Lightbox page-header: Lightbox
page-libs: [fslightbox] page-libs: [fslightbox]
page-menu: base.lightbox page-menu: plugins.lightbox
layout: default layout: default
permalink: lightbox.html permalink: lightbox.html
--- ---

View File

@@ -4,7 +4,7 @@ page-libs: [google-maps]
layout-wrapper-full: true layout-wrapper-full: true
layout-sidebar: true layout-sidebar: true
layout-hide-topbar: true layout-hide-topbar: true
page-menu: base.map-fullsize page-menu: plugins.map-fullsize
permalink: map-fullsize.html permalink: map-fullsize.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: Vector Maps title: Vector Maps
page-header: Vector Maps page-header: Vector Maps
page-menu: base.maps-vector page-menu: plugins.maps-vector
page-libs: [jsvectormap, jsvectormap-world, jsvectormap-world-merc] page-libs: [jsvectormap, jsvectormap-world, jsvectormap-world-merc]
layout: default layout: default
permalink: maps-vector.html permalink: maps-vector.html

View File

@@ -1,7 +1,7 @@
--- ---
title: Maps title: Maps
page-header: Maps page-header: Maps
page-menu: base.maps page-menu: plugins.maps
page-libs: [mapbox] page-libs: [mapbox]
layout: default layout: default
permalink: maps.html permalink: maps.html

View File

@@ -1,7 +1,7 @@
--- ---
title: Payment Providers title: Payment Providers
page-header: Payment Providers page-header: Payment Providers
page-menu: extra.payments page-menu: addons.payments
layout: default layout: default
permalink: payment-providers.html permalink: payment-providers.html
--- ---

View File

@@ -1,7 +1,7 @@
--- ---
title: TinyMCE title: TinyMCE
page-header: TinyMCE page-header: TinyMCE
page-menu: base.tinymce page-menu: plugins.tinymce
page-libs: [tinymce] page-libs: [tinymce]
layout: default layout: default
permalink: tinymce.html permalink: tinymce.html