Skip to content

Commit ca715ab

Browse files
MillenniumFalconMechanicNoopDog
authored andcommitted
Removed deprecated project component. Resolves #1007. (#1034)
1 parent 611ebda commit ca715ab

18 files changed

+80
-2494
lines changed

spa/src/app/files/_ngrx/integration/integration.selectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ export const selectIntegrationsByProjectId =
2626
* Returns the integrations for the specified project ID.
2727
*/
2828
export const selectProjectIntegrations =
29-
createSelector(selectIntegrations, (state, props) => state.integrationsByProjectId.get(props.projectId) || []);
29+
createSelector(selectIntegrations, (state, props) => state.integrationsByProjectId.get(props.projectId));

spa/src/app/files/analysis-protocol-pipeline-linker/analysis-protocol-pipeline-linker.component.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,3 @@
1616
color: $hca-gray-dark;
1717
}
1818
}
19-
20-
/* Project detail page */
21-
/* HCAProjectComponent */
22-
:host-context(.explore-project) {
23-
24-
.comma {
25-
color: black;
26-
}
27-
}

spa/src/app/files/files.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import { MatrixPartialQueryMatchWarningComponent } from "./hca-get-data/matrix-p
6161
import { MatrixUrlRequestFormComponent } from "./hca-get-data/matrix-url-request-form/matrix-url-request-form.component";
6262
import { MatrixUrlRequestCompletedComponent } from "./hca-get-data/matrix-url-request-completed/matrix-url-request-completed.component";
6363
import { HCAEllipsisTextComponent } from "./hca-content-ellipsis/hca-ellipsis-text.component";
64-
import { HCAProjectComponent } from "./hca-project/hca-project.component";
6564
import { HCATableColumnHeaderComponent } from "./hca-table-column-header/hca-table-column-header.component";
6665
import { HCATableColumnHeaderCountComponent } from "./hca-table-column-header-count/hca-table-column-header-count.component";
6766
import { HCATableColumnHeaderDownloadComponent } from "./hca-table-column-header-download/hca-table-column-header-download.component";
@@ -168,7 +167,6 @@ import { TableScroll } from "./table-scroll/table-scroll.component";
168167
HCAGetManifestComponent,
169168
HCAGetMatrixComponent,
170169
HCAGetMatrixSpeciesSelectionComponent,
171-
HCAProjectComponent,
172170
HCASearchComponent,
173171
HCATableCellComponent,
174172
HCATableColumnHeaderComponent,

spa/src/app/files/files.routes.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { Route } from "@angular/router";
1111
// App dependencies
1212
import { FilesComponent } from "./files.component";
1313
import { HCAGetDataComponent } from "./hca-get-data/hca-get-data.component";
14-
import { HCAProjectComponent } from "./hca-project/hca-project.component";
1514
import { ProjectDataCitationComponent } from "./project-data-citation/project-data-citation.component";
1615
import { ProjectDownloadManifestModalContainerComponent } from "./project-download-manifest-modal-container/project-download-manifest-modal-container.component";
1716
import { ProjectDownloadMatrixModalContainerComponent } from "./project-download-matrix-modal-container/project-download-matrix-modal-container.component";
@@ -84,11 +83,7 @@ export const routes: Route[] = [
8483
{
8584
path: ":id/m/expression-matrices",
8685
component: ProjectDownloadMatrixModalContainerComponent
87-
},
88-
{ // TODO remove once left nav functionality is complete
89-
path: ":id/deprecated",
90-
component: HCAProjectComponent
91-
},
86+
}
9287
]
9388
}
9489
];

spa/src/app/files/hca-project/hca-project.component.html

Lines changed: 0 additions & 380 deletions
This file was deleted.

0 commit comments

Comments
 (0)