mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-26 02:40:24 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
2d62b3de51
Currently, even if the dev tools is disabled in the Symphony config file, we show the menu item and display an error message. This change fixes the confusion of showing the error message and instead just doesn't bring up the dev tools if it is disabled in the configuration file |
||
---|---|---|
.github | ||
config | ||
dictionaries | ||
docs | ||
images | ||
installer | ||
scripts | ||
spec | ||
src | ||
.compilerc | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
electron-builder.yml | ||
gulpfile.js | ||
jest-config.json | ||
LICENSE | ||
NOTICE | ||
package.json | ||
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
Contributing
- Fork it (https://github.com/symphonyoss/SymphonyElectron/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Read our contribution guidelines and Community Code of Conduct
- Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
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
License
The code in this repository is distributed under the Apache License, Version 2.0.
Copyright 2019 Symphony LLC