From 78b2cb442e8f387f52ee145cbee52839dfc7b2c5 Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Thu, 6 Feb 2020 12:57:10 +0100 Subject: [PATCH] Account icon, (un)check all quests, author notice --- src/assets/account.png | Bin 0 -> 1996 bytes src/components/ConfigSection.vue | 17 ++++++++++++++++- src/components/LeftNav.vue | 2 +- src/main.js | 8 ++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 src/assets/account.png diff --git a/src/assets/account.png b/src/assets/account.png new file mode 100644 index 0000000000000000000000000000000000000000..9eca18428e075e1df4bcf890082f943b087dce22 GIT binary patch literal 1996 zcmV;-2Q&DIP)#<{$@(c@5z$>qv2tP zN7p=#uIm`4fvTveipsh*tMLbB;}6VEURV$jC5eX@F9N`I-Qu)R&8K-QcdgCR)sLIS zl6w~M)zyh~;_N?CLgU1LKqW&82x066^8_;h({Z;R0xme}y)URJMr5>-{Q#OKr4vhgWY zMMhB+WJzLT)p%4@%?tUlVpQ{K-Y*aA&e6Z{_nleCcZ_>ES(EjfjswgO`g6DaZ27~m3!`%6$ zIvmHr^;~xB-ND^=*W)-2p-@W>?2teshLHog<;h!fy3cdZJdI!TC1E8ARaS6a7eNp( zO@p3rn9^Vn2?@)#De?J<#$zAP^_ou`((~fh7ppVglOn8td@YXcV3=kyYc(P1;=WLj z<>aMPu(oZ}6X`%zM-~RHtgQ4pu6FRo{R`;5)|FoHR{ezC6^$8q@P@@4#_`GqX^ ziveS1HhKpU2`{*~LZaT6kVOVC?jbv7ZLG}7*Pb5n|>dy8+ZQXVNrZhBj{Ombg z$4Ogtppk;***VspX*gg!uA|W z1&K~Ti0e$Aeh04WV%avX>ktTxAmI1&ddp$_{xVF{L=**f|NJ{NefEX7O&iJ5m0NiC z-HTbtlm@*~h7V>;y8U)a{C-9R0+jguIrFaTqN)midg~}-$5vpP7LMZ(DDk0cBRO^I z1BTS=`)9c5bQfH2Sr)FQ;hjx|oJRBB2wH_hOnBre$82zGnd2O(s#?GBBJTI=U|A2Q5@b4c#0x zY-w;5J6_sLLf1*?2@-mOSUgT5p(jN*&@(#Ef_XLAwnKM!jD&6#dS?MtP6DkUXq{umu@!7nsgTd)5RwsY@3F9j@$Np(*o+37A^ z_%{HPCr|uL{dM4h;MLbp^(IZK@veJR@M>x%cmsJ@{B%G)0X*UO@wX}Q`Lbqg+vGDk e`de?{eEAP)$Z^9bu4Od<0000 -

Quests Unlocks

+

Quests Unlocks

+ + + Unlocked all + + + +
{ + quest.unlock = value; + }); } }, created() { diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 7ad16d9..b9bb566 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -34,7 +34,7 @@ export default { links: [ { id: 100, - icon: 'hiscores.png', + icon: 'account.png', title: 'Account settings', to: 'config', }, diff --git a/src/main.js b/src/main.js index 02cf5f0..990f3c7 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2019, Bart van der Braak + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * @author Bart + */ + import '@babel/polyfill' import 'mutationobserver-shim' import 'lodash'