2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)CSS1,624 stars (1,624 stars)111 forks (111 forks)batch import
help wantedui/uxwebapp
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascriptnodejscss
- Domain
- frontenddeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic knowledge of WebSocketfamiliarity with rtail's frontend
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests a visual indicator when connectivity is lost. To implement, examine the client side JavaScript that handles WebSocket connections in the rtail web interface. Look for connection event handlers and add a DOM element that shows connection status. Consider using CSS classes to style the indicator. The project is old so refer to the last commit's frontend code.