lila/ui/chat
Benedikt Werner e5806be7e7
chat: Don't show option to report or timeout yourself
2021-10-03 07:04:06 +02:00
..
css chat: Don't show option to report or timeout yourself 2021-10-03 07:04:06 +02:00
src chat: Truncate usernames in CSS for consistency 2021-09-09 07:43:43 +02:00
README.md fix study chat moderation after chapter switch 2021-02-17 11:07:27 +01:00
package.json Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
rollup.config.mjs Fix rollup build import 2021-05-14 00:31:46 +02:00
tsconfig.json Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00

README.md

To hack the chat and see changes in other modules that require it:

cd ui/chat
yarn compile -w
cd ui/other
yarn dev -w