Commit bf45f28
committed
feat: allow opening a trace file directly from the command line
in dev mode:
```shell
./src-tauri/target/debug/PDL view ./src/demos/demo5.json
```
For some reason AppImage builds are failing in github actions. So we won't yet enable production app build tests.
Signed-off-by: Nick Mitchell <[email protected]>1 parent 99dca4a commit bf45f28
File tree
10 files changed
+403
-28
lines changed- .github/workflows
- pdl-live-react
- src-tauri
- capabilities
- src
- src
- page
- routes
10 files changed
+403
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments