Don't show tooltips if location isn't fully known

This commit is contained in:
Melvin Valster
2019-08-02 10:23:44 +02:00
parent e9edf34787
commit 281565f3de
3 changed files with 17 additions and 13 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
# TODO
- [ ] Fix: Tooltips cause horizontal scroll on less-wide screens. Investigate.
- [ ] Fix: Tooltip flicker on page load, initially positioned in the top left
- [ ] Fix: Tooltips positioned incorrectly after animating back to Home
- [ ] Lay out Talents using flexbox
- [ ] Move routing logic from `Home` into `Calculator`
- [ ] Responsiveness:
- [ ] Tooltips on mobile need different UX
- [ ] Talent tooltips on mobile need different UX
- [ ] Tooltips:
- [ ] Support multiple positions for tooltip (currently only `top-right` with fallbacks based on viewport)
- [ ] Performance: see if we can cache Trigger's getBoundingClientRect and reset it on url change (?)
- [ ] Move icons back under `/src` when https://github.com/facebook/create-react-app/pull/6060 is released as part of 3.0.2