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 526f22c329 Add letter distribution and word length stats 2017-12-17 13:48:48 -07:00
Robbie Antenesse ae50f5f970 Add number of word stats and stat section to DictionaryDetails 2017-12-16 10:14:34 -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 629bb9858b Add dictionary settings to EditDictionaryModal and data structure 2017-12-12 10:16:15 -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 edbe5cbcb0 Add GeneralDisplay tab 2017-09-11 11:39:24 -06:00
Robbie Antenesse 09df4e8047 Add more fields to the EditDictionary* and DictionaryData 2017-08-20 23:27:28 -06:00
Robbie Antenesse 97170803fa Disable all HTML tags in sanitize-html usage 2017-08-20 12:41:28 -06:00
Robbie Antenesse 0be726aee4 Reorganize styles and DetailsSection menu code 2017-08-20 11:55:11 -06:00
Robbie Antenesse 575264fb4f Add sanitize-html for content displayed via dangerouslySetInnerHtml 2017-08-19 11:00:39 -06:00
Robbie Antenesse 6bb8a6306a Enable switching details from DictionaryDetails menu.
Add Phonology section to DictionaryDetails.
Update DictionaryDetails and MainDisplay to have more data to work with and display.
2017-08-17 13:53:48 -06:00
Robbie Antenesse c8a7c1436f Start creating EditDictionaryModal and related pieces
Add Updater for saving new values.
Add EditDictionaryForm and EditLinguisticsForm.
Add helpful Array and Object functions to Helper.
2017-08-16 16:53:55 -06:00
Renamed from src/components/display/DictionaryDetails.jsx (Browse further)