Revolt client built with Preact.
Find a file
Paul 0ea80b5717 Fixes #9 and closes #8. This adds a way to mark servers as read.
Servers are also marked as read when joining them.
You can now also mark DMs as read.
2021-08-07 12:30:19 +01:00
.github Create main.yml 2021-08-06 16:58:31 +00:00
.vscode Make the linter happy. 2021-08-05 14:47:00 +01:00
external Add a way to copy message links. 2021-08-07 10:52:22 +01:00
public Added a monochrome svg icon to manifest 2021-07-08 10:22:19 +02:00
src Fixes #9 and closes #8. This adds a way to mark servers as read. 2021-08-07 12:30:19 +01:00
ui Add category editor to servers. 2021-07-24 19:39:41 +01:00
.env Publish correct API url, use .env.local for testing. 2021-06-20 17:51:39 +01:00
.gitignore Make the linter happy. 2021-08-05 14:47:00 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2021-08-05 20:19:15 +01:00
.gitmodules Add i18n, use default imports for UI. 2021-06-18 15:18:10 +01:00
.prettierrc.js Work towards removing useUsers. 2021-07-29 15:11:21 +01:00
index.html Fix iOS touch. 2021-08-01 20:29:36 +01:00
LICENSE Changed name to lowercase. 2021-07-08 00:01:27 +02:00
package.json Fixes #9 and closes #8. This adds a way to mark servers as read. 2021-08-07 12:30:19 +01:00
publish.sh Remove twemoji dependency. 2021-06-22 19:34:52 +01:00
README.md Update README. 2021-06-22 18:41:31 +01:00
tsconfig.json Add MobX store, create observable User. 2021-07-29 12:41:28 +01:00
vercel.json Make Vercel serve root entrypoint 2021-06-19 18:54:47 +01:00
VERSION Remove twemoji dependency. 2021-06-22 19:34:52 +01:00
vite.config.ts Fix blocked users appearing in typing indicator. 2021-07-31 17:58:26 +01:00
yarn.lock Fixes #9 and closes #8. This adds a way to mark servers as read. 2021-08-07 12:30:19 +01:00

Revite

This is the web client for Revolt, which is also available live at app.revolt.chat.

You can track progress on the client on our Wekan board.

Official screenshots of the client are available in this Google Drive folder.

CLI Commands

  • yarn dev: Runs a development server.

  • yarn build: Creates a production build of the client.

  • yarn preview: Starts a local server with the production build.

  • yarn lint: Runs ESLint to check project.

  • yarn fmt: Runs prettier on source code.

  • yarn typecheck: Runs Typescript compiler in noEmit mode.