-
Notifications
You must be signed in to change notification settings - Fork 1
Tta 193 add loading page to new ip check load time #939
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
Merged
nicolsss
merged 14 commits into
master
from
TTA-193-add-loading-page-to-new-ip-check-load-time
Oct 17, 2022
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d41a02c
feat: TTA-193 add preload page
andresacg30 8f9730e
fix: TTA-181 change husky hint when commit message is wrong (#937)
mmaquina 4715458
chore(release): 1.75.21 [skip ci]nn
semantic-release-bot 3ff389b
feat: TTA-193 add service and interceptor for spinner loading
465c2c2
feat: TTA-193 add spinner overlay and style it
56747ce
test: TTA-193 make test
andresacg30 615effc
update package-lock.json version
andresacg30 97abddb
Merge branch 'master' into TTA-193-add-loading-page-to-new-ip-check-l…
andresacg30 bd1ba98
test: add test for interceptor and service
andresacg30 0a07ce9
test: TTA-193 increase code coverage
andresacg30 91d1e2e
test: TTA-193 increase code coverage
andresacg30 3398358
fix: spinner test
1415da1
fix: spinner test
e0fe698
fix: load spinner when route is recent
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: TTA-193 add spinner overlay and style it
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1 @@ | ||
| <app-page-loader></app-page-loader> | ||
| <router-outlet></router-outlet> | ||
| <button (click)="pageLoadTest()">Page LOAD</button> | ||
| <router-outlet></router-outlet> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/app/modules/shared/components/spinner-overlay/spinner-overlay.component.css
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/app/modules/shared/components/spinner-overlay/spinner-overlay.component.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| <mat-spinner diameter="80" color="accent"></mat-spinner> | ||
| <mat-spinner diameter="80"></mat-spinner> |
5 changes: 5 additions & 0 deletions
5
src/app/modules/shared/components/spinner-overlay/spinner-overlay.component.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| @use "../../../../../styles/colors.scss" as colors; | ||
|
|
||
| :host ::ng-deep .mat-progress-spinner circle, .mat-spinner circle { | ||
| stroke: colors.$warning; | ||
| } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.