53 Commits

Author SHA1 Message Date
Austen Adler
993a8ad1c7 Run rustfmt with new formatter 2021-10-12 17:15:34 -04:00
Austen Adler
45c732a0d2 Rename errors to error 2021-10-12 17:14:44 -04:00
Austen Adler
c41eb8691a Split webui into separate package 2021-10-12 17:11:44 -04:00
Your Name
33b5975f93 Use Box<dyn Iterator> as return type of functions 2021-10-11 00:11:44 +01:00
Your Name
3a81585d51 Handle rainbow with splitting in ui 2021-10-11 00:11:27 +01:00
Your Name
bdf6122993 Rename into_pattern to to_pattern 2021-10-11 00:10:30 +01:00
Your Name
ac3507b774 Add ability to split rainbow 2021-10-11 00:08:36 +01:00
Your Name
fc5403388f Use unstable Crate rustfmt option 2021-10-10 16:43:30 +01:00
Your Name
b5b4bf3b41 Use thread::sleep for better efficency 2021-10-10 16:43:08 +01:00
Austen Adler
81bb9a2de0 Fix Fade pattern 2021-08-28 01:07:36 -04:00
Austen Adler
47114718a1 Allow multi form elements 2021-08-22 14:17:59 -04:00
Austen Adler
8a7453d12c Return newly rendered form on submit 2021-08-22 13:57:55 -04:00
Austen Adler
690aaf4d40 Format webui 2021-08-22 12:11:42 -04:00
Austen Adler
d97e4b761c Send data to strip and add css 2021-08-22 12:08:49 -04:00
Austen Adler
9ed83f0b96 Misc improvements 2021-08-22 00:14:50 -04:00
Austen Adler
dad2401023 Get form submission working 2021-08-21 21:45:59 -04:00
Austen Adler
49f7774d66 Fix more clippy warnings 2021-08-21 16:27:57 -04:00
Austen Adler
489adc1af1 Clean up clippy warnings 2021-08-21 15:51:10 -04:00
Austen Adler
537fec8a4d Implement working form manipulation 2021-08-21 15:24:21 -04:00
Austen Adler
1734dbb5c9 Complete pattern refactor 2021-08-21 14:11:19 -04:00
Austen Adler
5b5343dc9f Continue work on rust-liveview 2021-08-21 14:02:08 -04:00
Austen Adler
3b0eb7fc1c Make work 2021-08-18 21:12:43 -04:00
Austen Adler
efeb2d56dc Test out liveview rust features 2021-08-18 10:03:10 -04:00
Austen Adler
86ef9ba35c Add liveview-rust 2021-08-18 10:02:40 -04:00
Austen Adler
829e9d97aa Add base files for liveview-rs 2021-08-16 09:53:54 -04:00
Your Name
2540faa0f5 Add skip distance to rainbow 2021-08-16 01:45:33 +01:00
Your Name
fc3a85140f Fix flashing pattern 2021-08-16 00:32:54 +01:00
Austen Adler
3aad5f2555 Fix flashing 2021-08-15 18:55:50 -04:00
Austen Adler
0ef7360e9a Try fixing the moving rainbow red purple glitch 2021-08-15 15:00:57 -04:00
Austen Adler
5dc0438dd8 Add flashing pattern 2021-08-15 14:53:11 -04:00
Austen Adler
ea30e00eba AAdd flashing pattern 2021-08-15 14:18:51 -04:00
Austen Adler
a00867ad03 Misc cleanup 2021-08-15 13:43:27 -04:00
Austen Adler
4bc1ef4ba2 Many fixes related to error message passing 2021-08-12 11:10:20 -04:00
Austen Adler
e2952cb614 Return VecDeque Iter instead of slice in case VecDeque is used 2021-08-12 09:36:22 -04:00
Austen Adler
17b9f8ed66 Update orb 2021-08-12 09:35:38 -04:00
Your Name
7987c1796c Cleanup code 2021-08-12 00:51:58 +01:00
Austen Adler
2ac7947786 Cleanup and properly parse parameters 2021-08-10 17:44:03 -04:00
Austen Adler
38b339bf2a Cargo fmt 2021-08-10 08:26:10 -04:00
Austen Adler
d46f307f83 Use JSON web API 2021-08-10 08:13:38 -04:00
Your Name
48b3ea2e01 Add Orb and continue working on rainbow 2021-08-10 02:28:42 +01:00
Your Name
04147e0989 Add rainbow width 2021-08-10 02:23:58 +01:00
Austen Adler
2ce2b09ad7 Send color commands to pi from actix; add string to Rgb parser 2021-08-08 15:24:40 -04:00
Austen Adler
09ac4e37fd Start work on webui 2021-08-08 14:15:38 -04:00
Austen Adler
0b03474308 Rename LEDStrip to LedStrip 2021-08-07 13:59:45 -04:00
Austen Adler
3a1faf7edc Handle errors properly 2021-08-07 13:58:38 -04:00
Austen Adler
409f1d65a5 Start work on errors 2021-08-07 00:29:40 -04:00
Austen Adler
2859a23b1e Rename WS28xx* to Ws28xx* 2021-08-06 23:32:04 -04:00
Austen Adler
8791b64636 Rename RGB to Rgb 2021-08-06 23:27:41 -04:00
Austen Adler
fa2f55c170 Pass slice instead of mutable vec reference 2021-08-06 20:32:19 -04:00
Your Name
cb14450d07 Remove slice panics with results 2021-08-02 00:56:27 +01:00