Skip to content

Commit

Permalink
Migrate to shortestpathlab
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 17, 2024
1 parent 1e8b55c commit d9de8a5
Show file tree
Hide file tree
Showing 24 changed files with 47 additions and 39 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![main](https://github.com/path-visualiser/app/actions/workflows/main.yml/badge.svg)
![main](https://github.com/ShortestPathLab/posthoc-app/actions/workflows/main.yml/badge.svg)

<br></br>

Expand All @@ -14,18 +14,18 @@

It's easy to get started.

1. Print logs as [search traces](https://path-visualiser.github.io/docs/search-trace)
2. Load those into the [Posthoc visualiser](https://path-visualiser.github.io/docs/category/posthoc-visualiser)
1. Print logs as [search traces](https://posthoc.pathfinding.ai/docs/search-trace)
2. Load those into the [Posthoc visualiser](https://posthoc.pathfinding.ai/docs/category/posthoc-visualiser)
3. Voila!

## Documentation

[View documentation](https://path-visualiser.github.io)
[View documentation](https://posthoc.pathfinding.ai)

## Changelog

[View changelog](./docs/changelog.md)

## Releases

[View releases](https://github.com/path-visualiser/app/releases)
[View releases](https://github.com/ShortestPathLab/posthoc-app/releases)
2 changes: 1 addition & 1 deletion adapter-fs-bridge/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if which osslsigncode >/dev/null; then
fi
osslsigncode sign -pkcs12 private/cert.p12 \
-n "Posthoc Adapter" \
-i "https://github.com/path-visualiser" \
-i "https://github.com/ShortestPathLab" \
-in dist/main-win.exe \
-out dist/main-win-signed.exe
rm dist/main-win.exe
Expand Down
2 changes: 1 addition & 1 deletion adapter-iron-harvest/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if which osslsigncode >/dev/null; then
fi
osslsigncode sign -pkcs12 private/cert.p12 \
-n "Posthoc Adapter" \
-i "https://github.com/path-visualiser" \
-i "https://github.com/ShortestPathLab" \
-in dist/main-win.exe \
-out dist/main-win-signed.exe
rm dist/main-win.exe
Expand Down
10 changes: 5 additions & 5 deletions adapter-warthog-wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adapter-warthog-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nanoid": "^5.0.1",
"protocol": "file:../protocol",
"typescript": "^4.4.4",
"warthog-bin": "github:path-visualiser/pathfinding#wasm-bin"
"warthog-bin": "github:ShortestPathLab/posthoc-adapter-warthog#wasm-bin"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
Expand Down
2 changes: 1 addition & 1 deletion adapter-warthog-websocket/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if which osslsigncode >/dev/null; then
fi
osslsigncode sign -pkcs12 private/cert.p12 \
-n "Posthoc Adapter" \
-i "https://github.com/path-visualiser" \
-i "https://github.com/ShortestPathLab" \
-in dist/main-win.exe \
-out dist/main-win-signed.exe
rm dist/main-win.exe
Expand Down
4 changes: 2 additions & 2 deletions adapter-warthog-websocket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adapter-warthog-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lru-cache": "^6.0.0",
"md5": "^2.3.0",
"node-emoji": "^2.1.0",
"pathfinding-binaries": "github:path-visualiser/warthog#binaries",
"pathfinding-binaries": "github:ShortestPathLab/posthoc-adapter-warthog#binaries",
"protocol": "file:../protocol",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/app-bar/Playback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function Playback({ layer }: { layer?: Layer<PlaybackLayerData> }) {
onClick={() => {
stepTo(findBreakpoint(-1));
}}
disabled={!canStop}
disabled={!canStop || !canStepBackward}
/>
<IconButton
label="step-backward"
Expand Down
1 change: 1 addition & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");

html,
body,
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/ExplorePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,12 @@ export function ExplorePage({ template: Page }: PageContentProps) {
<Box
sx={{
position: "absolute",
top: "-50%",
top: "-100%",
left: "calc(50%)",
width: "100%",
zIndex: -1,
transform: "translateX(-50%) rotate(180deg)",
height: "100%",
height: "150%",
filter: `hue-rotate(${accent - blue}deg)`,
minWidth: 640,
opacity: 0.75,
Expand Down
4 changes: 2 additions & 2 deletions client/src/public-dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "dev",
"description": "Visualise pathfinding search and more",
"version_name": "dev",
"repository": "https://github.com/path-visualiser/app",
"docs": "https://github.com/path-visualiser/app/blob/master/docs",
"repository": "https://github.com/ShortestPathLab/posthoc-app",
"docs": "https://github.com/ShortestPathLab/posthoc-app/blob/master/docs",
"icons": [
{
"src": "./favicon.png",
Expand Down
6 changes: 3 additions & 3 deletions client/src/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.2.4",
"description": "Understand sequential decision-making through visualisation.",
"version_name": "1.2.4; early May 2024",
"repository": "https://github.com/path-visualiser/app",
"repository": "https://github.com/ShortestPathLab/posthoc-app",
"changelog": "http://localhost:3000/blog",
"docs": "https://path-visualiser.github.io/docs/overview",
"homepage": "https://path-visualiser.github.io",
"docs": "https://posthoc.pathfinding.ai/docs/overview",
"homepage": "https://posthoc.pathfinding.ai",
"icons": [
{
"src": "./favicon.png",
Expand Down
Loading

0 comments on commit d9de8a5

Please sign in to comment.