Skip to content

Commit 414ba59

Browse files
jr-rkclaude
andauthored
VSB-TUO/Refactor: align eager-themes.module.ts with the other customer backports (#1320)
Rebuilds this follow-up on the current customer/vsb-tuo base (which now carries the final overlay mechanism #1318/#1321 and #1333). Drops the duplicate dspace eager-theme import (imported once as DSpaceEagerThemeModule and again, unaliased, as EagerThemeModule) so this file matches the canonical form on TUL/SAV/ZCU-DATA/ ZCU-PUB: dspace eager theme once + custom eager theme once. The earlier blank-page guard from this branch is intentionally dropped: #1321 removed the ds-app visibility:hidden rule (the overlay is now a purely visual mask), so the early-return can no longer hide the app, and the other customers took VSB-TUO's #1321 index.html verbatim. Keeping a guard only here would re-diverge index.html. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent adda0f2 commit 414ba59

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/themes/eager-themes.module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { NgModule } from '@angular/core';
22
import { EagerThemeModule as DSpaceEagerThemeModule } from './dspace/eager-theme.module';
3-
import { EagerThemeModule } from './dspace/eager-theme.module';
43
import { EagerThemeModule as CustomEagerThemeModule } from './custom/eager-theme.module';
54

65
/**
@@ -18,10 +17,6 @@ import { EagerThemeModule as CustomEagerThemeModule } from './custom/eager-theme
1817
@NgModule({
1918
imports: [
2019
DSpaceEagerThemeModule,
21-
// Uncomment this because the `untyped-item` theming is not working when it is commented out.
22-
// Issue: https://github.com/DSpace/dspace-angular/issues/1897
23-
// Useful info in PR: https://github.com/DSpace/dspace-angular/pull/2262#issuecomment-1557146081
24-
EagerThemeModule,
2520
CustomEagerThemeModule,
2621
],
2722
})

0 commit comments

Comments
 (0)