mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 01:42:00 +03:00
🔥 Removes commented out code
This commit is contained in:
parent
525259bcff
commit
252bc164cc
1
.github/CHANGELOG.md
vendored
1
.github/CHANGELOG.md
vendored
@ -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`)
|
||||
|
||||
|
1
.github/LATEST_CHANGELOG.md
vendored
1
.github/LATEST_CHANGELOG.md
vendored
@ -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`)
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user