parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

"Manage Columns" tab cuts off long column names

Open mtrezza opened this issue 4 years ago • 1 comments

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

mtrezza avatar Oct 28 '21 00:10 mtrezza

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.