4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,996 stars (15,996 stars)455 forks (455 forks)batch import
bughelp wanted
Description
Alerts are fairly common, but they are not rendered or interactable in the TTY.
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- 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 JavaScriptunderstanding of browser events
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate how the browser engine in browsh handles other DOM methods like confirm() and prompt(), and look for existing stubs or implementations. The issue is located in the codebase handling JavaScript interop for the TTY renderer. A stub for alert() should likely match the pattern used for other unimplemented dialogs. Check the repository's issue #26 for any prior discussion or linked PRs that might provide context.