0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript44,582 stars (44,582 stars)3,558 forks (3,558 forks)batch import
help wanted🎨 Type: Enhancement
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptreactelectron
- Domain
- desktopfrontend
- 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.
- unclear
- Prerequisites
- Familiarity with HyperReact basicsElectron basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Investigate the current tab implementation in Hyper, likely in the main process and renderer. Look for existing tab state management, possibly using Redux or React context. The feature requires remembering navigation history per tab, similar to Chrome's back/forward buttons. Check if there is any existing code for tab history in the repository, and consider using the BrowserWindow's webview or similar. The maintainers have not provided specifics, so start by exploring the source code in src/ and looking for tab related components.