From 75aa15dbf05291f89f8b05cd0f5e88e9a535b9d2 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 8 Jun 2021 14:41:49 +0100 Subject: [PATCH 1/8] Adds minimum dimensions for modal --- src/components/Settings/ConfigLauncher.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Settings/ConfigLauncher.vue b/src/components/Settings/ConfigLauncher.vue index d5db3f68..58bf9445 100644 --- a/src/components/Settings/ConfigLauncher.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -104,6 +104,8 @@ export default { From 733794b57ffa4703d40b9c4381ca54b16e3fbd85 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 9 Jun 2021 12:37:51 +0100 Subject: [PATCH 4/8] Renames issue templates, adds missing fields --- .github/ISSUE_TEMPLATE/{bug-report---.md => bug-report.md} | 0 .../{feature-request---.md => feature-request.md} | 0 .github/ISSUE_TEMPLATE/{question------.md => question.md} | 2 +- .../ISSUE_TEMPLATE/{share-feedback---.md => share-feedback.md} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug-report---.md => bug-report.md} (100%) rename .github/ISSUE_TEMPLATE/{feature-request---.md => feature-request.md} (100%) rename .github/ISSUE_TEMPLATE/{question------.md => question.md} (81%) rename .github/ISSUE_TEMPLATE/{share-feedback---.md => share-feedback.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report---.md rename to .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request---.md b/.github/ISSUE_TEMPLATE/feature-request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request---.md rename to .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/question------.md b/.github/ISSUE_TEMPLATE/question.md similarity index 81% rename from .github/ISSUE_TEMPLATE/question------.md rename to .github/ISSUE_TEMPLATE/question.md index 97d06226..c0b757f3 100644 --- a/.github/ISSUE_TEMPLATE/question------.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: "Question \U0001F937‍♀️" -about: Describe this issue template's purpose here. +about: Got a question about Dashy, deployment, development or usage? title: "[QUESTION]" labels: "\U0001F937‍♂️ Question" assignees: Lissy93 diff --git a/.github/ISSUE_TEMPLATE/share-feedback---.md b/.github/ISSUE_TEMPLATE/share-feedback.md similarity index 100% rename from .github/ISSUE_TEMPLATE/share-feedback---.md rename to .github/ISSUE_TEMPLATE/share-feedback.md From 7ab32686bad645d56fa453a8f31318ec8df2b627 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 9 Jun 2021 14:03:15 +0100 Subject: [PATCH 5/8] Adds note on small screens --- .../Configuration/ConfigContainer.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/Configuration/ConfigContainer.vue b/src/components/Configuration/ConfigContainer.vue index 0002a6c6..3146db52 100644 --- a/src/components/Configuration/ConfigContainer.vue +++ b/src/components/Configuration/ConfigContainer.vue @@ -29,6 +29,9 @@ Reset Local Settings +

Note:

@@ -151,6 +154,7 @@ export default {