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(strings): replace unicode whitespace for correct rendering #28

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

orhun
Copy link
Owner

@orhun orhun commented Sep 13, 2024

Description of change

Unicode whitespaces were causing issues while rendering strings.

fixes #9

How has this been tested? (if applicable)

Locally.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 3.65%. Comparing base (52192df) to head (262acf4).

Files with missing lines Patch % Lines
src/tui/ui.rs 0.00% 9 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main     #28      +/-   ##
========================================
- Coverage   3.67%   3.65%   -0.01%     
========================================
  Files         18      18              
  Lines       2212    2220       +8     
========================================
  Hits          81      81              
- Misses      2131    2139       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@orhun orhun merged commit 3179751 into main Sep 17, 2024
13 of 14 checks passed
@orhun orhun deleted the fix/correctly_render_strings branch September 17, 2024 12:05
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.

Corrupted screen on Strings tab
2 participants