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(addon-editor): support overflow content of table #2985

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

splincode
Copy link
Member

@splincode splincode commented Oct 31, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Code style update
  • Build or CI related changes
  • Documentation content changes

What is the current behavior?

Closes #2731

What is the new behavior?

Screen.Recording.2022-10-31.at.11.59.31.mov

Does this PR introduce a breaking change?

  • Yes
  • No

@lumberjack-bot
Copy link

lumberjack-bot bot commented Oct 31, 2022

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@bundlemon
Copy link

bundlemon bot commented Oct 31, 2022

BundleMon

Files updated (1)
Status Path Size Limits
demo/browser/runtime.(hash).js
34.02KB (-17B -0.05%) +10%
Unchanged files (4)
Status Path Size Limits
demo/browser/main.(hash).js
321.23KB +10%
demo/browser/vendor.(hash).js
205.38KB +10%
demo/browser/polyfills.(hash).js
19.92KB +10%
demo/browser/scripts.(hash).js
14.92KB +10%

Total files change -17B 0%

Groups updated (1)
Status Path Size Limits
demo/browser/*..js
2.18MB (+191B +0.01%) -

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@github-actions
Copy link
Contributor

github-actions bot commented Oct 31, 2022

Visit the preview URL for this PR (updated for commit f06bb71):

https://taiga-ui--pr2985-splincode-fix-issues-6qu6eu6d.web.app

(expires Tue, 01 Nov 2022 11:32:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 4b5ece1e114386f6a105425ef799091475b249eb

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 0.00% // Head: 62.02% // Increases project coverage by +62.02% 🎉

Coverage data is based on head (f06bb71) compared to base (4d757e8).
Patch coverage: 24.13% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##           main    #2985       +/-   ##
=========================================
+ Coverage      0   62.02%   +62.02%     
=========================================
  Files         0     1481     +1481     
  Lines         0    17499    +17499     
  Branches      0     2376     +2376     
=========================================
+ Hits          0    10854    +10854     
- Misses        0     6208     +6208     
- Partials      0      437      +437     
Flag Coverage Δ
addon-charts 72.48% <ø> (?)
addon-doc 48.46% <ø> (?)
addon-editor 52.65% <24.13%> (?)
addon-mobile 62.31% <ø> (?)
addon-table 64.06% <ø> (?)
addon-tablebars 98.07% <ø> (?)
cdk 40.26% <ø> (?)
core 76.79% <ø> (?)
kit 74.11% <ø> (?)
summary 62.02% <24.13%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
projects/addon-editor/extensions/table/table.ts 12.00% <12.00%> (ø)
...ult-editor-extensions/default-editor-extensions.ts 100.00% <100.00%> (ø)
projects/addon-editor/extensions/index.ts 100.00% <100.00%> (ø)
projects/addon-editor/extensions/table/index.ts 100.00% <100.00%> (ø)
projects/addon-editor/abstract/index.ts 100.00% <0.00%> (ø)
...onents/line-clamp/line-clamp-position.directive.ts 50.00% <0.00%> (ø)
projects/kit/components/pagination/index.ts 100.00% <0.00%> (ø)
...ion-item/accordion-item-eager-content.directive.ts 100.00% <0.00%> (ø)
projects/cdk/utils/dom/is-element-editable.ts 66.66% <0.00%> (ø)
...ojects/addon-commerce/utils/get-currency-symbol.ts 30.76% <0.00%> (ø)
... and 1473 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@splincode splincode force-pushed the splincode/fix/issues/2731 branch from 6fb3deb to f06bb71 Compare October 31, 2022 11:26
@splincode splincode merged commit 89af6a9 into main Oct 31, 2022
@splincode splincode deleted the splincode/fix/issues/2731 branch October 31, 2022 11:44
@well-done-bot
Copy link

well-done-bot bot commented Oct 31, 2022

'Well done'

@tinkoff-bot tinkoff-bot mentioned this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

🐞 - Editor column-resize can overflow editor's borders
3 participants