Skip to content

Commit

Permalink
Remove legacy scroll service (#414)
Browse files Browse the repository at this point in the history
* Remove legacy scroll service

* Remove unused search pipe
  • Loading branch information
minottic authored Nov 18, 2024
1 parent b23147f commit f69e7d1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 138 deletions.
2 changes: 0 additions & 2 deletions scilog/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import { AddLogbookComponent } from './overview/add-logbook/add-logbook.componen
import { AddCollectionComponent } from './overview/add-collection/add-collection.component';
import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle';
import { MatLegacyAutocompleteModule as MatAutocompleteModule } from '@angular/material/legacy-autocomplete';
import { LogbookSearchPipe } from './overview/logbook-search.pipe';
import { NavigationButtonComponent } from './logbook/navigation-button/navigation-button.component';
import { SnippetContentComponent } from '@shared/snippet/snippet-content/snippet-content.component';
import { CookieService } from 'ngx-cookie-service';
Expand Down Expand Up @@ -117,7 +116,6 @@ const appConfigInitializerFn = (appConfig: AppConfigService) => {
CollectionWidgetComponent,
AddLogbookComponent,
AddCollectionComponent,
LogbookSearchPipe,
NavigationButtonComponent,
SnippetContentComponent,
SnippetViewerComponent,
Expand Down

This file was deleted.

58 changes: 0 additions & 58 deletions scilog/src/app/overview/logbook-icon-scroll-service.service.ts

This file was deleted.

8 changes: 0 additions & 8 deletions scilog/src/app/overview/logbook-search.pipe.spec.ts

This file was deleted.

32 changes: 0 additions & 32 deletions scilog/src/app/overview/logbook-search.pipe.ts

This file was deleted.

0 comments on commit f69e7d1

Please sign in to comment.