mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
c34b4f9151b5a1cec7e9c821a860014d7eb0ce32
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.
Zulip Desktop Client
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%