Skip to content

Commit

Permalink
NAS-133371 / 25.04 / Cleanup OldSlideInService (#11297)
Browse files Browse the repository at this point in the history
* NAS-133300: Migrate more instances of OldSlideInService

* NAS-133300: NAS-133317: Migrate more instances of OldSlideInService #2

* NAS-133319: Migrate more instances of OldSlideInService #3

* NAS-133319: PR update

* NAS-133319: Skip

* NAS-133325: Migrate more instances of OldSlideInService #4

* NAS-133325: PR Update

* NAS-133371: Cleanup OldSlideInService

* NAS-133371: PR update
  • Loading branch information
AlexKarpov98 authored Jan 7, 2025
1 parent 474b93c commit 4d628d6
Show file tree
Hide file tree
Showing 35 changed files with 19 additions and 753 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,4 @@
</mat-sidenav>
</mat-sidenav-container>

<ix-old-slide-in id="ix-slide-in-form"></ix-old-slide-in>
<ix-slide-in-controller id="ix-slide-in-form"></ix-slide-in-controller>
2 changes: 0 additions & 2 deletions src/app/modules/layout/admin-layout/admin-layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import { SidenavService } from 'app/modules/layout/sidenav.service';
import { TopbarComponent } from 'app/modules/layout/topbar/topbar.component';
import { DefaultPageHeaderComponent } from 'app/modules/page-header/default-page-header/default-page-header.component';
import { SlideInControllerComponent } from 'app/modules/slide-ins/components/slide-in-controller/slide-in-controller.component';
import { OldSlideInComponent } from 'app/modules/slide-ins/old-slide-in.component';
import { TestDirective } from 'app/modules/test-id/test.directive';
import { ThemeService } from 'app/modules/theme/theme.service';
import { SentryService } from 'app/services/sentry.service';
Expand Down Expand Up @@ -66,7 +65,6 @@ import { selectCopyrightText, selectIsEnterprise, waitForSystemInfo } from 'app/
ConsoleFooterComponent,
AlertsPanelComponent,
SlideInControllerComponent,
OldSlideInComponent,
AsyncPipe,
TranslateModule,
TestDirective,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@
.ix-form-title {
color: var(--fg1);
word-break: break-all;

// TODO: Remove this when we finish with Slide In Migration
&::after {
background-color: var(--primary);
border-radius: 50%;
content: '';
display: inline-block;
height: 6px;
margin-left: 6px;
vertical-align: middle;
width: 6px;
}
}

#ix-close-icon {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions src/app/modules/slide-ins/old-slide-in-ref.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/app/modules/slide-ins/old-slide-in.component.html

This file was deleted.

79 changes: 0 additions & 79 deletions src/app/modules/slide-ins/old-slide-in.component.scss

This file was deleted.

68 changes: 0 additions & 68 deletions src/app/modules/slide-ins/old-slide-in.component.spec.ts

This file was deleted.

Loading

0 comments on commit 4d628d6

Please sign in to comment.