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

move progress bar examples #929

Merged
merged 3 commits into from
Dec 12, 2019
Merged

Conversation

vansimke
Copy link
Contributor

Type: bug / feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit tests are included in the PR
  • Any widget variant uses theme.compose like this
  • WidgetProperties are exported

Description: Moved progress bar examples to new format and structure

Resolves #825

import { create, tsx } from '@dojo/framework/core/vdom';
import { icache } from '@dojo/framework/core/middleware/icache';
import Progress from '@dojo/widgets/progress';
import Button from '@dojo/widgets/Button';
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is failing because this should be '@dojo/widgets/button';

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching that, @JamesLMilner . I've fixed the import and rebased onto latest master. Care to take another look?

@vansimke vansimke force-pushed the 825-progress-examples branch 2 times, most recently from 3037138 to 9068c34 Compare December 5, 2019 15:02
@dojo-site
Copy link

This pull request has been deployed to:

@@ -103,6 +103,10 @@ import CloseableDialog from './widgets/dialog/CloseableDialog';

`!has('docs')`;
import testsContext from './tests';
import ProgressWithChangingValues from './widgets/progress/ProgressWithChangingValues';
Copy link
Member

Choose a reason for hiding this comment

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

mike can you move these up above the !has('docs') line please and alphabetise them like the others? This helps with conflicts later

@vansimke vansimke force-pushed the 825-progress-examples branch 2 times, most recently from d3c96cb to 178d27d Compare December 12, 2019 14:57
@dojo-site
Copy link

This pull request has been deployed to:

@dojo-site
Copy link

This pull request has been deployed to:

1 similar comment
@dojo-site
Copy link

This pull request has been deployed to:

@dojo-site
Copy link

This pull request has been deployed to:

vansimke and others added 2 commits December 12, 2019 15:30
Co-Authored-By: Matthew Gadd <mgadd@sitepen.com>
Co-Authored-By: Matthew Gadd <mgadd@sitepen.com>
@dojo-site
Copy link

This pull request has been deployed to:

@vansimke vansimke merged commit 5225312 into dojo:master Dec 12, 2019
@vansimke vansimke deleted the 825-progress-examples branch December 12, 2019 20:41
ericos pushed a commit to ericos/widgets that referenced this pull request Jan 3, 2020
* move progress bar examples

* Update src/examples/src/widgets/progress/ProgressWithChangingValues.tsx

Co-Authored-By: Matthew Gadd <mgadd@sitepen.com>

* Update src/examples/src/widgets/progress/ProgressWithChangingValues.tsx

Co-Authored-By: Matthew Gadd <mgadd@sitepen.com>
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.

Example: progress
5 participants