Priyank Patel c34b4f9151 tsconfig: Remove declare module * declaration and normalize imports.
The change in this commits are pretty involved but cannot be split
into small commits. The main changes in this commits are:
    * Remove declare module * now that we don't need it
    * Normalize import paths so typescript is happy

Previously, we were using wrong import paths and so typescript couldn't
really provide full types information for imports. The wrong paths isn't
a bug because it was done to make sure it work when it was imported via a
script tag; we fix this by using require inside the script tag in main.html.

Also, did audit to make sure we correctly use __dirname not that it's
value will be diffrent, it won't be js/ but will be respective to the file
path of the module.
2019-07-17 00:22:17 +05:30
2019-05-12 03:20:22 +05:30
2019-04-03 16:37:33 +05:30
2019-01-07 12:27:20 +05:30
2017-05-22 19:07:01 -04:00
2018-05-21 04:08:58 +05:30
2016-08-24 04:12:48 +05:30
2019-07-17 00:22:17 +05:30

Zulip Desktop Client

Build Status Windows Build Status XO code style project chat

Desktop client for Zulip. Available for Mac, Linux, and Windows.

Download

Please see the installation guide.

Features

  • Sign in to multiple organizations
  • Desktop notifications with inline reply
  • Tray/dock integration
  • Multi-language spell checker
  • Automatic updates

Contribute

First, join us on the Zulip community server! Also see our contribution guidelines and our development guide.

License

Released under the Apache-2.0 license.

Description
Languages
TypeScript 88.1%
CSS 9%
Shell 1.6%
HTML 0.9%
Batchfile 0.4%