fix(web): merge duplicate settings entries in user menu - #9794
Conversation
◈ PR Lens
Architecture 2 components touched across 2 lanes. Data flow No data-flow sequence changed in this PR. Drill down
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
The user avatar dropdown in the workspace sidebar listed two visually duplicate entries — Settings and Preferences — both opening the same profile settings modal (
toggleProfileSettingsModal) with only the initial tab differing (generalvspreferences).This PR removes the Preferences menu item and keeps a single Settings entry that opens the modal on the
generaltab. Preferences are still reachable via the Preferences tab inside the modal.Also cleaned up the now-unused top-level
preferencestranslation key fromcommon.jsonin all locales, since this menu item was its only reference.Type of Change
Test Scenarios
check:typespasses forweband@plane/i18n; oxlint/oxfmt clean on changed files.References
Closes #9793