0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)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
Guide contributeur
- Stack technique
- typescriptreact
- Domaine
- frontend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- Basic understanding of Theia's SCM viewFamiliarity with Theia's widget system
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 70
- Direction de recherche
- 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.