0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript18,676 stars (18,676 stars)2,478 forks (2,478 forks)batch import
bughelp wantedscmui/ux
Description
Right now it is at the top of SCM view
Contributor guide
- Tech stack
- typescriptreact
- 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 understanding of Theia's SCM viewFamiliarity with Theia's widget system
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Examine the SCM view implementation in the Theia repository, particularly the scm widget.tsx and scm tree widget.tsx files. The search bar is currently at the top of the SCM view; it needs to be integrated into the tree part. Check the layout structure and understand how the tree component renders items. There are no linked pull requests or comments, so the implementation is open. Consider how to move the search functionality without breaking existing features.