-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tsc * actions wip * Refactored, added Config Singleton * readme update * Update README.md * few changes on architecture * remove deprecated files * bumped license * fix: keyCombinations * bumped electron to 8.2.0, running basic version * Added tsc and lint command to .travis.yml (#11) Fixes #8 * Added tsc command * Updated .travis.yml * removed before_scripts from travis file * Fix: existing linting errors (#15), build passes from here * removed linting errors * cleared the renderer file Co-authored-by: Piyush Agrawal <[email protected]> Co-authored-by: Piyush Agrawal <[email protected]> Co-authored-by: Divija Palleti <[email protected]> Co-authored-by: Muskan0510 <[email protected]>
- Loading branch information
1 parent
ac6894b
commit 9a54c84
Showing
47 changed files
with
1,179 additions
and
4,072 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
class action { | ||
|
||
public hasAccess() { | ||
return true; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[ | ||
{ | ||
"name": "PIP Media", | ||
"filename": "pip-media", | ||
"author": "xx", | ||
"actions": { | ||
"CLIPBOARD_TEXT": [ | ||
"pip-vimeo" | ||
] | ||
} | ||
} | ||
] |
Oops, something went wrong.