lila/ui/chat
2021-09-15 05:04:32 +02:00
..
css chat: Truncate usernames in CSS for consistency 2021-09-09 07:43:43 +02:00
src chat: Truncate usernames in CSS for consistency 2021-09-09 07:43:43 +02:00
package.json Use @types/web instead of TS-provided "dom" types 2021-09-15 05:04:32 +02:00
README.md fix study chat moderation after chapter switch 2021-02-17 11:07:27 +01: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

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