diff --git a/.histoire/dist/histoire.json b/.histoire/dist/histoire.json index aa0d89d..9eb97d5 100644 --- a/.histoire/dist/histoire.json +++ b/.histoire/dist/histoire.json @@ -266,6 +266,33 @@ ], "virtual": false, "markdownFile": null + }, + { + "id": "src-routes-export-print-printship-weapons-index-story-svelte", + "title": "Weapons", + "group": null, + "layout": { + "type": "single", + "iframe": true + }, + "icon": null, + "iconColor": null, + "docsOnly": false, + "variants": [ + { + "id": "_default", + "title": "default" + } + ], + "relativePath": "src/routes/export/print/PrintShip/Weapons/index.story.svelte", + "supportPluginId": "svelte3", + "treePath": [ + "Export", + "PrintShip", + "Weapons" + ], + "virtual": false, + "markdownFile": null } ], "markdownFiles": [] diff --git a/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png index 9ee9cf8..11ecfe7 100644 Binary files a/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png and b/.histoire/screenshots/src-routes-export-print-printship-index-story-svelte-_default-1280x800.png differ diff --git a/.histoire/screenshots/src-routes-export-print-printship-weapons-index-story-svelte-_default-1280x800.png b/.histoire/screenshots/src-routes-export-print-printship-weapons-index-story-svelte-_default-1280x800.png new file mode 100644 index 0000000..40aad15 Binary files /dev/null and b/.histoire/screenshots/src-routes-export-print-printship-weapons-index-story-svelte-_default-1280x800.png differ diff --git a/src/lib/components/About.svelte b/src/lib/components/About.svelte deleted file mode 100644 index 364478c..0000000 --- a/src/lib/components/About.svelte +++ /dev/null @@ -1,92 +0,0 @@ -{#if showChangelog} - -

Changelog for the Docks

-
- -
-
-{:else} - -
-

Welcome to the docks

- -
-
version {import.meta.env.PACKAGE_VERSION}
- (showChangelog = true)}>changelog -
-
- -

- This app is a ship builder for the game - Full Thrust - . -

- -

- The contruction rules are following the - - Cross Dimensions rules - - as closely as possible. -

- -

- The app is mostly developed for Firefox. I also check as much as I can - that I don't mess things too badly on Chrome. For the other browsers... - caveat emptor. -

- -

- Written by - Yanick Champoux - . Code available on - Github. -

-
-{/if} - - - - diff --git a/src/lib/components/About.test.js b/src/lib/components/About.test.js.todo similarity index 100% rename from src/lib/components/About.test.js rename to src/lib/components/About.test.js.todo diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte deleted file mode 100644 index c0c9657..0000000 --- a/src/lib/components/Header.svelte +++ /dev/null @@ -1,94 +0,0 @@ -
-

The Docks

-

- a Full Thrust ship - builder -

- (showAbout = true)}>about the app -
- - - - - - - - - - diff --git a/src/lib/components/Header.test.js b/src/lib/components/Header.test.js deleted file mode 100644 index 1270067..0000000 --- a/src/lib/components/Header.test.js +++ /dev/null @@ -1,10 +0,0 @@ -import { test, expect } from "vitest"; -import { render } from "@testing-library/svelte"; - -import App from "./Header.svelte"; - -test("reset ship link is present", () => { - const { queryByText } = render(App); - - expect(queryByText("reset ship")).toBeTruthy(); -}); diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-1-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-1-snap.png index 1773dfc..16820fb 100644 Binary files a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-1-snap.png and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-1-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-11-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-11-snap.png new file mode 100644 index 0000000..120f122 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-11-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-12-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-12-snap.png new file mode 100644 index 0000000..28bd9c4 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-12-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-13-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-13-snap.png new file mode 100644 index 0000000..11ecfe7 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-13-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png new file mode 100644 index 0000000..af2cbe4 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-14-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-15-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-15-snap.png new file mode 100644 index 0000000..40aad15 Binary files /dev/null and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-15-snap.png differ diff --git a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-3-snap.png b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-3-snap.png index 8b561f2..a976754 100644 Binary files a/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-3-snap.png and b/src/lib/components/__image_snapshots__/screenshots-test-ts-src-lib-components-screenshots-test-ts-image-snapshot-3-snap.png differ