-
Notifications
You must be signed in to change notification settings - Fork 29
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
[#72] Remove unused code from catcher models #146
[#72] Remove unused code from catcher models #146
Conversation
ngx-markdown is a markdown formatter/parser that was ported over from CATcher. As WATcher does not use any form of markdown parser, this package currently does not serve any use in WATcher. Therefore, let's remove the unused package and the related components.
4799495
to
f2bab5b
Compare
…-remove-unused-code-from-catcher-models
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.
LGTM
I noticed some of the changes are formatting, do we have husky pretty-quick working on WATcher? |
<div class="loading-spinner" *ngIf="this.phaseService.isChangingRepo | async; else elseBlock"> | ||
<mat-progress-spinner color="primary" mode="indeterminate" diameter="50" strokeWidth="5"> </mat-progress-spinner> |
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.
And this
background: linear-gradient(white 33%, transparent), linear-gradient(transparent, white 66%) 0 100%, | ||
radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.5), transparent), | ||
radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.5), transparent) 0 100%; |
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.
E.g. this
We do have it working, it seems pretty-quick is reformatting those lines into those mentioned. pretty-quick-reformat.mp4 |
Hmm, but is it doing that with each commit-push automatically? Or have to run the command manually? Odd that the dev that did the card-view-component didn't have the pretty quick done already |
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.
LGTM
…ll-button * commit '36a0b41c369517022086d36ea6583625f4308289': [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
…apping * commit '80f84aeb6686bb9cae9e58463baf8942fc317256': Add reset labels feature (CATcher-org#150) Allow keyboard enter when changing repository (CATcher-org#177) Fix ng test type error (CATcher-org#175) Reduce code duplication in repository url suggestions (CATcher-org#170) Fix hover, click interaction with issue cards (CATcher-org#173) [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
* main: Add reset labels feature (CATcher-org#150) Allow keyboard enter when changing repository (CATcher-org#177) Fix ng test type error (CATcher-org#175) Reduce code duplication in repository url suggestions (CATcher-org#170) Fix hover, click interaction with issue cards (CATcher-org#173) [CATcher-org#72] Remove unused code from catcher models (CATcher-org#146) [CATcher-org#72] Remove package ngx-markdown (CATcher-org#145) Extract method from header.component into phase.service.ts (CATcher-org#162) [CATcher-org#72] Remove code related to creating and updating repos (CATcher-org#143) Autofill repository URL with Browser Cache (CATcher-org#159) Update PR template (CATcher-org#157) Update Readme (CATcher-org#158) Enclose PR/issues in scrollable container (CATcher-org#148) Show loading spinner on switch repository (CATcher-org#151) Add wrap for username in issues-viewer's card-view (CATcher-org#147) Update website title after changing repository (CATcher-org#141) Disable milestone filter if there are no milestones (CATcher-org#149) Fix pressing back to cause issues to being cleared (CATcher-org#142)
Summary:
Part of PRs for #72
Depends on #145 (Review this only after this PR is merged)
Changes Made:
Commit Message: