10 comments (10 comments)6 reactions (6 reactions)0 assignees (0 assignees)TypeScript44,582 stars (44,582 stars)3,558 forks (3,558 forks)batch import
help wanted🛠 Type: Feature Request
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptelectron
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- 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
- Electron basicsTypeScript
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Investigate how Hyper handles the window close event. Currently, the app quits without warning. Look at the main process (src/main/index.ts likely) and add a confirmation dialog before quitting. Consider using Electron's 'before quit' or 'close' event. There are comments in the issue discussing expected behavior; read those for context. No linked PRs, so implementation is open.