makeplane / makeplane/plane

[feature]: Merge duplicate "Settings" and "Preferences" entries in the user avatar menu

Open Beginner friendly
#9,793 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
59.6k
Forks
5.8k
Avg merge
1d 22h
Merged PRs (30d)
49

Description

Is there an existing issue for this?
  • I have searched the existing issues
Summary

In the web app, the user avatar dropdown menu in the workspace sidebar shows two side-by-side entries — Settings and Preferences — both with gear-style icons. Both entries open the exact same profile settings modal (toggleProfileSettingsModal) with only the initial tab differing (general vs preferences), which looks duplicated and is confusing.

Why should this be worked on?

Merging them into a single Settings entry (landing on the general tab) removes the visual duplication. Preferences remain one tab-switch away inside the same modal, so no functionality is lost and the menu is cleaner.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the workspace sidebar's user avatar dropdown and the entries that call toggleProfileSettingsModal with the general and preferences tabs. Remove the duplicate Preferences menu entry while keeping Settings opening the general tab. Verify the menu shows one Settings entry and that Preferences remains reachable through the modal's tab switch.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.