mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 12:00:42 +08:00
538e1fca9d
* feat: Add table ui component * feat: community user table * feat: filters and role change * fix: add some comments * fix: user viewer * fix: snapshots * test: add tests * fix: better popover experience * fix: test * chore: use enum * feat: prevent server side setting your own role * fix: cleanup
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