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

61 commits

Author SHA1 Message Date
3ed0ba0e72 Move default stuff to a Constants.js file; Use stored user data for IPA pronunciation 2018-05-18 17:45:57 -06:00
c496bd77c0 Add useIpaPronunciationField
option to prevent IPA transformation in pronunciation field.
2018-05-18 11:44:14 -06:00
35ebf31c1f Add "Maximize" text to maximize buttons 2018-05-18 10:57:14 -06:00
09a545eb5d Add bulma-checkradio for prettier checkboxes 2018-03-10 11:19:56 -07:00
f1cdce8350 Add MyAccount structure and content 2018-03-10 10:42:12 -07:00
687c65268d Work on MyAccount stuff 2018-03-09 16:31:27 -07:00
fa9422e048 Add Save & Close button to EditDictionaryModal 2018-03-09 12:21:41 -07:00
548f935753 Add Actions tab to EditDictionary modal 2018-03-09 12:13:34 -07:00
fba6063f55 Fix Search filter; focus search box on open 2018-03-09 11:50:46 -07:00
4c03b9c164 Fix WordForm and SearchBox not being able to enter words 2018-03-09 11:18:31 -07:00
f02bec30e6 Upgrade dependencies; fix proptype check in Pagination 2018-02-22 08:09:51 -07:00
a25e4726e5 Implement create account and login; fix validation issues 2018-01-21 14:25:36 -07:00
bc7dc27443 Validate sign up form and check for email and username uniqueness. 2018-01-21 12:38:28 -07:00
ae5ffe0cd1 Add request() to Helpers and replace all fetches with it. 2018-01-13 12:09:15 -07:00
7aa8848fe8 Create LoginForm for displaying on AccountManager 2018-01-13 11:57:14 -07:00
3d329c8a87 Add AccountManager with (test) login and syncing dictionaries with DB! 2018-01-12 14:58:21 -07:00
d93f86f75f Add clear button to search box 2017-12-22 12:19:40 -07:00
28a3f28fc3 Add search filter functionality! 2017-12-22 12:16:25 -07:00
a05fd9c48d Add Grammar notes editing and display 2017-12-22 08:59:01 -07:00
47a9c96c76 Add logic for sorting words by definition if setting is chosen 2017-12-12 11:01:00 -07:00
9869d29a55 Disable editing dictionary if marked complete 2017-12-12 10:59:33 -07:00
629bb9858b Add dictionary settings to EditDictionaryModal and data structure 2017-12-12 10:16:15 -07:00
46ba6cfec1 Swap out other textareas with LargeTextArea 2017-12-11 19:05:11 -07:00
647ba8d114 Add helpText and fix onInput() in LargeTextArea 2017-12-11 18:52:47 -07:00
d9467cfe82 Focus input field on IPATable close 2017-12-10 14:30:22 -07:00
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
0d2ac0648e Show Update and Cancel instead of Create when editing words 2017-12-08 13:23:09 -07:00
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
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
f5a558e68e Get parts of speech for WordForm from DictionaryData instead of props 2017-11-14 17:04:36 -07:00
62c198a014 Add Orthography Notes to EditLinguisticsForm 2017-09-11 11:40:39 -06:00
37db597b42 Remove custom alphabetical order from standard 2017-09-11 11:40:08 -06:00
55381156a5 Fix and update global markdown links 2017-09-11 11:39:39 -06:00
ec19dfc583 Minor cleanup 2017-09-11 11:39:33 -06:00
49e7788a59 Update Phonotactics fields to multiline entries 2017-09-11 11:39:13 -06:00
d49ffa8d94 Change Helpers to export functions instead of being a class 2017-08-20 23:53:59 -06:00
c459c30fb5 Update EditLinguisticsForm headings 2017-08-20 23:43:18 -06:00
09df4e8047 Add more fields to the EditDictionary* and DictionaryData 2017-08-20 23:27:28 -06:00
1e8684e2a1 Start adding Phonology fields to EditLinguisticsForm 2017-08-20 14:48:58 -06:00
acb64dec56 Add htmlFor and help text to EditDictionaryForm fields 2017-08-20 14:48:04 -06:00
53bf992226 Expand IPAField customization options 2017-08-20 14:44:12 -06:00
3dadcb0ee1 Fix errors in Updater 2017-08-20 12:31:04 -06:00
0be726aee4 Reorganize styles and DetailsSection menu code 2017-08-20 11:55:11 -06:00
e8919af5ca Moved EditDictionaryModal to components/management 2017-08-17 13:50:28 -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
d4043e2d79 Add FontAwesome 2017-06-25 16:23:03 -06:00
08428f51ac Improve SearchBox functionality 2017-06-25 15:49:23 -06:00
b5d57393c2 Focus search box when opening search header 2017-06-25 14:48:19 -06:00
d34a86dc1b Update app state to display words 2017-06-25 14:23:42 -06:00
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