From 29209eb1bf3eb46351c456aeca48bbadb065a0f4 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 20 Apr 2024 13:47:07 +0300 Subject: [PATCH] Reorder menu items --- assets/menu/menu.json | 44 +++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/assets/menu/menu.json b/assets/menu/menu.json index 298e67de0..4ceaeb456 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -94,6 +94,10 @@ "name": "IconField", "to": "/iconfield" }, + { + "name": "InputChips", + "to": "/inputchips" + }, { "name": "InputGroup", "to": "/inputgroup" @@ -110,10 +114,6 @@ "name": "InputOtp", "to": "/inputotp" }, - { - "name": "InputChips", - "to": "/inputchips" - }, { "name": "InputText", "to": "/inputtext" @@ -142,14 +142,14 @@ "name": "Rating", "to": "/rating" }, - { - "name": "SelectButton", - "to": "/selectbutton" - }, { "name": "Select", "to": "/select" }, + { + "name": "SelectButton", + "to": "/selectbutton" + }, { "name": "Slider", "to": "/slider" @@ -180,7 +180,7 @@ "to": "/button" }, { - "name": "Speed Dial", + "name": "SpeedDial", "to": "/speeddial" }, { @@ -205,7 +205,7 @@ "to": "/orderlist" }, { - "name": "Org Chart", + "name": "OrgChart", "to": "/organizationchart" }, { @@ -216,6 +216,10 @@ "name": "PickList", "to": "/picklist" }, + { + "name": "Timeline", + "to": "/timeline" + }, { "name": "Tree", "to": "/tree" @@ -224,10 +228,6 @@ "name": "TreeTable", "to": "/treetable" }, - { - "name": "Timeline", - "to": "/timeline" - }, { "name": "VirtualScroller", "to": "/virtualscroller" @@ -302,6 +302,10 @@ "name": "Dialog", "to": "/dialog" }, + { + "name": "Drawer", + "to": "/drawer" + }, { "name": "DynamicDialog", "to": "/dynamicdialog" @@ -310,10 +314,6 @@ "name": "Popover", "to": "/popover" }, - { - "name": "Drawer", - "to": "/drawer" - }, { "name": "Tooltip", "to": "/tooltip" @@ -420,6 +420,10 @@ { "name": "Misc", "children": [ + { + "name": "AnimateOnScroll", + "to": "/animateonscroll" + }, { "name": "Avatar", "to": "/avatar" @@ -464,10 +468,6 @@ "name": "ProgressSpinner", "to": "/progressspinner" }, - { - "name": "AnimateOnScroll", - "to": "/animateonscroll" - }, { "name": "Ripple", "to": "/ripple"