Skip to content

add text wrapping toggle - #810

Open
Dharshini-RS03 wants to merge 1 commit into
libredb:mainfrom
Dharshini-RS03:wrap-text
Open

add text wrapping toggle#810
Dharshini-RS03 wants to merge 1 commit into
libredb:mainfrom
Dharshini-RS03:wrap-text

Conversation

@Dharshini-RS03

Copy link
Copy Markdown

Description

Adds a text wrapping toggle to the results grid toolbar.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Related Issue

Closes #744

Changes Made

  • Added a WRAP toggle to the grid toolbar.
  • Allows data cells to switch between single-line and wrapped text.
  • Preserved the existing column resize behavior when wrapping is disabled.
  • Added tests for the wrapping toggle.

Testing

  • I have tested this locally
  • I have added/updated tests

Test Environment

  • LibreDB Studio Version:
  • Browser:
  • OS:
  • Node.js/Bun Version:
  • Database Type:

Checklist

  • My code follows the project's code style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

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.

The results grid has no way to wrap a long cell's text

1 participant