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

Feature/loading improvements and bug fixes #38

Merged
merged 8 commits into from
Aug 16, 2016

Conversation

emoralesb05
Copy link
Contributor

@emoralesb05 emoralesb05 commented Aug 16, 2016

Description

Second iteration on TdLoadingDirective/Service/Component.

What's included?

  • Added width to loading circle to be in par with circle height.
  • Removed deprecated methods (soon to be deprecated) and made loading component creation sync.
  • Added max diameter and height for loading circle.
  • Updated loading docs usage
  • Used NgZone#runOutsideAngular to address a bug with protractor where it gets stuck waiting when adding attaching/detaching the component and doing its animations.

Known issue:

ngAfterViewInit(): void {
    this.registerLoadingReplace();
    this._changeDetectorRef.detectChanges();
  }

Test Steps

  • ng serve
  • Go to loading component

@kyleledbetter kyleledbetter added this to the Alpha 0.6 milestone Aug 16, 2016
@@ -17,6 +17,7 @@ import { TdLayoutComponent } from '../platform/core';
selector: 'td-docs-app',
styleUrls: ['app.component.css'],
templateUrl: 'app.component.html',
precompile: [ TD_LOADING_ENTRY_COMPONENTS ],
Copy link
Contributor

Choose a reason for hiding this comment

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

Haven't used precompile before but it looks like it is being renamed. The change is in angular master (Component metadata docs) and I presume RC5 so #37 will have to be updated.

Copy link
Contributor Author

@emoralesb05 emoralesb05 Aug 16, 2016

Choose a reason for hiding this comment

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

Yes, its actually just for rc4. In rc5 it uses entryComponents in ngModule. I already have that ready in #37, but we are waiting on that since rc5 and CLI have some stability issues in this release.

@kyleledbetter kyleledbetter merged commit a013cd7 into develop Aug 16, 2016
@emoralesb05 emoralesb05 deleted the feature/loading-improvements branch August 16, 2016 23:47
emoralesb05 pushed a commit that referenced this pull request Jul 23, 2019
* FullScreen Mode feature

* Proper name and key added for menu item

* Remove extra trailing spaces

* Fixed review comments.

* Revert "Fixed review comments."

This reverts commit 89b724c16fceb94728ce7f16b260fbe7abd24707.

* Fixed review comment:

Added necessary changes requested and removed whitespace changes.

* UTs added for FullScreenMode feature.
emoralesb05 pushed a commit that referenced this pull request Jul 25, 2019
* feat(echarts): Add treemap as a chart option to Covalent E-Charts

* fix linting

* removing json data file

* removing config options that are handled in series component now

* feat(): reformat demo example and rename TreeMap to Treemap

* feat(): demo [leafDepth]="2" in treemap
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
* feat(echarts): Add treemap as a chart option to Covalent E-Charts

* fix linting

* removing json data file

* removing config options that are handled in series component now

* feat(): reformat demo example and rename TreeMap to Treemap

* feat(): demo [leafDepth]="2" in treemap
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
* FullScreen Mode feature

* Proper name and key added for menu item

* Remove extra trailing spaces

* Fixed review comments.

* Revert "Fixed review comments."

This reverts commit 89b724c16fceb94728ce7f16b260fbe7abd24707.

* Fixed review comment:

Added necessary changes requested and removed whitespace changes.

* UTs added for FullScreenMode feature.
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.

3 participants