This commit is contained in:
Melvin Valster
2019-07-24 23:34:57 +02:00
parent e021dea1ab
commit 45e68a11e2
4 changed files with 1925 additions and 2013 deletions
+1
View File
@@ -7,6 +7,7 @@
- [ ] Talent tree: Reset button per tree (?) - [ ] Talent tree: Reset button per tree (?)
- [ ] Fix: Initial load `pointString` validation (make sure all talents are valid and their deps are met) - [ ] Fix: Initial load `pointString` validation (make sure all talents are valid and their deps are met)
- [ ] Fix: Arrow should start underneath the icon - [ ] Fix: Arrow should start underneath the icon
- [ ] Fix: Navigating between talent links for same class does not trigger re-render
- [x] Talent tree: Arrows for dependencies - [x] Talent tree: Arrows for dependencies
- [x] System: Generate URL for chosen talents - [x] System: Generate URL for chosen talents
- [x] Talent tree: Prettier talent frames - [x] Talent tree: Prettier talent frames
+2 -2
View File
@@ -42,7 +42,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"gh-pages": "^2.0.1", "@welldone-software/why-did-you-render": "^3.2.1",
"@welldone-software/why-did-you-render": "^3.2.1" "gh-pages": "^2.0.1"
} }
} }
+1 -1
View File
@@ -1,5 +1,5 @@
.playground-section { .playground-section {
margin-bottom: 2em; margin-bottom: 1.5em;
padding-bottom: 2em; padding-bottom: 2em;
border-bottom: 1px solid rgba(255, 255, 255, .1); border-bottom: 1px solid rgba(255, 255, 255, .1);
+1921 -2010
View File
File diff suppressed because it is too large Load Diff