mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 12:52:21 +08:00
106a5d36ed
* Implement StreamEmbed instance and rename library to coral * Add article & articleButton.html, only show embed htmls in production * Respect assetURL * Add tests * Add parseHashQuery * Fix permalink query and integration tests * Fix permalink URL * Remove optionalparams from pym * Scroll when showing permalink view * Implement autoRender * AutoRender immediately when render permalink * Add test for `showPermalink` event * Add comment
Framework
All our client targets (e.g. stream, admin, ...) are based functionality provided by this framework.
What should be inside framework
- Code that are specific to a certain target (e.g. stream, admin, ...) must not live here.
- Code that are shared by different targets should be put in
framework