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 links examples #3096

Merged
merged 9 commits into from
Feb 25, 2018
Merged

Fix links examples #3096

merged 9 commits into from
Feb 25, 2018

Conversation

igor-dv
Copy link
Member

@igor-dv igor-dv commented Feb 25, 2018

Issue: Vue, Angular, and Polymer lacked addon-links example

What I did

Added few examples

@codecov
Copy link

codecov bot commented Feb 25, 2018

Codecov Report

Merging #3096 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3096   +/-   ##
=======================================
  Coverage   36.08%   36.08%           
=======================================
  Files         438      438           
  Lines        9447     9447           
  Branches      872      909   +37     
=======================================
  Hits         3409     3409           
+ Misses       5492     5463   -29     
- Partials      546      575   +29
Impacted Files Coverage Δ
lib/ui/src/modules/ui/components/menu_item.js 19.14% <0%> (ø) ⬆️
addons/knobs/src/components/types/Number.js 7.93% <0%> (ø) ⬆️
app/react/src/client/preview/element_check.js 67.64% <0%> (ø) ⬆️
addons/knobs/src/components/types/Color.js 8.1% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/search_box.js 36.36% <0%> (ø) ⬆️
lib/ui/src/modules/ui/configs/handle_routing.js 24.21% <0%> (ø) ⬆️
lib/codemod/src/transforms/move-buildin-addons.js 46.87% <0%> (ø) ⬆️
addons/knobs/src/components/types/Button.js 11.9% <0%> (ø) ⬆️
addons/info/src/components/types/OneOf.js 61.11% <0%> (ø) ⬆️
addons/actions/src/lib/util/typeReviver.js 71.42% <0%> (ø) ⬆️
... and 49 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1473b0a...fb37747. Read the comment docs.

import { document } from 'global';

storiesOf('Addon|Links', module).add('Go to welcome', () => {
const el = document.createElement('playground-button');
Copy link
Member

Choose a reason for hiding this comment

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

@Hypnosphi Hypnosphi merged commit 3d41979 into master Feb 25, 2018
@Hypnosphi Hypnosphi deleted the fix-links-examples branch February 25, 2018 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants