From 8866256a216a68c16868aebd522d4ad05721e367 Mon Sep 17 00:00:00 2001 From: Hayden Date: Sat, 6 Feb 2021 12:17:10 -0900 Subject: [PATCH] added category scroll --- frontend/src/App.vue | 11 ----------- .../Settings/General/HomePageSettings.vue | 18 ++++++++++++++---- .../src/components/Settings/General/index.vue | 2 +- .../src/components/Settings/Webhook/index.vue | 12 ++++++------ frontend/src/components/UI/CardSection.vue | 2 +- frontend/src/locales/en.json | 2 +- 6 files changed, 23 insertions(+), 24 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 66f15ccce..93103d324 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -94,16 +94,5 @@ export default { diff --git a/frontend/src/components/Settings/General/HomePageSettings.vue b/frontend/src/components/Settings/General/HomePageSettings.vue index 10acc4ecc..4fbf24f59 100644 --- a/frontend/src/components/Settings/General/HomePageSettings.vue +++ b/frontend/src/components/Settings/General/HomePageSettings.vue @@ -30,13 +30,18 @@

Homepage Categories

- + - + - mdi-link {{ $t("settings.local-api") }} + mdi-open-in-new diff --git a/frontend/src/components/Settings/Webhook/index.vue b/frontend/src/components/Settings/Webhook/index.vue index 6d74b0e8e..5d37ce198 100644 --- a/frontend/src/components/Settings/Webhook/index.vue +++ b/frontend/src/components/Settings/Webhook/index.vue @@ -4,14 +4,14 @@ {{ $t("settings.webhooks.meal-planner-webhooks") }} -

+ }} + {{ time }} +

diff --git a/frontend/src/components/UI/CardSection.vue b/frontend/src/components/UI/CardSection.vue index 08614f03d..5a4f92c43 100644 --- a/frontend/src/components/UI/CardSection.vue +++ b/frontend/src/components/UI/CardSection.vue @@ -5,7 +5,7 @@ - + {{ title.toUpperCase() }} diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 20c9a1140..89543f0a8 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -122,7 +122,7 @@ }, "webhooks": { "meal-planner-webhooks": "Meal Planner Webhooks", - "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at { time }", + "the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at", "test-webhooks": "Test Webhooks", "webhook-url": "Webhook URL" },