From 78b3cb16f4f736181024a2c6f394538f3355c166 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 13 May 2020 16:59:23 +0300 Subject: [PATCH] Animated menu --- src/AppMenu.vue | 124 +++++++++++++++++-------------- src/assets/styles/app/_menu.scss | 2 +- 2 files changed, 71 insertions(+), 55 deletions(-) diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 8e230406c..e22e9c915 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -63,31 +63,35 @@
DataTable -
    -
  • Basic
  • -
  • Dynamic
  • -
  • Templating
  • -
  • Size
  • -
  • ColGroup
  • -
  • Paginator
  • -
  • Sort
  • -
  • Filter
  • -
  • Selection
  • -
  • Lazy
  • -
  • Scroll
  • -
  • Expand
  • -
  • Edit
  • -
  • ColToggle
  • -
  • ColResize
  • -
  • Reorder
  • -
  • RowGroup
  • -
  • ContextMenu
  • -
  • Responsive
  • -
  • Export
  • -
  • State
  • -
  • Style
  • -
  • Crud
  • -
+ +
+
    +
  • Basic
  • +
  • Dynamic
  • +
  • Templating
  • +
  • Size
  • +
  • ColGroup
  • +
  • Paginator
  • +
  • Sort
  • +
  • Filter
  • +
  • Selection
  • +
  • Lazy
  • +
  • Scroll
  • +
  • Expand
  • +
  • Edit
  • +
  • ColToggle
  • +
  • ColResize
  • +
  • Reorder
  • +
  • RowGroup
  • +
  • ContextMenu
  • +
  • Responsive
  • +
  • Export
  • +
  • State
  • +
  • Style
  • +
  • Crud
  • +
+
+
@@ -100,29 +104,37 @@
Tree -
    -
  • Selection
  • -
  • Lazy
  • -
  • Templating
  • -
  • Filter
  • -
+ +
+
    +
  • Selection
  • +
  • Lazy
  • +
  • Templating
  • +
  • Filter
  • +
+
+
TreeTable -
    -
  • Templating
  • -
  • Size
  • -
  • Paginator
  • -
  • Sort
  • -
  • Filter
  • -
  • Selection
  • -
  • Lazy
  • -
  • ColToggle
  • -
  • Resize
  • -
  • Responsive
  • -
+ +
+
    +
  • Templating
  • +
  • Size
  • +
  • Paginator
  • +
  • Sort
  • +
  • Filter
  • +
  • Selection
  • +
  • Lazy
  • +
  • ColToggle
  • +
  • Resize
  • +
  • Responsive
  • +
+
+
@@ -209,17 +221,21 @@
Galleria -
    -
  • Documentation
  • -
  • Basic
  • -
  • Indicator
  • -
  • Thumbnail
  • -
  • Preview
  • -
  • Responsive
  • -
  • FullScreen
  • -
  • Circular
  • -
  • Caption
  • -
+ +
+
    +
  • Documentation
  • +
  • Basic
  • +
  • Indicator
  • +
  • Thumbnail
  • +
  • Preview
  • +
  • Responsive
  • +
  • FullScreen
  • +
  • Circular
  • +
  • Caption
  • +
+
+
diff --git a/src/assets/styles/app/_menu.scss b/src/assets/styles/app/_menu.scss index f54f45eb3..01a4930f2 100644 --- a/src/assets/styles/app/_menu.scss +++ b/src/assets/styles/app/_menu.scss @@ -7,6 +7,7 @@ overflow: auto; width: 250px; border-right: 1px solid var(--layer-2); + user-select: none; .layout-menu { > span { @@ -69,7 +70,6 @@ } ul { - display: none; padding: .5rem 0; margin: 0; list-style-type: none;