Commit Graph

13 Commits

Author SHA1 Message Date
Robbie Antenesse f02bec30e6 Upgrade dependencies; fix proptype check in Pagination 2018-02-22 08:09:51 -07:00
Robbie Antenesse d9467cfe82 Focus input field on IPATable close 2017-12-10 14:30:22 -07:00
Robbie Antenesse 43d2d48b27 Add PropTypes verifications to all components
1) to help me when I screw up and 2) to have a clearly laid out but
still useful way of knowing what props a component can accept!
2017-11-15 16:07:42 -07:00
Robbie Antenesse d49ffa8d94 Change Helpers to export functions instead of being a class 2017-08-20 23:53:59 -06:00
Robbie Antenesse 53bf992226 Expand IPAField customization options 2017-08-20 14:44:12 -06:00
Robbie Antenesse a443fe4c3f Fix code style
Remove misguided comma-first style, add floating commas, and improve
spacing and parentheses for single-param inline arrow functions.
2017-07-25 22:11:33 -06:00
Robbie Antenesse 74956c06f6 Fix word form not clearing 2017-05-18 22:27:16 -06:00
Robbie Antenesse 053ef54402 Improve wording & functionality in IPA components. 2017-04-27 17:03:01 -06:00
Robbie Antenesse adb7275f13 Improve Phondue instructions, remove unused files.
Also un-hexed digraph file into JSON file for easier editing if
necessary. The filesize is also smaller.
2017-04-27 16:28:01 -06:00
Robbie Antenesse 7cd8ac75a3 Integrate KeyboardFire's phondue into IPAField
Rewrote MIT-Licensed scripts to work as Inferno components.
Use keyboard shortcuts, smart replacement, or a table selection to
choose IPA characters!
2017-04-27 14:33:25 -06:00
Robbie Antenesse b3be22c26a Update IPAField suggest on last typed letter regardless of position 2017-04-26 23:03:41 -06:00
Robbie Antenesse 95bdc5327c Make IPAField display suggestion on last character.
Would be better to figure out how to get it to sense and insert at last
entered character instead of last character in line.
2017-04-25 23:13:59 -06:00
Robbie Antenesse d1f23c62c2 Start adding IPAField component for suggesting IPA chars 2017-04-22 17:05:36 -06:00