From e83cdc014fb31998252583fc3acbd490c935eb0a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 19 Sep 2021 14:41:18 +0100 Subject: [PATCH 01/19] :sparkles: Adds option to Remember Me for a long time --- src/assets/locales/en.json | 1 + src/views/Login.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index ebda9dfa..f2d9e747 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -19,6 +19,7 @@ "remember-me-hour": "4 Hours", "remember-me-day": "1 Day", "remember-me-week": "1 Week", + "remember-me-long-time": "A long time", "error-missing-username": "Missing Username", "error-missing-password": "Missing Password", "error-incorrect-username": "User not found", diff --git a/src/views/Login.vue b/src/views/Login.vue index 0b159f2c..739867ed 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -111,6 +111,7 @@ export default { { label: this.$t('login.remember-me-hour'), time: 14400 * 1000 }, { label: this.$t('login.remember-me-day'), time: 86400 * 1000 }, { label: this.$t('login.remember-me-week'), time: 604800 * 1000 }, + { label: this.$t('login.remember-me-long-time'), time: 604800 * 52 * 1000 }, ]; }, /* Translations for login response messages */ From d12de96bc50c8665dd30fb95b8245af5a08536a8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 19 Sep 2021 14:48:37 +0100 Subject: [PATCH 02/19] :bookmark: Bumps to V 1.8.3 and updates changelog --- .github/CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 899b7da7..5aaf2eee 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## ✨ 1.8.3 - Adds Login option to Remember Me for a Long Time [PR #237](https://github.com/Lissy93/dashy/pull/237) +- Adds option to Remember Me dropdown, for a Long Time + ## ✨ 1.8.2 - Serverless Functions for Netlify Instances [PR #235](https://github.com/Lissy93/dashy/pull/235) - Previously when Dashy was deployed as a static site to Netlify, it was not possible to use several features, which required server-side code - This PR adds serverless cloud functions to provide most of this functionality diff --git a/package.json b/package.json index 8ceda392..023a0a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.2", + "version": "1.8.3", "license": "MIT", "main": "server", "scripts": { From f74ccf4a58e9419ad231aa370ae715f85ff9f38a Mon Sep 17 00:00:00 2001 From: EVOTk <45015615+EVOTk@users.noreply.github.com> Date: Fri, 24 Sep 2021 07:58:08 +0200 Subject: [PATCH 03/19] =?UTF-8?q?=E2=9C=A8=20Ajout=20traduction=20"remembe?= =?UTF-8?q?r-me-long-time"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/locales/fr.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/locales/fr.json b/src/assets/locales/fr.json index 4eabbeb3..bfb72e11 100644 --- a/src/assets/locales/fr.json +++ b/src/assets/locales/fr.json @@ -19,6 +19,7 @@ "remember-me-hour": "4 Heures", "remember-me-day": "1 Jour", "remember-me-week": "1 Semaine", + "remember-me-long-time": "Un long moment", "error-missing-username": "Nom d'utilisateur manquant", "error-missing-password": "Mot de passe manquant", "error-incorrect-username": "Utilisateur inexistant", From 351a8477bca3fd49c5e51da06fc33e7ed31eec13 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 21 Nov 2021 01:23:20 +0000 Subject: [PATCH 04/19] :purple_heart: Updates contributors list --- docs/credits.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/credits.md b/docs/credits.md index 8646b1c2..5fefe29b 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -12,10 +12,10 @@ - - Robert-Ernst + + vlad-timofeev
- Robert Ernst + Vlad Timofeev
@@ -53,13 +53,6 @@ EVOTk - - - evroon -
- Erik Vroon -
- snyk-bot @@ -67,6 +60,13 @@ Snyk Bot + + + evroon +
+ Erik Vroon +
+ UrekD From d6a18f44dd4deb2a399a715c74883036379fdb9f Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 21 Nov 2021 01:23:22 +0000 Subject: [PATCH 05/19] :yellow_heart: Updates sponsors table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc17a8a6..70b92d6b 100644 --- a/README.md +++ b/README.md @@ -470,10 +470,10 @@ Huge thanks to the sponsors helping to support Dashy's development! - - Robert-Ernst + + vlad-timofeev
- Robert Ernst + Vlad Timofeev
From 7a9d72df961486ece629f134ed1974ad5d030a80 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 21 Nov 2021 01:23:31 +0000 Subject: [PATCH 06/19] :blue_heart: Makes author list --- .github/AUTHORS.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index c0733a64..b762ae04 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -14,19 +14,19 @@ Dan - 2 commits liss-bot <87835202+liss-bot@users.noreply.github.com> - 2 commits ᗪєνιη <υн> - 2 commits Niklas - 4 commits -UrekD - 4 commits +UrekD - 5 commits Erik - 6 commits liss-bot - 6 commits -repo-visualizer - 11 commits -snyk-bot - 11 commits +repo-visualizer - 12 commits +snyk-bot - 14 commits Alicia - 16 commits github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits snyk-bot - 18 commits -Alicia - 20 commits -EVOTk <45015615+EVOTk@users.noreply.github.com> - 21 commits +Alicia - 22 commits +EVOTk <45015615+EVOTk@users.noreply.github.com> - 22 commits Alicia - 25 commits -liss-bot - 29 commits +liss-bot - 31 commits Lissy93 - 78 commits Lissy93 - 201 commits -Alicia - 277 commits +Alicia - 282 commits Alicia - 1168 commits \ No newline at end of file From 416f3c085be06de523fad5a0189fc9f291dcdfd7 Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Sun, 21 Nov 2021 01:24:18 +0000 Subject: [PATCH 07/19] :yellow_heart: Updates repo diagram --- docs/assets/repo-visualization.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/repo-visualization.svg b/docs/assets/repo-visualization.svg index 1d8d931f..91c8b22e 100644 --- a/docs/assets/repo-visualization.svg +++ b/docs/assets/repo-visualization.svg @@ -1 +1 @@ -viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file +viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonsl.jsonsl.jsonsl.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file From 92f2ab1c575730c9332332d15bf6f03b27f2d516 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 28 Nov 2021 01:22:55 +0000 Subject: [PATCH 08/19] :purple_heart: Updates contributors list --- docs/credits.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/credits.md b/docs/credits.md index 5fefe29b..1fd610f1 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -4,13 +4,6 @@ - +
- - mfnalex -
- Mfnalex -
-
vlad-timofeev @@ -24,6 +17,13 @@
DylanH
+
+ + matthewjdegarmo +
+ Matthew J. DeGarmo +
From 3bbb2c595ea8cdcf6fa93ba654677609737a434c Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 28 Nov 2021 01:22:56 +0000 Subject: [PATCH 09/19] :yellow_heart: Updates sponsors table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 70b92d6b..435d4a04 100644 --- a/README.md +++ b/README.md @@ -462,13 +462,6 @@ Huge thanks to the sponsors helping to support Dashy's development! - +
- - mfnalex -
- Mfnalex -
-
vlad-timofeev @@ -482,6 +475,13 @@ Huge thanks to the sponsors helping to support Dashy's development!
DylanH
+
+ + matthewjdegarmo +
+ Matthew J. DeGarmo +
From d7adb6ed2fbc49712cbf807940bd2b26d75c2819 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 28 Nov 2021 01:23:04 +0000 Subject: [PATCH 10/19] :blue_heart: Makes author list --- .github/AUTHORS.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index b762ae04..c3ac5e23 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -17,15 +17,15 @@ Niklas - 4 commits UrekD - 5 commits Erik - 6 commits liss-bot - 6 commits -repo-visualizer - 12 commits -snyk-bot - 14 commits +repo-visualizer - 13 commits +snyk-bot - 15 commits Alicia - 16 commits github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits snyk-bot - 18 commits -Alicia - 22 commits EVOTk <45015615+EVOTk@users.noreply.github.com> - 22 commits +Alicia - 23 commits Alicia - 25 commits -liss-bot - 31 commits +liss-bot - 33 commits Lissy93 - 78 commits Lissy93 - 201 commits Alicia - 282 commits From 41cdc394a77c874dd3654253981765d675abc34e Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Sun, 28 Nov 2021 01:24:13 +0000 Subject: [PATCH 11/19] :yellow_heart: Updates repo diagram --- docs/assets/repo-visualization.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/repo-visualization.svg b/docs/assets/repo-visualization.svg index 91c8b22e..6661877f 100644 --- a/docs/assets/repo-visualization.svg +++ b/docs/assets/repo-visualization.svg @@ -1 +1 @@ -viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonsl.jsonsl.jsonsl.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file +viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonsl.jsonsl.jsonsl.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file From 917608c68048934cadf3b651ce92086546235fdc Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Sun, 28 Nov 2021 23:20:07 -0500 Subject: [PATCH 12/19] String to Bool for statusCheckAllowInsecure on save --- src/components/InteractiveEditor/EditItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index e924f3ef..c5139dbd 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -227,6 +227,7 @@ export default { }; if (newItem.tags) newItem.tags = strToTags(newItem.tags); if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck); + if (newItem.statusCheckAllowInsecure) newItem.statusCheckAllowInsecure = strToBool(newItem.statusCheckAllowInsecure); // if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10); return newItem; }, From 02180c5c23e88507d6201a4ad79a2a2f41298d0f Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Sun, 28 Nov 2021 23:23:32 -0500 Subject: [PATCH 13/19] Linting fix --- src/components/InteractiveEditor/EditItem.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index c5139dbd..14c7bfa0 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -227,7 +227,9 @@ export default { }; if (newItem.tags) newItem.tags = strToTags(newItem.tags); if (newItem.statusCheck) newItem.statusCheck = strToBool(newItem.statusCheck); - if (newItem.statusCheckAllowInsecure) newItem.statusCheckAllowInsecure = strToBool(newItem.statusCheckAllowInsecure); + if (newItem.statusCheckAllowInsecure) { + newItem.statusCheckAllowInsecure = strToBool(newItem.statusCheckAllowInsecure); + } // if (newItem.hotkey) newItem.hotkey = parseInt(newItem.hotkey, 10); return newItem; }, From c9260e0c338f30ca5094a78e20175b99bd0c35d1 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Mon, 29 Nov 2021 11:53:27 +0000 Subject: [PATCH 14/19] :purple_heart: Updates contributors list --- docs/credits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/credits.md b/docs/credits.md index 1fd610f1..411e572f 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -20,7 +20,7 @@ - matthewjdegarmo + matthewjdegarmo
Matthew J. DeGarmo
From 068efa52a002d220aa5610e74531cdc4c21edb1b Mon Sep 17 00:00:00 2001 From: liss-bot Date: Mon, 29 Nov 2021 11:53:28 +0000 Subject: [PATCH 15/19] :yellow_heart: Updates sponsors table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435d4a04..a63e3b7f 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ Huge thanks to the sponsors helping to support Dashy's development! - matthewjdegarmo + matthewjdegarmo
Matthew J. DeGarmo
From 59d5c453d8110339838eca31d4a0769c7cd53774 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:53:38 +0000 Subject: [PATCH 16/19] :blue_heart: Makes author list --- .github/AUTHORS.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index c3ac5e23..3868cc24 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -10,6 +10,7 @@ Ryan - 1 commits Shreya - 1 commits deepsource-io[bot] - 1 commits jnach <33467747+jnach@users.noreply.github.com> - 1 commits +Brendan <'Lear> - 2 commits Dan - 2 commits liss-bot <87835202+liss-bot@users.noreply.github.com> - 2 commits ᗪєνιη <υн> - 2 commits @@ -17,16 +18,16 @@ Niklas - 4 commits UrekD - 5 commits Erik - 6 commits liss-bot - 6 commits -repo-visualizer - 13 commits +repo-visualizer - 14 commits snyk-bot - 15 commits Alicia - 16 commits github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits snyk-bot - 18 commits EVOTk <45015615+EVOTk@users.noreply.github.com> - 22 commits -Alicia - 23 commits +Alicia - 24 commits Alicia - 25 commits -liss-bot - 33 commits +liss-bot - 35 commits Lissy93 - 78 commits Lissy93 - 201 commits -Alicia - 282 commits +Alicia - 283 commits Alicia - 1168 commits \ No newline at end of file From 43126b4fd300f158f9337937a2fe84ec3c3447a1 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 5 Dec 2021 01:24:54 +0000 Subject: [PATCH 17/19] :blue_heart: Updates contributor SVG --- docs/assets/CONTRIBUTORS.svg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/assets/CONTRIBUTORS.svg b/docs/assets/CONTRIBUTORS.svg index 12615fea..f5a59bfd 100644 --- a/docs/assets/CONTRIBUTORS.svg +++ b/docs/assets/CONTRIBUTORS.svg @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + From 7163f7065b95734403c6c3a7fd73928ea6bd42f2 Mon Sep 17 00:00:00 2001 From: Alicia Bot <87835202+liss-bot@users.noreply.github.com> Date: Sun, 5 Dec 2021 01:25:07 +0000 Subject: [PATCH 18/19] :blue_heart: Makes author list --- .github/AUTHORS.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/AUTHORS.txt b/.github/AUTHORS.txt index 3868cc24..95613851 100644 --- a/.github/AUTHORS.txt +++ b/.github/AUTHORS.txt @@ -19,15 +19,15 @@ UrekD - 5 commits Erik - 6 commits liss-bot - 6 commits repo-visualizer - 14 commits -snyk-bot - 15 commits Alicia - 16 commits github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - 16 commits +snyk-bot - 16 commits snyk-bot - 18 commits EVOTk <45015615+EVOTk@users.noreply.github.com> - 22 commits -Alicia - 24 commits +Alicia - 25 commits Alicia - 25 commits -liss-bot - 35 commits +liss-bot - 37 commits Lissy93 - 78 commits Lissy93 - 201 commits -Alicia - 283 commits -Alicia - 1168 commits \ No newline at end of file +Alicia - 285 commits +Alicia - 1182 commits \ No newline at end of file From f8ec2cc73c2ffb13cd5c5e05d4068a72f1f0d170 Mon Sep 17 00:00:00 2001 From: repo-visualizer Date: Sun, 5 Dec 2021 01:26:02 +0000 Subject: [PATCH 19/19] :yellow_heart: Updates repo diagram --- docs/assets/repo-visualization.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/repo-visualization.svg b/docs/assets/repo-visualization.svg index 6661877f..46ad09e2 100644 --- a/docs/assets/repo-visualization.svg +++ b/docs/assets/repo-visualization.svg @@ -1 +1 @@ -viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonsl.jsonsl.jsonsl.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file +viewsviewsutilsutilsstylesstylescomponentscomponentsassetsassetsWorkspaceWorkspaceSettingsSettingsPageStrcturePageStrctureMinimalViewMinimalViewLinkItemsLinkItemsInteractiveEditorInteractiveEditorFormElementsFormElementsConfigurationConfigurationlocaleslocalesinterface-iconsinterface-iconsHome.vueHome.vueHome.vueLogin.vueLogin.vueLogin.vueemojis.jsonemojis.jsonemojis.jsonConfigSch...ConfigSch...ConfigSch...color-the...color-the...color-the...CustomThe...CustomThe...CustomThe...Item.vueItem.vueItem.vueSection.vueSection.vueSection.vueItemIcon...ItemIcon...ItemIcon...EditItem...EditItem...EditItem...JsonEdito...JsonEdito...JsonEdito...ConfigCo...ConfigCo...ConfigCo...hi.jsonhi.jsonhi.jsonfr.jsonfr.jsonfr.jsonru.jsonru.jsonru.jsonsl.jsonsl.jsonsl.jsonen.jsonen.jsonen.jsonar.jsonar.jsonar.json.js.json.scss.svg.vueeach dot sized by file size \ No newline at end of file