6 Commits
Author SHA1 Message Date
Sheng Xiao da98bf5bf4 fix: Markdown style doesn't work in OBJETIVE section #183 2020-06-08 14:27:09 -07:00
Sheng Xiao e52537c303 fix: Save as pdf saved downloaded too many files on multiple clicks
- When clicked on save as pdf for too many times, too many files were downloaded
2020-06-08 11:18:34 -07:00
Sheng Xiao e2ed1813e1 chore: Using id in Skills and Hobbies
- Build skills, hobbies as an array of object with id as a unique key
2020-06-06 14:33:20 -07:00
Sheng 49cc1d8b25 Merge branch 'develop' into fix-move-remove 2020-06-06 13:15:45 -07:00
Sheng Xiao 0293ab6d5b fix: Move and remove should match item by id
- Button does not respond to move and remove due to compare object instead of the id of the object
2020-06-06 13:11:05 -07:00
Sheng Xiao 882a0d5db7 fix: Reducer called twice due to use set on shallow copy of the state
- Using set on the shallow copy of the state object caused reducer called twice; reducer function should be pure; use deep copy of the state instead of shallow copy
2020-06-05 19:01:33 -07:00