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

Fix/game screen/typing #120

Merged
merged 13 commits into from
Apr 16, 2024
Merged

Fix/game screen/typing #120

merged 13 commits into from
Apr 16, 2024

Commits on Apr 4, 2024

  1. feat: userIdの表示

    Tsuyopon-1067 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d201ed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix: 途中で入力できなくなる不具合の修正

    入力文章に改行が含まれるとき,改行文字が入力できないことが原因だったので,改行文字はスペースに置換するようにした.
    Tsuyopon-1067 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    38e7c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d63fe7 View commit details
    Browse the repository at this point in the history
  3. fix: 途中で文字が入力できなくなる不具合の修正

    半角ダッシュが原因.ハイフンに置換したら入力できた.
    Tsuyopon-1067 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e639480 View commit details
    Browse the repository at this point in the history
  4. fix: キー入力が拾えなくなる不具合の修正

    onKeyDownをウィンドウに登録
    Tsuyopon-1067 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8e07a47 View commit details
    Browse the repository at this point in the history
  5. style: デバッグプリントの削除

    キー入力判定確認用のconsole.logを削除した.
    Tsuyopon-1067 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fcff29e View commit details
    Browse the repository at this point in the history
  6. fix: ビルド時のwarningを修正

    useEffectの依存配列に足りないものを追加,関数定義をuseEffect内に移動
    Tsuyopon-1067 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c96cedd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    3efbee2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    60c9315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc9fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    65c5061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4a7383 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4824179 View commit details
    Browse the repository at this point in the history