File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ` )
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments