From: Rubén Beltrán del Río Date: Tue, 31 Jan 2017 06:49:26 +0000 (-0600) Subject: Add Comments (#4) X-Git-Url: https://git.r.bdr.sh/rbdr/dasein/commitdiff_plain/9b1f50fefe021578113b8f5935084fe4fed110b2?hp=9b1f50fefe021578113b8f5935084fe4fed110b2 Add Comments (#4) * Preserve whitespace in posts * Create comments handler * Use comments handler * Update paw * Add comment components * Style comments * Remove unnecessary code from app * Fix linter warning * Add key to handle children (thx @javierbyte) * Add toggling to the form * Return all keys always * Correct missing semicolons * Restore redirect * Render posts conditionally * Set poll time to 1s * Set post frequency to 2s * Add polling to comments * Correct typo in error logging * Clear intervals and reduce polling * Stops polling if it's being destroyed * Update changelog ---