BeeStation/NSV13
Ver no GitHubCharacter Settings button gets doubled in the Roleplay Settings tab
Open
#2.727 aberto em 13 de dez. de 2024
0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)DM124 stars (124 stars)267 forks (267 forks)batch import
BugGood first issueUI
Description
Round ID: 7909
Testmerges:
N/A
Reproduction:
Guia do colaborador
- Pilha de tecnologia
- None
- Domain
- frontend
- Tipo Issue
- bug
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 2
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- under 1 hour
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- fresh
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- clear
- Prerequisites
- familiarity with DM codebasebasic understanding of BYOND UI
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 60
- Direção de pesquisa
- 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.