Will Greenberg
f559e10d44
rm git detritus
2025-04-23 11:09:10 -07:00
Will Greenberg
f28022920a
fix CI
2025-04-23 11:08:54 -07:00
Cooper Quintin
63b07b83f5
darker links
2025-04-22 16:37:35 -07:00
Cooper Quintin
934e0d70d8
change refresh time to 1sec
2025-04-22 16:27:57 -07:00
Cooper Quintin
769826dcea
check if metadata exists and handle gracefully
2025-04-22 12:11:23 -07:00
Cooper Quintin
e4bfa7a1f3
Merge branch 'main' into frontend-rework
2025-04-22 11:41:51 -07:00
Tyler Cipriani
d95da9b382
README: clarify "unzip" instructions
...
The current `release.tar` (v0.2.7) lacks a `release` directory -- all
files live at the root of the tar archive. But the README's Unzip
instructions mention `cd`ing to `~/Downloads/release`, which implies
that there is a `release` directory inside the tar.
Rather than verify with `tar --list --file ~/Downloads/release.tar` I
made a bad assumption, ran `tar xvf ./release.tar` in my `~/Downloads`,
and then had to clean up my `~/Downloads` directory.
This update clarifies that users should create the directory and extract
the tar into that directory.
2025-04-22 11:39:06 -07:00
Cooper Quintin
941ea59e11
I forgot rootshell and telecom parser
v0.2.8
2025-04-22 11:04:42 -07:00
Cooper Quintin
8082e013f4
bump version
2025-04-22 11:04:42 -07:00
Cooper Quintin
f72194ab3e
remove demo file
2025-04-22 10:12:45 -07:00
Cooper Quintin
3b1547c749
delete package lock and yarn lock from repo
2025-04-22 10:11:37 -07:00
Cooper Quintin
af17788a36
add package lock to gitignore
2025-04-22 10:10:41 -07:00
Cooper Quintin
1a8010964e
Merge branch 'main' into frontend-rework
2025-04-22 10:09:26 -07:00
Cooper Quintin
a7ce1ad4d3
update mm invite
2025-04-18 12:41:25 -07:00
Markus Unterwaditzer
531e9aa6fb
this documentation is also not useful to end users
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
833d0e41b4
more cleanup
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
056cdac546
remove Silicon from Mac, we do support intel
2025-04-17 09:46:23 -07:00
Markus Unterwaditzer
6ea2b0a4e6
Remove outdated instructions from README
...
`cargo test_pc` is not a thing, remove these instructions although there
currently is no replacement.
2025-04-17 09:46:23 -07:00
Will Greenberg
d3f70fee01
show informational logs, skipped reasons, and some formatting fixes
2025-04-16 14:31:16 -07:00
Will Greenberg
2ee4ab5082
update location of static images
2025-04-16 13:03:33 -07:00
Will Greenberg
7708efd0c9
Update README w/ frontend info, clarify some parts
...
Also fixes a typo in `install-dev.sh`
2025-04-16 13:02:54 -07:00
Will Greenberg
6b15f807df
bring back images
2025-04-16 11:00:01 -07:00
Will Greenberg
0a1f9f4de1
rm unused import
2025-04-16 10:57:46 -07:00
Will Greenberg
fb1d550793
when deleting all, close the current recording first
2025-04-16 10:57:33 -07:00
Will Greenberg
2fc0144905
update make script to build site
2025-04-16 10:57:18 -07:00
Will Greenberg
fb1657676e
rm old frontend code, add favicon
2025-04-15 18:21:58 -07:00
Will Greenberg
bb5c288c2f
rm unused function
2025-04-15 18:21:10 -07:00
Will Greenberg
d63f419fbc
parity with current UI
2025-04-15 18:08:18 -07:00
Will Greenberg
a33c7511eb
better controls, formatting, etc
2025-04-14 20:05:00 -07:00
Markus Unterwaditzer
1cc5eb4c4c
README: Do not mention SD card
...
Apparently SD card is not a thing on Orbic, only on TP-Link.
2025-04-14 16:42:09 -07:00
Will Greenberg
c4b2c3bbe2
better start/stop buttons
2025-04-14 15:52:51 -07:00
Will Greenberg
d9c58129ff
longer poll period
2025-04-14 15:06:08 -07:00
Will Greenberg
41d3b4ed39
wip
2025-04-14 12:01:41 -07:00
Will Greenberg
4113b71baf
fixed most svelte issues
2025-04-14 11:59:55 -07:00
Will Greenberg
4f0bc3ad93
update prerender location
2025-04-14 11:59:55 -07:00
Will Greenberg
cf2d406d88
wip
2025-04-14 11:59:55 -07:00
Will Greenberg
057c9acb40
wip
2025-04-14 11:59:54 -07:00
Will Greenberg
57b0455363
wip
2025-04-14 11:55:50 -07:00
Will Greenberg
fa96520fe5
wip
2025-04-14 11:54:27 -07:00
Will Greenberg
a269a45244
wip
2025-04-14 11:54:27 -07:00
oopsbagel
99676f1590
chore: add blame ignore rev file
...
Do not display formatting commit in git blame. Use this file locally by running:
git config blame.ignoreRevsFile .git-blame-ignore-revs
This file is read by github automatically.[0]
[0] https://docs.github.com/en/repositories/working-with-files/using-files/viewing-and-understanding-files#ignore-commits-in-the-blame-view
2025-04-14 11:49:24 -07:00
oopsbagel
9fe75ac961
chore: cargo fmt
2025-04-14 11:49:24 -07:00
Markus Unterwaditzer
151e186ef9
Fix delete all recordings, and panic on server startup
...
* Delete All Recordings did not work when recording was paused
* Because of the upgrade to axum 0.8, the webserver did not actually
start but panic.
2025-04-11 12:42:23 -07:00
Cooper Quintin
06c4dd468e
Merge branch 'untitaker-build-features'
2025-04-11 11:30:23 -07:00
Markus Unterwaditzer
740f979293
Merge remote-tracking branch 'origin/main' into build-features
2025-04-11 20:15:18 +02:00
oopsbagel
700258b0f2
ci: test build release on PRs
2025-04-11 11:13:07 -07:00
oopsbagel
f661e2e318
ci(windows): compile serial for x86_64-pc-windows-gnu
2025-04-11 11:13:07 -07:00
Markus Unterwaditzer
b12a159f0a
Merge remote-tracking branch 'origin/main' into build-features
2025-04-11 19:57:15 +02:00
oopsbagel
4e40994577
ci: add windows target for serial
2025-04-11 10:42:29 -07:00
Cooper Quintin
1b29cf0dee
Merge branch 'main' into build-features
2025-04-11 10:38:49 -07:00