Fix preventing of removing points when it would bring us below the minimum for talents learnt further down the tree

This commit is contained in:
Melvin Valster
2019-07-21 13:04:05 +02:00
parent eddb47e8b1
commit 431f944b50
4 changed files with 53 additions and 19 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
# TODO
- [ ] Add react-router
- [ ] Add redux
- [ ] Prevent reducing talent points on a row when it is a dependency for points already spent in the next row
- [ ] Prevent reducing talent points on a talent that is a requirement for another talent with points in it
- [ ] Talent tooltips
- [ ] Change class
- [ ] Generate URL for chosen talents
- [ ] Responsive on mobile
- [ ] Responsive on mobile
- [ ] Pretty ClassPicker
- [x] Add react-router
- [x] Prevent reducing talent points on a row when it is a dependency for points already spent in the next row