382 Commits

Author SHA1 Message Date
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
4cefe42072 Pin serde
This needs to stick around due to https://github.com/serde-rs/serde/issues/2538.
2023-08-19 13:29:11 -04:00
db03d603c3 Store the use_staples setting in localstore 2023-07-24 20:56:30 -04:00
2ea0339ad1 LinearSignal as a helper type 2023-07-24 19:37:31 -04:00
b496cf9568 Store app state atomically as one json blob 2023-07-22 16:14:23 -05:00
806fdd2721 When we select a plan date store that date in the app_state 2023-05-31 15:56:16 -04:00
acc922787d Commit lockfile 2023-04-03 14:56:36 -04:00
a57992ab0d Bump version to v0.2.25 v0.2.25 2023-04-02 21:01:22 -04:00
03dd38d38d Remove unused css variables 2023-03-29 19:44:05 -04:00
4f3cf8d825 Messaging mechanism 2023-03-28 19:34:37 -04:00
c2b8e79288 Remove extra recipe_title input 2023-03-27 17:35:00 -04:00
3ea6d4fe66 Fix bug with recipe category not updating 2023-03-25 08:55:30 -04:00
85c89b1754 Include wasm-bindgen in devShell 2023-03-22 18:45:43 -04:00
992f4248b2 Add wasm-bindgen directly to the toolchain 2023-03-22 18:43:20 -04:00
4ef59c1ef0 Add TODO for wasm-bindgen 2023-03-22 17:53:54 -04:00
5df86e33ac Bring in wasm-pack directly to preserve keep control over it even more 2023-03-22 16:20:28 -04:00
fafcf6f981 Fix error in the devshell derivation 2023-03-22 15:33:15 -04:00
0beb468197 Bump to v0.2.24 v0.2.24 2023-03-21 17:24:11 -04:00
ba825258bb Utilize the plan_table for listing, deleting, and saving meal plans 2023-03-21 17:01:05 -04:00
08e7f41be1 Schema migrations for stand alone recipe plans 2023-03-21 15:48:36 -04:00
1d924fb702 Abstract out the apple sdk bits into a shared library 2023-03-20 19:43:11 -04:00
8e075d681c Bump version to v0.2.23 v0.2.23 2023-03-18 18:33:39 -04:00
9a560e53ab Bump various crate versions 2023-03-18 18:17:28 -04:00
3a562a840d Add metrics-process process metrics 2023-03-18 11:15:06 -04:00
53a0515f28 Make session cookie permanent 2023-02-27 20:18:50 -05:00
6421b12e27 Update to the new base64 api 2023-02-27 20:09:12 -05:00
413f8de388 Update favicon 2023-02-27 20:02:36 -05:00
a3c08e94fb use bind:valueAsNumber 2023-02-11 11:46:04 -05:00
8c85ba8cde Update base64 crate version 2023-02-06 16:02:08 -05:00
5bb05c00ad Bump version to 0.2.21 v0.2.22 2023-02-04 18:51:50 -05:00
2f6375e381 Sort out recipe saving 2023-02-04 12:29:49 -05:00
b95b297deb Sort the meals in the meal plan by category 2023-02-04 12:06:16 -05:00
ab0937c3b2 Improve the metrics layer so we use an installed recorder 2023-01-29 22:10:05 -05:00
e02fcc82e1 recipe categorization 2023-01-29 19:55:43 -05:00