Skip to content

Comments

feat: add toast notifications for game actions#92

Open
nitininhouse wants to merge 1 commit intoknative-extensions:mainfrom
nitininhouse:feature/toast-notifications
Open

feat: add toast notifications for game actions#92
nitininhouse wants to merge 1 commit intoknative-extensions:mainfrom
nitininhouse:feature/toast-notifications

Conversation

@nitininhouse
Copy link

@nitininhouse nitininhouse commented Feb 1, 2026

Summary

Adds a toast notification system to provide visual feedback for game actions.

Changes

  • Created ToastManager.gd autoload for managing toast notifications
  • Created toast.tscn and toast.gd for individual toast UI
  • Added toast calls for key events:
    • Started (on START button)
    • Dispatching (when events are sent)
    • Route connected (on sink click)
    • Delivered (correct box type)
    • Type mismatch (wrong box type)
    • Level Complete / 🏆 All Levels Complete
    • Wrong destination (on failure)
    • Restarting (on restart)

Toast Types

  • ToastManager.toast() - Default (gray)
  • ToastManager.success() - Green
  • ToastManager.error() - Red
  • ToastManager.info() - Blue
  • ToastManager.warning() - Orange

Closes #91

@knative-prow knative-prow bot requested review from Cali0707 and Leo6Leo February 1, 2026 12:19
@knative-prow
Copy link

knative-prow bot commented Feb 1, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: nitininhouse
Once this PR has been reviewed and has the lgtm label, please assign mmejia02 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add toast notifications for game actions

2 participants