parse-community / parse-community/parse-dashboard

"Manage Columns" tab cuts off long column names

Open
#1,892 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:bug
Dominant language
JavaScript
Stars
3.8k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

New Issue Checklist
Issue Description

The tap that opens when clicking the "Manage Columns" menu has a fixed size and therefore cuts off long column names.

Steps to reproduce
  1. Create a column in a class that is longer than the width of the "Manage Columns" tab
  2. Open the "Manage Columns" tab
Actual Outcome

Column name is cut off

Expected Outcome

Tab should adapt its width to fit the longest column name, maybe up to a max width, and only then truncate the name.

Environment

Dashboard

  • Parse Dashboard version: 3.2.1
Logs

n/a

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

Start by reproducing the issue in the Dashboard's "Manage Columns" tab with a column name longer than the tab width, then locate the tab's UI implementation. Done means the tab can accommodate the longest name up to a maximum width and truncates only beyond that limit.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.