From 252bc164ccf38fa356a6cfc2f20d651526c9bf46 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 14 Apr 2022 19:17:35 +0100 Subject: [PATCH] :fire: Removes commented out code --- .github/CHANGELOG.md | 1 + .github/LATEST_CHANGELOG.md | 1 + src/components/LinkItems/Section.vue | 12 ------------ 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d5cddc7b..380e8bc9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -4,6 +4,7 @@ - Adds functionality for sub-items / item-groups - Creates an item mixin, for reusing functionality - Item width calculated based on parent section width +- Improved mobile support, long-press for right-click - Adds 2 new themes (`lissy` and `charry-blossom`) - Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) diff --git a/.github/LATEST_CHANGELOG.md b/.github/LATEST_CHANGELOG.md index 9e9eec51..b0f310c3 100644 --- a/.github/LATEST_CHANGELOG.md +++ b/.github/LATEST_CHANGELOG.md @@ -2,5 +2,6 @@ - Adds functionality for sub-items / item-groups - Creates an item mixin, for reusing functionality - Item width calculated based on parent section width +- Improved mobile support, long-press for right-click - Adds 2 new themes (`lissy` and `charry-blossom`) - Adds 2 new widgets (`mullvad-status`, and `blacklist-check`) diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index edb1e58b..23d45989 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -208,18 +208,6 @@ export default { } return styles; }, - // /* Determines if user has enabled online status checks */ - // enableStatusCheck() { - // return this.appConfig.statusCheck || false; - // }, - // /* Determine how often to re-fire status checks */ - // statusCheckInterval() { - // let interval = this.appConfig.statusCheckInterval; - // if (!interval) return 0; - // if (interval > 60) interval = 60; - // if (interval < 1) interval = 0; - // return interval; - // }, }, methods: { /* Opens the iframe modal */