Skip to content

Commit d60cb2b

Browse files
committed
Rename to stop all
1 parent efdf45e commit d60cb2b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/i15-1/src/components/AbortButton.test.tsx renamed to apps/i15-1/src/components/StopAllButton.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, it, expect, vi, beforeEach } from "vitest";
2-
import { AbortButton } from "./AbortButton";
2+
import { AbortButton } from "./StopAllButton";
33
import { fireEvent, render, screen } from "@atlas/vitest-conf";
44

55
const pauseQueueMock = vi.fn();

apps/i15-1/src/components/AbortButton.tsx renamed to apps/i15-1/src/components/StopAllButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function AbortButton() {
3535
onClick={abort}
3636
startIcon={<DangerousIcon />}
3737
>
38-
ABORT
38+
STOP ALL
3939
</Button>
4040
);
4141
}

apps/i15-1/src/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Dashboard from "./routes/Dashboard";
1111
import Playlist from "./routes/Playlist";
1212
import Plans from "./routes/Plans";
1313
import { QueueView } from "./routes/QueueView";
14-
import { AbortButton } from "./components/AbortButton";
14+
import { AbortButton } from "./components/StopAllButton";
1515

1616
const navigation: SectionGroup[] = [
1717
{

0 commit comments

Comments
 (0)