1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-07 10:42:02 +02:00
Commit graph

9 commits

Author SHA1 Message Date
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
5bd4582719 Add word deletion with SweetAlert2 confirmation 2017-11-15 11:02:09 -07:00
1eb60a9b44 Add edit/delete buttons to word dropdowns 2017-11-14 17:04:02 -07:00
c5e48d9b9e Style the WordDisplay component properly! 2017-10-31 09:16:22 -06:00
ec19dfc583 Minor cleanup 2017-09-11 11:39:33 -06:00
ab0dea1a86 Add Webpack Dev Server; Fix WordDisplay issue. 2017-07-25 22:27:45 -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
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