Skip to content

Commit

Permalink
Revert "feat: adds opengraph to records (#1042)"
Browse files Browse the repository at this point in the history
This reverts commit fdac73d.
  • Loading branch information
jahow committed Nov 21, 2024
1 parent ebfec89 commit b1557ec
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 75 deletions.
2 changes: 0 additions & 2 deletions apps/datahub/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
FeatureRecordModule,
GN_UI_VERSION,
WEB_COMPONENT_EMBEDDER_URL,
RecordMetaComponent,
} from '@geonetwork-ui/feature/record'
import {
DefaultRouterModule,
Expand Down Expand Up @@ -157,7 +156,6 @@ export const metaReducers: MetaReducer[] = !environment.production ? [] : []
UiInputsModule,
MatTabsModule,
UiWidgetsModule,
RecordMetaComponent,
LetDirective,
// FIXME: these imports are required by non-standalone components and should be removed once all components have been made standalone
NgIconsModule.withIcons({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<div id="record-page" class="overflow-hidden">
<gn-ui-record-meta
[metadata]="mdViewFacade.metadata$ | async"
></gn-ui-record-meta>
<datahub-header-record
[metadata]="mdViewFacade.metadata$ | async"
></datahub-header-record>
Expand Down
1 change: 0 additions & 1 deletion libs/feature/record/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ export * from './lib/data-view-share/data-view-share.component'
export * from './lib/data-view-web-component/data-view-web-component.component'
export * from './lib/external-viewer-button/external-viewer-button.component'
export * from './lib/map-view/map-view.component'
export * from './lib/record-meta/record-meta.component'

This file was deleted.

45 changes: 0 additions & 45 deletions libs/feature/record/src/lib/record-meta/record-meta.component.ts

This file was deleted.

0 comments on commit b1557ec

Please sign in to comment.