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

Update Dialog to use latest themeable mixin #15

Closed
wants to merge 7 commits into from

Conversation

tomdye
Copy link
Member

@tomdye tomdye commented Feb 1, 2017

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Example of using the new themeable implementation.

Depends upon:

Needs widget-core dependency updating to latest version

@tomdye tomdye changed the title Dialog theme updated Update Dialog to use latest themeable mixin Feb 1, 2017
@codecov-io
Copy link

codecov-io commented Feb 1, 2017

Codecov Report

Merging #15 into master will increase coverage by -100%.

@@          Coverage Diff           @@
##           master   #15     +/-   ##
======================================
- Coverage     100%    0%   -100%     
======================================
  Files           2     2             
  Lines          26    28      +2     
  Branches       13    14      +1     
======================================
- Hits           26     0     -26     
- Misses          0    28     +28
Impacted Files Coverage Δ
src/components/dialog/createDialog.ts 0% <ø> (-100%)
src/main.ts 0% <ø> (-100%)

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 0692f44...65ed17c. Read the comment docs.

@dylans dylans added this to the 2017.02 milestone Feb 1, 2017
export const close: string;
export default {
classes: {
main: 'main',
Copy link
Member

Choose a reason for hiding this comment

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

Was this generated using grunt-dojo2? I'm confused by this. It's in a .d.ts file, but is an actual module. It also doesn't look like the module maps generated class names? I'm probably missing something.

@agubler
Copy link
Member

agubler commented Feb 6, 2017

Have this been superseded by #19?

@tomdye
Copy link
Member Author

tomdye commented Feb 6, 2017

Closing as has been superseded by #18

@tomdye tomdye closed this Feb 6, 2017
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.

5 participants