Skip to content

Commit

Permalink
src/themes/cgspace: remove custom thumbnail component
Browse files Browse the repository at this point in the history
This wasn't working everywhere and I ended up customizing the main
thumbnail component in src/app/thumbnail. It could have been a bug
but for now I will leave it since it's a trivial customization.
  • Loading branch information
alanorth committed Jan 12, 2024
1 parent d5e210e commit c0506ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
21 changes: 0 additions & 21 deletions src/themes/cgspace/app/thumbnail/thumbnail.component.html

This file was deleted.

Empty file.
12 changes: 0 additions & 12 deletions src/themes/cgspace/app/thumbnail/thumbnail.component.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/themes/cgspace/lazy-theme.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ import { SharedBrowseByModule } from '../../app/shared/browse-by/shared-browse-b
import { ItemVersionsModule } from '../../app/item-page/versions/item-versions.module';
import { ItemSharedModule } from 'src/app/item-page/item-shared.module';
import { ItemPageComponent } from './app/item-page/simple/item-page.component';
import { ThumbnailComponent } from './app/thumbnail/thumbnail.component';

const DECLARATIONS = [
HomePageComponent,
ItemPageComponent,
ThumbnailComponent,
FileSectionComponent,
PrivacyComponent,
];
Expand Down

0 comments on commit c0506ff

Please sign in to comment.