Commit Graph

51 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 a25e4726e5 Implement create account and login; fix validation issues 2018-01-21 14:25:36 -07:00
Robbie Antenesse bc7dc27443 Validate sign up form and check for email and username uniqueness. 2018-01-21 12:38:28 -07:00
Robbie Antenesse ae5ffe0cd1 Add request() to Helpers and replace all fetches with it. 2018-01-13 12:09:15 -07:00
Robbie Antenesse 7aa8848fe8 Create LoginForm for displaying on AccountManager 2018-01-13 11:57:14 -07:00
Robbie Antenesse 3d329c8a87 Add AccountManager with (test) login and syncing dictionaries with DB! 2018-01-12 14:58:21 -07:00
Robbie Antenesse d93f86f75f Add clear button to search box 2017-12-22 12:19:40 -07:00
Robbie Antenesse 28a3f28fc3 Add search filter functionality! 2017-12-22 12:16:25 -07:00
Robbie Antenesse a05fd9c48d Add Grammar notes editing and display 2017-12-22 08:59:01 -07:00
Robbie Antenesse 47a9c96c76 Add logic for sorting words by definition if setting is chosen 2017-12-12 11:01:00 -07:00
Robbie Antenesse 9869d29a55 Disable editing dictionary if marked complete 2017-12-12 10:59:33 -07:00
Robbie Antenesse 629bb9858b Add dictionary settings to EditDictionaryModal and data structure 2017-12-12 10:16:15 -07:00
Robbie Antenesse 46ba6cfec1 Swap out other textareas with LargeTextArea 2017-12-11 19:05:11 -07:00
Robbie Antenesse 647ba8d114 Add helpText and fix onInput() in LargeTextArea 2017-12-11 18:52:47 -07:00
Robbie Antenesse d9467cfe82 Focus input field on IPATable close 2017-12-10 14:30:22 -07:00
Robbie Antenesse 0a9259ec56 Create maximizeable LargeTextArea for WordForm Details
Other places need to utilize this as well (Dictionary Details)
2017-12-10 14:13:28 -07:00
Robbie Antenesse 0d2ac0648e Show Update and Cancel instead of Create when editing words 2017-12-08 13:23:09 -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 316fe07dbe Update how words are created and updated
Modify constructor of Word, modify WordForm to accept words differently,
update WordDisplay to pass data to new WordForm correctly.
2017-11-15 13:54:29 -07:00
Robbie Antenesse f5a558e68e Get parts of speech for WordForm from DictionaryData instead of props 2017-11-14 17:04:36 -07:00
Robbie Antenesse 62c198a014 Add Orthography Notes to EditLinguisticsForm 2017-09-11 11:40:39 -06:00
Robbie Antenesse 37db597b42 Remove custom alphabetical order from standard 2017-09-11 11:40:08 -06:00
Robbie Antenesse 55381156a5 Fix and update global markdown links 2017-09-11 11:39:39 -06:00
Robbie Antenesse ec19dfc583 Minor cleanup 2017-09-11 11:39:33 -06:00
Robbie Antenesse 49e7788a59 Update Phonotactics fields to multiline entries 2017-09-11 11:39:13 -06:00
Robbie Antenesse d49ffa8d94 Change Helpers to export functions instead of being a class 2017-08-20 23:53:59 -06:00
Robbie Antenesse c459c30fb5 Update EditLinguisticsForm headings 2017-08-20 23:43:18 -06:00
Robbie Antenesse 09df4e8047 Add more fields to the EditDictionary* and DictionaryData 2017-08-20 23:27:28 -06:00
Robbie Antenesse 1e8684e2a1 Start adding Phonology fields to EditLinguisticsForm 2017-08-20 14:48:58 -06:00
Robbie Antenesse acb64dec56 Add htmlFor and help text to EditDictionaryForm fields 2017-08-20 14:48:04 -06:00
Robbie Antenesse 53bf992226 Expand IPAField customization options 2017-08-20 14:44:12 -06:00
Robbie Antenesse 3dadcb0ee1 Fix errors in Updater 2017-08-20 12:31:04 -06:00
Robbie Antenesse 0be726aee4 Reorganize styles and DetailsSection menu code 2017-08-20 11:55:11 -06:00
Robbie Antenesse e8919af5ca Moved EditDictionaryModal to components/management 2017-08-17 13:50:28 -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 d4043e2d79 Add FontAwesome 2017-06-25 16:23:03 -06:00
Robbie Antenesse 08428f51ac Improve SearchBox functionality 2017-06-25 15:49:23 -06:00
Robbie Antenesse b5d57393c2 Focus search box when opening search header 2017-06-25 14:48:19 -06:00
Robbie Antenesse d34a86dc1b Update app state to display words 2017-06-25 14:23:42 -06:00
Robbie Antenesse 55495f9f7f Add WordsList and WordDisplay for displaying words
Need to figure out how to properly trigger a re-render of the list after
a word is added or updated.
2017-05-18 23:47:01 -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
Robbie Antenesse 80fdea0d4c Start adding words to db via search form 2017-04-20 13:10:07 -06:00
Robbie Antenesse dc0d7eff07 Add: Data managers; New SearchBox design
Also fixed logo and restructured components that don't need state.
2017-04-20 13:10:07 -06:00
Robbie Antenesse 8b6dbc0e8e Re-style Search; Upgrade Inferno 2017-04-20 13:10:01 -06:00