1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-08-21 13:08:55 +02:00
Commit graph

11 commits

Author SHA1 Message Date
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
d49ffa8d94 Change Helpers to export functions instead of being a class 2017-08-20 23:53:59 -06:00
53bf992226 Expand IPAField customization options 2017-08-20 14:44:12 -06:00
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
74956c06f6 Fix word form not clearing 2017-05-18 22:27:16 -06:00
053ef54402 Improve wording & functionality in IPA components. 2017-04-27 17:03:01 -06:00
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
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
b3be22c26a Update IPAField suggest on last typed letter regardless of position 2017-04-26 23:03:41 -06:00
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
d1f23c62c2 Start adding IPAField component for suggesting IPA chars 2017-04-22 17:05:36 -06:00