File tree 3 files changed +2
-12
lines changed
3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 4
4
- Adds functionality for sub-items / item-groups
5
5
- Creates an item mixin, for reusing functionality
6
6
- Item width calculated based on parent section width
7
+ - Improved mobile support, long-press for right-click
7
8
- Adds 2 new themes (` lissy ` and ` charry-blossom ` )
8
9
- Adds 2 new widgets (` mullvad-status ` , and ` blacklist-check ` )
9
10
Original file line number Diff line number Diff line change 2
2
- Adds functionality for sub-items / item-groups
3
3
- Creates an item mixin, for reusing functionality
4
4
- Item width calculated based on parent section width
5
+ - Improved mobile support, long-press for right-click
5
6
- Adds 2 new themes (` lissy ` and ` charry-blossom ` )
6
7
- Adds 2 new widgets (` mullvad-status ` , and ` blacklist-check ` )
Original file line number Diff line number Diff line change @@ -208,18 +208,6 @@ export default {
208
208
}
209
209
return styles;
210
210
},
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
- // },
223
211
},
224
212
methods: {
225
213
/* Opens the iframe modal */
You can’t perform that action at this time.
0 commit comments