SVChat is a simple chat app built with SvelteKit and Apache Cassandra
Bug where the channel creation dialog wouldn't throw an error if you typed the name of an existing channel that had hyphens, or a channel with the same name but spaces instead of hyphens. This is because channelnames are stores with underscores internally, and channelnames were not sanitized in the `checkChannel()` method on the `Db` class |
||
---|---|---|
src | ||
static | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
bun.lockb | ||
components.json | ||
eslint.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
prodServer.ts | ||
README.md | ||
svelte.config.js | ||
tailwind.config.ts | ||
TODO.md | ||
tsconfig.json | ||
vite.config.ts |