Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nc-gui): add ellipsis and show full name on hover #6789

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

asdotdev
Copy link
Contributor

Change Summary

My pull request resolves fields dropdown UI closes: #6781

Change type

  • feat: (new feature for the user, not a new feature for build script)
  • fix: (bug fix for the user, not a fix to a build script)
  • docs: (changes to the documentation)
  • style: (formatting, missing semi-colons, etc; no production code change)
  • refactor: (refactoring production code, eg. renaming a variable)
  • test: (adding missing tests, refactoring tests; no production code change)
  • chore: (updating grunt tasks etc; no production code change)

Test/ Verification

Handle longer text by adding text ellipsis using TailwindCSS and showing full name on hover using NcTooltip.

Additional information/screenshots

Before
before

After
after

Hover
hover

@CLAassistant
Copy link

CLAassistant commented Oct 23, 2023

CLA assistant check
All committers have signed the CLA.

@wingkwong wingkwong self-requested a review October 24, 2023 03:47
@wingkwong wingkwong changed the title fix(FieldsMenu): add ellipsis and show full name on hover fix(nc-gui): add ellipsis and show full name on hover Oct 24, 2023
@wingkwong wingkwong merged commit d5fd930 into nocodb:develop Oct 24, 2023
22 checks passed
@asdotdev asdotdev deleted the fix/6781-fields-dropdown-UI branch December 4, 2023 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: fields dropdown UI
3 participants