maxonary / maxonary/chime

Implement connection status indicator

Open
#5 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Issue

User doesn't know if WebSocket is connected, connecting, or disconnected.

Current State

  • isConnected property exists but isn't used for visual feedback
  • App appears unresponsive if connection fails
  • No indication of reconnection attempts

Desired State

  • Eye pulsates differently based on connection state:
    • Connected: smooth breathing animation (current)
    • Connecting: faster pulse (2-3 pulses/sec)
    • Disconnected: red tint or error state

Implementation

  • Update animation logic to check isConnected property
  • Add intermediate connection state (isConnecting)
  • Consider different color overlays for error states
  • Test with gateway unavailability

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the eye animation logic and the existing isConnected property, then trace how connection and reconnection states are represented. Add the connecting state and state-specific visual feedback, and verify the connected, connecting, disconnected, and gateway-unavailable cases in the app.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.