Commit graph

55 commits

Author SHA1 Message Date
f6775da3d0 cargo clippy --fix 2023-08-24 12:39:19 -07:00
2c72d5fc15 use thiserror 2023-08-24 12:37:32 -07:00
9009ae9e24 Add non-functional page dimension options to dyesub-cli, implement Error in svg-units 2023-08-23 14:44:04 -07:00
18e507e443 cargo clippy --fix 2023-08-23 14:01:45 -07:00
3567751aaf dyesub-cli: remove unused path_file_prefix feature 2023-08-23 14:01:18 -07:00
e2310a6554 Clean up flake.nix 2023-08-23 14:00:17 -07:00
42d12b6888 Use crane to build dyesub-tool trunk project 2023-08-23 13:31:11 -07:00
ab01e329d1 Ignore nix build results 2023-08-23 13:29:59 -07:00
ec75d13175 Use nightly in flake.nix build derivations 2023-08-22 19:24:27 -07:00
f5ab2ba353 cargo fmt 2023-08-22 16:50:05 -07:00
bdd378cc5f init dyesub-cli 2023-08-22 16:49:51 -07:00
042a8719c8 Delete assets folder 2023-08-22 14:56:37 -07:00
fb10870a3b Move svg-units and dyesub into separate crates 2023-08-22 14:56:18 -07:00
18c1e84b79 Fix cargoHash 2023-08-22 14:31:34 -07:00
33447c13d0 cargo fmt 2023-08-21 21:59:27 -07:00
f5f353803a cargo clippy --fix 2023-08-21 21:59:19 -07:00
b995846e12 Split into modules, use resolver v2, initial web loader implementation 2023-08-21 21:58:46 -07:00
33e42c17bb Clean up unnecessary curly braces 2023-08-21 15:18:38 -07:00
ff53f33d56 cargo fmt 2023-08-21 15:12:36 -07:00
127639355f Remove load button 2023-08-21 15:11:08 -07:00
e58fca9fa6 Add close button to result component 2023-08-21 15:05:21 -07:00
77e31d9fff Improve result component with .map() and class_list! 2023-08-21 13:28:09 -07:00
62fe54b807 cargo fmt 2023-08-20 18:34:22 -07:00
09d93fac79 Basic KLE layout loader 2023-08-20 18:33:36 -07:00
b4a4a3f38a Remove accidentally created dist folder 2023-08-20 13:16:45 -07:00
d488b99765 Use leptos 2023-08-19 14:15:22 -07:00
5bdd3f6556 Experiment with reactivity 2023-08-19 12:19:34 -07:00
81d2626a35 cargo fmt 2023-08-17 18:41:01 -07:00
d29f3aabca Sycamore demo 2023-08-17 18:40:52 -07:00
a4f513703f Remove test that causes nix build to fail 2023-08-17 18:39:21 -07:00
cccc18d704 Write render test 2023-08-17 15:50:42 -07:00
1e646e0ac0 Clean codebase by making render module 2023-08-17 15:48:01 -07:00
81fed4c8ac cargo clippy --fix 2023-08-16 12:44:28 -07:00
9acd05fb14 cargo fmt 2023-08-16 12:44:03 -07:00
79813a2549 Import from KLE 2023-08-16 12:43:55 -07:00
31572568da Add margin controls, increase to 0.25in 2023-08-15 11:37:39 -07:00
52ed2c87d3 Add icon keys and row breaks 2023-08-15 11:34:46 -07:00
da997bd5b6 Add single keys with variable units 2023-08-15 11:06:55 -07:00
f5e043c981 Make Key an enum 2023-08-15 10:21:49 -07:00
20e0b8dd08 Show all letter keys, create Key struct 2023-08-15 10:11:22 -07:00
31b9a88edb Add text 2023-08-14 16:09:09 -07:00
78aae3de62 Improve box styling 2023-08-14 14:10:15 -07:00
4b61aef177 Fix clippy warnings 2023-08-14 13:59:47 -07:00
37da862c9f cargo fmt 2023-08-14 13:58:10 -07:00
3960d6e721 Basic grid output 2023-08-14 13:58:03 -07:00
dc636263b7 Implement FromStr for SVGMeasure 2023-08-14 12:46:19 -07:00
5254d3dc8f Use strum for SVGUnit 2023-08-14 12:29:52 -07:00
3b9c6d58de Implement PartialEq for SVGMeasure 2023-08-14 12:20:33 -07:00
d4c7f52955 cargo fmt 2023-08-14 11:31:15 -07:00
053066d204 Implement unit conversions and equality 2023-08-14 11:31:09 -07:00