From b40848aee217e492592c78aaafad1de8c7987f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Sat, 18 Feb 2023 23:03:43 +0100 Subject: [PATCH] Ui fixes and new features --- src/runtime/components/BitinflowButton.vue | 7 ++-- .../components/BitinflowButtonLink.vue | 33 +++++++++++++++++++ .../components/BitinflowFirstLevelLink.vue | 9 +++-- .../components/BitinflowFirstLevelMenu.vue | 6 ++-- .../components/BitinflowSecondLevelButton.vue | 25 ++++++++++++++ .../components/BitinflowSecondLevelLink.vue | 18 +++++++--- .../components/BitinflowSecondLevelMenu.vue | 24 ++++++++++---- .../components/BitinflowThirdLevelMenu.vue | 24 +++++++++----- src/runtime/composables/index.ts | 3 ++ src/runtime/stores/menu.ts | 6 +++- src/types.ts | 1 + 11 files changed, 125 insertions(+), 31 deletions(-) create mode 100644 src/runtime/components/BitinflowButtonLink.vue create mode 100644 src/runtime/components/BitinflowSecondLevelButton.vue diff --git a/src/runtime/components/BitinflowButton.vue b/src/runtime/components/BitinflowButton.vue index f52ce45..e5dc219 100644 --- a/src/runtime/components/BitinflowButton.vue +++ b/src/runtime/components/BitinflowButton.vue @@ -1,15 +1,16 @@ + + diff --git a/src/runtime/components/BitinflowFirstLevelLink.vue b/src/runtime/components/BitinflowFirstLevelLink.vue index 3420481..2f91c77 100644 --- a/src/runtime/components/BitinflowFirstLevelLink.vue +++ b/src/runtime/components/BitinflowFirstLevelLink.vue @@ -1,10 +1,13 @@ diff --git a/src/runtime/components/BitinflowSecondLevelLink.vue b/src/runtime/components/BitinflowSecondLevelLink.vue index b263575..b14d7cb 100644 --- a/src/runtime/components/BitinflowSecondLevelLink.vue +++ b/src/runtime/components/BitinflowSecondLevelLink.vue @@ -1,19 +1,27 @@ diff --git a/src/runtime/components/BitinflowThirdLevelMenu.vue b/src/runtime/components/BitinflowThirdLevelMenu.vue index cdc54e3..2e4b503 100644 --- a/src/runtime/components/BitinflowThirdLevelMenu.vue +++ b/src/runtime/components/BitinflowThirdLevelMenu.vue @@ -11,27 +11,29 @@