Commit Graph

63 Commits

Author SHA1 Message Date
Melvin Valster 2fcf238446 Convert Icon to PureComponent and fix fallback 2019-07-27 13:34:00 +02:00
Melvin Valster cfcaf996c2 Basic style for PageLoader 2019-07-27 13:33:07 +02:00
Melvin Valster 016ed844e2 It wasn't broken :') 2019-07-27 00:51:27 +02:00
Melvin Valster 14d1d14bb5 Try to unbreak Netlify 2019-07-27 00:51:01 +02:00
Melvin Valster 3c06df0e6f Update TODO 2019-07-27 00:50:22 +02:00
Melvin Valster c0507109e0 Disable PWA during development 2019-07-27 00:43:52 +02:00
Melvin Valster f006b86fa5 Try to make /images not redirect to index.html 2019-07-27 00:40:57 +02:00
Melvin Valster 7317ec594b Prevent white flashing on load 2019-07-27 00:36:58 +02:00
Melvin Valster 4bb325cd9a Add normalize.css and fix some basic styling 2019-07-27 00:04:46 +02:00
Melvin Valster 12702d7592 Add simple route-based code splitting 2019-07-26 23:45:47 +02:00
Melvin Valster f80774c18f Update TODO 2019-07-26 23:15:41 +02:00
Melvin Valster 50b5b4300a Add netlify.toml 2019-07-26 23:08:21 +02:00
Melvin Valster 33d88c950f Move icons to /public due to webpack inlining all the icons, causing bloated bundle sizes 2019-07-26 22:56:10 +02:00
Melvin Valster db972548c9 Update TODO 2019-07-26 22:44:07 +02:00
Melvin Valster 4c8ae806fc Fix bug with className on Icon overriding 2019-07-26 22:39:27 +02:00
Melvin Valster 0f988f479f Add icons 2019-07-26 22:31:00 +02:00
Melvin Valster 60e3c5d8f9 Include fallback icon into the build 2019-07-26 21:38:31 +02:00
Melvin Valster 96b39835b5 Opt-in to PWA 2019-07-26 21:29:06 +02:00
Melvin Valster 32b13089c7 Update TODO 2019-07-26 21:22:13 +02:00
Melvin Valster 8b03ff3c24 Fix broken type comparison for production app 2019-07-26 18:38:41 +02:00
Melvin Valster 2739717432 Add _redirects for Netlify 2019-07-26 18:32:46 +02:00
Melvin Valster 8b8a57cbc2 Update TODO 2019-07-26 18:26:51 +02:00
Melvin Valster 4f72889e68 Working tooltips! 2019-07-26 18:20:08 +02:00
Melvin Valster 90fdc8d0e9 Remove baseName from Router 2019-07-25 16:27:55 +02:00
Melvin Valster 1b91445a12 Remove homepage from package.json 2019-07-25 16:27:18 +02:00
Melvin Valster 0c2fa6d5a0 Update yarn.lock 2019-07-25 16:22:16 +02:00
Melvin Valster 6f281a1d53 Update README.md 2019-07-25 16:17:39 +02:00
Melvin Valster ee0ed4b605 Add icon support to tooltip and add SpellTooltip component 2019-07-25 15:51:13 +02:00
Melvin Valster 256118fd1a Add data-fetch tool used to fetch unknown spell metadata from wowhead <3 2019-07-25 15:50:36 +02:00
Melvin Valster cf6c4ea7b1 Add slight shadown on talent frames 2019-07-25 10:56:08 +02:00
Melvin Valster 51da94721b Split up more scss and fix so arrow starts from under the icon 2019-07-25 10:48:04 +02:00
Melvin Valster f3de44dbae Rename TalentSlot to Talent 2019-07-25 10:31:39 +02:00
Melvin Valster 978b35742c Rename .talent--maxed to .talent--disabled-with-points 2019-07-25 10:01:17 +02:00
Melvin Valster 7b51daa3d7 Include Talent component in the playground 2019-07-25 09:59:17 +02:00
Melvin Valster 45e68a11e2 Updates 2019-07-24 23:34:57 +02:00
Melvin Valster e021dea1ab Refactor, tweaks, clean-up, improve 2019-07-24 23:27:23 +02:00
Melvin Valster 36742ea22e Add /playground and initial tooltips 2019-07-24 21:52:38 +02:00
Melvin Valster 94a0a97fbf Add support for right-down arrows 2019-07-24 13:25:57 +02:00
Melvin Valster d5121960a1 Add tests for canLearnTalent and canUnlearnTalent 2019-07-23 23:44:36 +02:00
Melvin Valster c4bec9bea9 Remove public/images 2019-07-23 23:34:05 +02:00
Melvin Valster a16de4e373 Try setting the basename 2019-07-23 13:54:39 +02:00
Melvin Valster d375fb9408 Try having images under src/ for relative path 2019-07-23 13:47:00 +02:00
Melvin Valster 819ed3b016 Update README/TODO 2019-07-23 08:21:21 +02:00
Melvin Valster 907ad0f752 Update TODO.md 2019-07-22 23:15:19 +02:00
Melvin Valster 07f60d48a7 Calculate :active state using lighten() 2019-07-22 23:12:39 +02:00
Melvin Valster 2b91585029 Add feedback when clicking on icon 2019-07-22 23:09:08 +02:00
Melvin Valster 7de43bcc5a Add images to repo 2019-07-22 23:06:16 +02:00
Melvin Valster 0b4af07407 Add arrow active state 2019-07-22 22:58:32 +02:00
Melvin Valster 1866951986 Add down-, right- and left-wards arrows, still missing active state 2019-07-22 22:48:05 +02:00
Melvin Valster 9d91bc32fb Add talent decoding and spiffing up icon frames 2019-07-22 21:16:55 +02:00