Commit Graph

39 Commits

Author SHA1 Message Date
Robbie Antenesse f6446eedc9 Add Details field templates 2020-07-31 15:14:41 -06:00
Robbie Antenesse ce06308c1d Make editing words render in place instead of whole list 2020-07-31 12:20:06 -06:00
Robbie Antenesse fb42b0ef2b Improve word forms
- Fix not clearing all fields
- Show advanced field if edited word has advanced data
2020-07-31 11:39:54 -06:00
Robbie Antenesse 6d7cdf68a9 Fix word reference finding 2020-07-31 11:29:33 -06:00
Robbie Antenesse e103420245 Add Prinipal Parts for words 2020-05-07 23:57:27 -06:00
Robbie Antenesse e2d3164136 Add Related Words field & display 2020-05-04 00:27:50 -06:00
Robbie Antenesse 40feae7194 Display word etymology if is present 2020-05-03 22:28:31 -06:00
Robbie Antenesse 98cdd763f8 Improve styling of advanced form toggle 2020-04-30 00:38:45 -06:00
Robbie Antenesse 5f15ec6353 Trim and filter etymology entries into array 2020-04-30 00:14:00 -06:00
Robbie Antenesse d03abfa566 Add etymology field to advanced word form area 2019-10-01 14:46:49 -06:00
Robbie Antenesse f39dd886b1 Remove call to nonexistent var on word submit for upload 2019-08-22 14:23:59 -06:00
Robbie Antenesse b2db35982f Update addWords() to not save; Update importWords to save after complete 2019-07-19 09:48:36 -06:00
Robbie Antenesse 2bf0f15f67 Fix how custom sorting works!
Sort alphabetically first, then by custom if specified
2019-07-11 10:30:18 -06:00
Robbie Antenesse ee30fe53b2 Split render.js out into separate files 2019-07-11 10:30:18 -06:00
Robbie Antenesse 460506012e Start setting up custom alphabetical order
Need to figure out why non-alphabetical letters are sorting wrong.
They should be at the end no matter what, but they're not always.
2019-07-11 10:30:17 -06:00
Robbie Antenesse 45e9e5230c Correctly show/hide homonymn number 2019-07-11 10:30:17 -06:00
Robbie Antenesse f153e0c3ec Add extra classes to word references and translated text 2019-07-11 10:30:16 -06:00
Robbie Antenesse 4f9f4a97ad Set up orthography translation
Also fix dictionary description not auto-linking
2019-07-11 10:30:15 -06:00
Robbie Antenesse 85ab5e2b96 Remove unneeded console logs and code 2019-07-11 10:30:11 -06:00
Robbie Antenesse 19e41958a4 Make parseReferences() parse its own references 2019-07-11 10:29:52 -06:00
Robbie Antenesse 08cadfb121 Prevent rendering reference if specified does not exist 2019-07-11 10:29:51 -06:00
Robbie Antenesse 520ede111b Auto-number homonymns; enable referencing specific homonymns 2019-07-11 10:29:50 -06:00
Robbie Antenesse d228d1194a Make some messages appear longer/permanently 2019-05-24 11:45:08 -06:00
Robbie Antenesse 7c3724f22e Delete words from server if logged in 2019-05-23 16:08:07 -06:00
Robbie Antenesse 569a0b9fc5 Choose when saveDictionary() updates lastUpdated 2019-05-23 14:27:38 -06:00
Robbie Antenesse f753bd66f3 Upload new, updated, and imported words/dictionaries 2019-05-23 12:03:53 -06:00
Robbie Antenesse 9f80071b1c Fix updated words losing createdOn 2019-05-22 14:14:10 -06:00
Robbie Antenesse 3666acc426 Add createdOn and lastUpdated to words 2019-05-21 15:21:09 -06:00
Robbie Antenesse 3f17a19c50 Customize addWord messaging 2019-05-10 15:31:01 -06:00
Robbie Antenesse 048c964405 Clear and refocus word form after add 2019-05-10 13:23:30 -06:00
Robbie Antenesse 15bba03e1d Add hotkeys 2019-05-10 13:08:03 -06:00
Robbie Antenesse ac8d88f082 Update simpleDefinition to definition and longDefinition to details 2019-05-10 10:08:49 -06:00
Robbie Antenesse eecdde7a0a Add messaging on saves and loading 2019-05-09 14:34:32 -06:00
Robbie Antenesse 22f8c0885a Save and load from localStorage; fix csv arrays in edit modal 2019-05-08 15:23:46 -06:00
Robbie Antenesse 3a29d56072 Add delete word with confirmation 2019-05-07 17:50:48 -06:00
Robbie Antenesse 6f649d1790 Keep already-open edit forms open on re-render 2019-05-07 12:56:21 -06:00
Robbie Antenesse 2bd8645430 Allow saving edited words 2019-05-07 11:08:58 -06:00
Robbie Antenesse d178a91be3 Create pagination and random word generator utility 2019-05-06 16:28:51 -06:00
Robbie Antenesse a670abf24c Add words to dictionary with validation 2019-05-03 16:10:41 -06:00