Skip to content

Commit 252bc16

Browse files
committed
🔥 Removes commented out code
1 parent 525259b commit 252bc16

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Adds functionality for sub-items / item-groups
55
- Creates an item mixin, for reusing functionality
66
- Item width calculated based on parent section width
7+
- Improved mobile support, long-press for right-click
78
- Adds 2 new themes (`lissy` and `charry-blossom`)
89
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)
910

.github/LATEST_CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
- Adds functionality for sub-items / item-groups
33
- Creates an item mixin, for reusing functionality
44
- Item width calculated based on parent section width
5+
- Improved mobile support, long-press for right-click
56
- Adds 2 new themes (`lissy` and `charry-blossom`)
67
- Adds 2 new widgets (`mullvad-status`, and `blacklist-check`)

src/components/LinkItems/Section.vue

-12
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,6 @@ export default {
208208
}
209209
return styles;
210210
},
211-
// /* Determines if user has enabled online status checks */
212-
// enableStatusCheck() {
213-
// return this.appConfig.statusCheck || false;
214-
// },
215-
// /* Determine how often to re-fire status checks */
216-
// statusCheckInterval() {
217-
// let interval = this.appConfig.statusCheckInterval;
218-
// if (!interval) return 0;
219-
// if (interval > 60) interval = 60;
220-
// if (interval < 1) interval = 0;
221-
// return interval;
222-
// },
223211
},
224212
methods: {
225213
/* Opens the iframe modal */

0 commit comments

Comments
 (0)