mirror of
https://github.com/wassname/talk.git
synced 2026-09-25 14:10:31 +08:00
* feat: adhere to char count settings for posting top level comments * fix: remove bidi characters during test * test: add feature tests for charCount * test: update snapshots * test: add feature test for updating settings * feat: use red color and warn icon (from review) * feat: Implement charCount for reply * feat: charCount for edit comment * test: update snapshots
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