415 Commits

Author SHA1 Message Date
61112c4e64 Merge branch 'sqlx-upgrade' 2024-07-11 18:13:39 -04:00
24fea84a0a maint: cleanup gitignore 2024-07-11 18:05:38 -04:00
113b03016f dev: Handle serving counts in the api 2024-07-11 18:04:48 -04:00
9833e22e42 upgrade: Schema version and sqlx version
It's complicated but I while debugging I upgraded sqlx. Shouldn't
have mixed up changes like that but I'm lazy and don't want to redo
it so it'll all have to just be here.
2024-07-11 18:04:41 -04:00
1f986e6372 fix: sqlx-prepare really only depends on wasm 2024-07-11 18:03:01 -04:00
63463fb5d6 build: More fixes and tweaks to unify the builds 2024-07-02 20:55:40 -05:00
6087d31aad Merge branch 'look_and_feel' 2024-07-01 16:02:37 -05:00
4ffb481634 docs: cleanup readme 2024-07-01 15:55:42 -05:00
6bc9f2ea2e build: unify make and nix builds 2024-07-01 15:55:42 -05:00
ec18d9de97 feat: recipe schema now has a setting for serving count 2024-07-01 15:55:42 -05:00
9249dca202 build: Makefile enhancements 2024-07-01 15:55:42 -05:00
dac4324c8f maint: cleanup some unused nix dependencies 2024-07-01 15:55:42 -05:00
e3c4a01648 refactor: make the wasm builder a little more configurable. 2024-07-01 15:55:42 -05:00
e1735e4243 maint: use resolver "2" 2024-07-01 15:55:42 -05:00
651f0cb264 build: get rid of wasm-pack
It get's doing naughty things with network access.
2024-07-01 15:55:42 -05:00
3e853f51eb build: fix rust-tls resolver issues 2024-07-01 15:55:37 -05:00
251cbfa5c7 build: use rustls 2024-07-01 15:52:37 -05:00
1b6023a03e maint: having the wasm-pack version in the logs is useful 2024-07-01 15:52:37 -05:00
3e675b47f4 fix: Unsafe recursive object use 2024-07-01 15:52:37 -05:00
6f7d44ff83 Alloy models for browser_state 2024-07-01 15:52:37 -05:00
b105ce3f4b Add some models 2024-07-01 15:52:37 -05:00
0ba5f18b22 Display current plan date at the top 2024-07-01 15:52:37 -05:00
a320351041 NOTE comment. 2024-07-01 15:52:37 -05:00
874a5fdb57 cargo fmt 2024-07-01 15:52:37 -05:00
bb092212ac Stop using singular for normalization 2024-07-01 15:52:37 -05:00
9022503e76 Have a packaging unit for measures 2024-07-01 15:52:37 -05:00
94e1987f09 ui: more layout tweaks 2024-07-01 15:52:37 -05:00
a104ef5f47 ui: normalization and font tweaks 2024-07-01 15:52:37 -05:00
dac529e8e8 ui: Typography tweaks 2024-07-01 15:52:37 -05:00
6e0e00c7f3 docs: comments for the event handling in login 2024-07-01 15:52:37 -05:00
8942eb59a5 ui: Menu font sizes 2024-07-01 15:52:37 -05:00
e80953e987 maint: upgrade wasm-bindgen version 2024-07-01 15:52:37 -05:00
c64605f9e7 maint: Use gloo_net directly 2024-07-01 15:52:37 -05:00
d7cea46427 fix: Issue with request blocking occuring on login 2024-07-01 15:52:37 -05:00
45737f24e4 UI: Cleansheet CSS redesign
Initial skeleton and layout is working.
Still needs a bunch of tweaks.
2024-07-01 15:52:37 -05:00
61634cd682 maint: Update rust version in nix flake 2023-12-25 14:19:45 -06:00
0eee2e33bf dev: Update wasm-pack version
Motivated by this bug in v0.11.0:
https://github.com/rustwasm/wasm-pack/issues/1247
2023-11-26 20:35:50 -05:00
cbe7957844 dev: Add some explicit clarity to the wasm-pack step 2023-11-26 20:23:45 -05:00
b999359e95 dev: Nix flake cleanup 2023-11-25 22:22:41 -05:00
c672459ec9 dev: Script for running when not in nix 2023-11-25 22:22:41 -05:00
a399858728 maint: Cleanup a bunch of stuff
:wq
2023-11-25 22:22:18 -05:00
e6b827ca21 Enable debug logs when building with Makefile 2023-11-25 22:20:42 -05:00
1432dcea13 feat: Use a web component
A more ergonomic number spinner on mobile.
A cleaner number spinner interface.
2023-11-25 22:20:42 -05:00
a3aa579fa5 feat: some additional js_lib stuff for logging 2023-11-25 22:20:42 -05:00
50eecf9a7c Bring in web component library 2023-11-25 22:20:42 -05:00
39456bb35d
Merge pull request #28 from durin42/push-wsksktrvyzky
cleanup: remove .DS_Store cruft
2023-11-25 22:20:12 -05:00
45b5c84d7c
Merge pull request #29 from durin42/push-kmpkplpoxlys
cleanup: remove redundant clone
2023-11-25 22:19:52 -05:00
Augie Fackler
e30555aabe cleanup: remove redundant clone
```
warning: call to `.clone()` on a reference in this situation does nothing
   --> web/src/app_state.rs:441:86
    |
441 | ..., &local_store, original.clone()).await
    |                            ^^^^^^^^ help: remove this redundant call
    |
    = note: the type `sycamore::reactive::Signal<AppState>` does not implement `Clone`, so calling `clone` on `&sycamore::reactive::Signal<AppState>` copies the reference, which does not do anything and can be removed
```
2023-11-25 11:17:25 -05:00
Augie Fackler
e78116ff8d cleanup: remove .DS_Store cruft 2023-11-25 10:58:01 -05:00
0b7f513f27 fix: Issue when loading user state from local storage 2023-09-23 13:44:16 -04:00