2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-11-13 20:13:28 -05:00
Commit Graph

32 Commits

Author SHA1 Message Date
b7661a40a2 Replace video.js with vime
video.js still hasn't updated their types for v8 and now v7 is broken
too, so I'm just ditching it for another library
2023-09-14 14:05:26 -04:00
902be3fb94 Bump dependencies 2023-09-14 12:28:01 -04:00
26ffddb1aa Bump dependencies 2023-08-04 00:08:47 -04:00
d0ae662efb Revert video.js back to 7.x.x, as 8 has broken type definitions
See https://github.com/videojs/video.js/issues/8141
2023-03-28 01:01:37 -04:00
29cb71bfdb Bump dependencies 2023-03-27 23:39:34 -04:00
b3b26464ce Add a corner ribbon thing with link to Git source
Basically a simplified version of https://github.com/tholman/github-corners
2023-03-27 23:29:53 -04:00
7e8583f8ed Bump vite to version 4 2023-01-12 01:39:57 -05:00
2782a02954 Switch from hls.js to video.js for better live ui 2023-01-12 01:39:57 -05:00
6c53556c27 Bump dependencies 2023-01-12 00:07:33 -05:00
32b0fd851d Convert to ESM, bump node-fetch and pretty-ms
Both packages are now ESM only
2022-10-24 18:29:57 -04:00
ea702f79ea Bump dependencies 2022-10-24 17:04:49 -04:00
eddad957b7 Bump dependencies 2022-08-23 16:22:41 -04:00
5955ff2276 Fix recursive start for dev server in pnpm >=7 2022-08-23 16:22:41 -04:00
8d41813759 Bump dependencies 2022-08-23 16:22:41 -04:00
8b0c37476f Bump dependencies 2022-01-04 22:18:47 -05:00
310344a450 Use pnpm --parallel instead of concurrently 2022-01-04 21:37:07 -05:00
d3f5916b34 Switch to PNPM, bump dependencies 2022-01-04 21:35:22 -05:00
cc0f6d90d0 Re-stream webcams with ffmpeg and stream them via hls.js
This should result in a significant decrease in bandwidth
requirements, as well as providing the ability to reconnect to streams
2021-11-08 20:21:03 -05:00
de43fdd642 Use bootstrap for styling 2021-11-03 16:10:53 -04:00
1fc0776771 Add npm script to run client and server with concurrently 2021-10-25 00:58:01 -04:00
0b2919abf5 Switch to Vite bundler, upgrade to Vue3, and split server into subfolder 2021-10-13 23:23:57 -04:00
20b4e5ac8b Bump js-yaml to 4.x 2021-10-11 21:18:50 -04:00
e2cecc27bf Display current and remaining job time 2020-09-25 18:56:15 -04:00
9911c8b72c Run the server with ts-node 2020-09-10 18:23:07 -04:00
746e3fcd7e Bump dependencies, explicitly type yaml config 2020-09-09 16:47:04 -04:00
4cc5ceeb52 Bump dependencies 2020-04-27 00:41:24 -04:00
d2666ec976 Bump dependencies 2020-04-07 12:28:23 -04:00
e2f5d9d0c0 Bump dependencies 2020-02-19 18:38:21 -05:00
cfbb71464b Integrate websocket server into web server 2019-09-24 12:14:57 -04:00
090fcc146e Proxy webcam streams for octoprint instances 2019-09-20 17:48:40 -04:00
ba54ba3db4 Move octoprint communication to the server side with websockets 2019-09-20 15:46:05 -04:00
f163fde565 Initial Commit, basic client-only implementation 2019-09-09 11:13:42 -04:00