bree a4051330a3 remove most uses of as any in typescript
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
  - new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
2021-06-26 11:59:21 +01:00
2021-07-03 14:20:53 +02:00
2021-06-18 17:57:08 +01:00
2021-06-18 12:05:01 +01:00
2021-06-18 15:57:08 +01:00
2021-07-03 14:20:53 +02:00
2021-06-19 22:17:40 +00:00
2021-06-22 19:34:52 +01:00
2021-06-22 18:41:31 +01:00
2021-06-22 14:22:35 +01:00
2021-06-19 18:54:47 +01:00
2021-06-22 19:34:52 +01:00
2021-07-03 22:17:53 +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.

Description
This is the web client for Handmade Revolt, which is also available live at https://chat.handmadecities.com
Readme 19 MiB
Languages
TypeScript 93.8%
SCSS 5.3%
HTML 0.4%
JavaScript 0.3%