Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron entry script: Move supporting logic into utility functions #548

Conversation

kkangs0226
Copy link
Contributor

This PR fixes #525

Changes made:

  • Supporting logic in main.ts has been moved into module supporting-logic.ts under electron-utils folder
  • electron-utils/*.js has been added to .gitignore
  • Redundant module name (Electron) removed from menu-bar.ts file for neatness

Proposed commit message:
Electron entry script: Move supporting logic into utility functions

@kkangs0226 kkangs0226 requested a review from a team January 21, 2021 11:50
main.ts Show resolved Hide resolved
main.ts Show resolved Hide resolved
main.ts Show resolved Hide resolved
main.ts Outdated Show resolved Hide resolved
@ptvrajsk ptvrajsk self-requested a review January 22, 2021 04:45
Copy link
Contributor

@ptvrajsk ptvrajsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, nice job. 👍

@ptvrajsk ptvrajsk requested a review from anubh-v January 22, 2021 06:28
main.ts Outdated Show resolved Hide resolved
@anubh-v anubh-v merged commit 79fa7f7 into CATcher-org:master Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Electron entry script: Move supporting logic into utility functions
4 participants