mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
8adabfebda
* Typescript - Fix Auto launch, first time launch, pick safety checks * Typescript - Fix basic auth issue * Typescript - Add demo content for desktop capturer * Typescript - Add BC support for Desktop capturer * Typescript - Update code documentation * Typescript - Add whitelisting logic and certificate verifying proxy * Typescript - Fix console log and safety checks * Typescript - Add screens to display loading failure and bugs fixes * Typescript - Update unit test case for loading screen and app menu * Typescript - Rename isCustomTitleBarAndWindowOS to isCustomTitleBar * Typescript - Downloader Manager - Fix flashing issue and add demo |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
build | ||
config | ||
demo | ||
installer | ||
js | ||
locale | ||
spec | ||
src | ||
tests | ||
.compilerc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
DEV_SETUP.md | ||
gulpfile.js | ||
jest.unit.config.json | ||
LICENSE | ||
NOTICE | ||
package.json | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
tsconfig.json | ||
tslint.json |
SymphonyElectron
About:
SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Development Setup & Running
Read Dev Setup