BeeStation/NSV13
View on GitHubCharacter Settings button gets doubled in the Roleplay Settings tab
Open
#2727 opened on Dec 13, 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:
Contributor guide
- Tech stack
- None
- Domain
- frontend
- Issue type
- bug
- 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.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- familiarity with DM codebasebasic understanding of BYOND UI
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- 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.