Commit Graph

20 Commits

Author SHA1 Message Date
Robbie Antenesse 7eb656d376 Change when totalWords is evaluated in Pagination 2018-02-21 23:16:41 -07:00
Robbie Antenesse 38c8f2dcd1 Add pagination to hopefully quell fears of storing too much in memory. 2018-02-21 23:14:39 -07:00
Robbie Antenesse 79b14bd62b Add a notification for when a search filter is being used 2017-12-22 12:35:50 -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 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 c2e1f35c13 Display word form by default 2017-12-10 14:11:29 -07:00
Robbie Antenesse f866932de5 Make WordForm float in LeftColumn and closed by default
Expands RightColumn display when closed and compresses when open, unless
on mobile screen.
2017-12-09 15:07:28 -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 5bd4582719 Add word deletion with SweetAlert2 confirmation 2017-11-15 11:02:09 -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 0ae6d76b82 Add lazyloading and Ad component 2017-09-11 11:40:53 -06:00
Robbie Antenesse 9b7e797aef Expand and use default dictionary and Updater 2017-08-20 14:41:08 -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
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 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 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