Skip to content

Commit b2a2107

Browse files
authored
Frontend - Refactoring (Remove testing tool) (#843)
1 parent 76f9d81 commit b2a2107

File tree

42 files changed

+2
-1003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2
-1003
lines changed

frontend/src/app/app.setup.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ import { StateState } from '@state/state.state';
2626
import { SnarksAction, snarksReducer } from '@snarks/snarks.reducer';
2727
import { SnarksState } from '@snarks/snarks.state';
2828

29-
import { TestingToolAction, testingToolReducer } from '@testing-tool/testing-tool.reducer';
30-
import { TestingToolState } from '@testing-tool/testing-tool.state';
31-
3229
import { ResourcesAction, resourcesReducer } from '@resources/resources.reducer';
3330
import { ResourcesState } from '@resources/resources.state';
3431

@@ -51,7 +48,6 @@ export interface MinaState {
5148
resources: ResourcesState;
5249
state: StateState;
5350
snarks: SnarksState;
54-
testingTool: TestingToolState;
5551
benchmarks: BenchmarksState;
5652
}
5753

@@ -63,7 +59,6 @@ type MinaAction =
6359
& ResourcesAction
6460
& StateAction
6561
& SnarksAction
66-
& TestingToolAction
6762
;
6863

6964
export const reducers: ActionReducerMap<MinaState, MinaAction> = {
@@ -78,7 +73,6 @@ export const reducers: ActionReducerMap<MinaState, MinaAction> = {
7873
resources: resourcesReducer,
7974
state: stateReducer,
8075
snarks: snarksReducer,
81-
testingTool: testingToolReducer,
8276
benchmarks: benchmarksReducer,
8377
};
8478

frontend/src/app/features/testing-tool/scenarios/scenarios-add-step/scenarios-add-step.component.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-add-step/scenarios-add-step.component.scss

Whitespace-only changes.

frontend/src/app/features/testing-tool/scenarios/scenarios-add-step/scenarios-add-step.component.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-event-traces-table/scenarios-event-traces-table.component.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-event-traces-table/scenarios-event-traces-table.component.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-event-traces-table/scenarios-event-traces-table.component.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-steps-footer/scenarios-steps-footer.component.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

frontend/src/app/features/testing-tool/scenarios/scenarios-steps-footer/scenarios-steps-footer.component.scss

Whitespace-only changes.

frontend/src/app/features/testing-tool/scenarios/scenarios-steps-footer/scenarios-steps-footer.component.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)