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のmain processで直接動作するコード以外からelectronに関する型を排除する #1278

Merged
merged 8 commits into from
Apr 5, 2023

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    15b558b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ffb9ef View commit details
    Browse the repository at this point in the history
  3. MessageBoxもelectron依存の型なので、排除

    MessageBoxも実際はどのボタンを押されたかのindexだけ欲しいはずなので、定義したinterfaceはもう少し小さくても良い
    yamachu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    13e9b4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    578d926 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eecb72 View commit details
    Browse the repository at this point in the history
  6. lintで縛る

    yamachu committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    85c4721 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Update .eslintrc.js

    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    yamachu and Hiroshiba committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    aa58299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1252f20 View commit details
    Browse the repository at this point in the history