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

feat(addon-doc): display emission in @Output wherever possible #6171

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

demensky
Copy link
Contributor

@demensky demensky commented Dec 6, 2023

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Build or CI related changes
  • Tests related changes
  • Documentation content changes

What is the current behaviour?

@Output is not shown (flashing) in the demo.

What is the new behaviour?

@Output is shown (flashed) in the demo. The alert is also displayed, except for (focusedChange).

Copy link

lumberjack-bot bot commented Dec 6, 2023

Pull request was closed ✔️

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

Copy link

bundlemon bot commented Dec 6, 2023

BundleMon

Files updated (1)
Status Path Size Limits
demo/browser/main.(hash).js
377.75KB (+27B +0.01%) +10%
Unchanged files (4)
Status Path Size Limits
demo/browser/vendor.(hash).js
198.17KB +10%
demo/browser/runtime.(hash).js
41.27KB +10%
demo/browser/polyfills.(hash).js
11.22KB +10%
demo/browser/styles.(hash).css
1.22KB +10%

Total files change +19B 0%

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

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (95c92b9) 71.92% compared to head (0dd7350) 59.87%.
Report is 11 commits behind head on main.

Files Patch % Lines
...tion/documentation-property-connector.directive.ts 33.33% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6171       +/-   ##
===========================================
- Coverage   71.92%   59.87%   -12.05%     
===========================================
  Files        1464       89     -1375     
  Lines       16024      987    -15037     
  Branches     2283      106     -2177     
===========================================
- Hits        11525      591    -10934     
+ Misses       4127      377     -3750     
+ Partials      372       19      -353     
Flag Coverage Δ
addon-charts ∅ <ø> (∅)
addon-doc 59.87% <33.33%> (-0.21%) ⬇️
addon-mobile ?
addon-table ∅ <ø> (∅)
addon-tablebars ∅ <ø> (∅)
cdk ?
core ?
kit ?
summary 59.87% <33.33%> (-12.05%) ⬇️

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

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

@splincode splincode changed the title docs(demo): display emission in @Output wherever possible feat(addon-doc): display emission in @Output wherever possible Dec 6, 2023
Copy link
Collaborator

@waterplea waterplea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we want to spam focusedChange everywhere – in 4.0 we will drop it for most of the components for sure, since they will no longer encapsulate focus internally.

content = tuiInspectAny(event, 2);
}

this.alerts.open(content, {label: this.attrName}).subscribe();
Copy link
Member

@splincode splincode Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use instead of alerts notifications our custom console tab inside content example?

for example

image image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in this case, it would not irritate users too much

@splincode splincode merged commit 8282585 into taiga-family:main Dec 6, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants