BeeStation/NSV13
Voir sur GitHubCharacter Settings button gets doubled in the Roleplay Settings tab
Open
#2 727 ouverte le 13 déc. 2024
0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)DM124 stars (124 stars)267 forks (267 forks)batch import
BugGood first issueUI
Description
Round ID: 7909
Testmerges:
N/A
Reproduction:
Guide contributeur
- Stack technique
- Aucun
- Domaine
- frontend
- Type d'issue
- bug
- 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.
- under 1 hour
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- fresh
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- familiarity with DM codebasebasic understanding of BYOND UI
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 60
- Direction de recherche
- Examine the code that generates the Roleplay Settings tab interface. The character settings button appears to be duplicated, suggesting it is either included twice via different UI elements or a loop creates duplicates. Look for the relevant DM files that define the UI panels, likely in the code for character preferences or roleplay settings. Check the button's instantiation to ensure it is only created once. The image in the issue shows the duplication; focus on the code that renders that specific button.