|
f808ca8585
|
Handle messages for selecting a plan_date
|
2023-01-17 19:21:37 -05:00 |
|
|
3f0836dad2
|
Load plan_dates during the load state phase
|
2023-01-17 13:44:09 -05:00 |
|
|
be74b24f6b
|
Wire in the new plan api endpoints into HttpStore
|
2023-01-17 13:31:48 -05:00 |
|
|
811a04cebb
|
Bump version v0.2.19
|
2023-01-17 06:39:34 -05:00 |
|
|
b5d1ed2ee5
|
Bump version to 0.2.18
|
2023-01-16 17:16:08 -05:00 |
|
|
43eaba577b
|
Bump version to 0.2.17
|
2023-01-12 18:14:44 -05:00 |
|
|
9f86447b29
|
Fix clear all bug
|
2023-01-12 18:02:49 -05:00 |
|
|
a55ce325d6
|
Add a custom number field component
|
2023-01-12 17:41:11 -05:00 |
|
|
ae7aea8c5b
|
Add some logging around synchronization
|
2023-01-08 18:39:07 -05:00 |
|
|
5f39b0e837
|
Bump to version v0.2.16
|
2023-01-07 19:05:03 -05:00 |
|
|
98f94b555c
|
Dont use debug logging by default on web
|
2023-01-07 19:01:01 -05:00 |
|
|
6d0aae2c92
|
remove navigate_to_path function
|
2023-01-07 17:48:38 -05:00 |
|
|
7559aae9d0
|
On the fly recipe parse checks
|
2023-01-07 17:28:37 -05:00 |
|
|
829b81d3e2
|
More Desktop Friendly buttons
|
2023-01-07 17:22:26 -05:00 |
|
|
36679b6569
|
Delete unused methods from LocalStore
|
2023-01-07 17:16:30 -05:00 |
|
|
a6a5edcc40
|
Load plan from local_store if http fetch fails
|
2023-01-07 17:16:30 -05:00 |
|
|
9af13c5bb4
|
UI for recipe deletion
|
2023-01-07 17:16:30 -05:00 |
|
|
8c142711bc
|
Bump version to v0.2.15
|
2023-01-06 16:52:17 -05:00 |
|
|
c16b5bab7c
|
Store staples seperately from recipes
|
2023-01-06 16:50:32 -05:00 |
|
|
35968ac78d
|
Bump version to v0.2.14
|
2023-01-06 11:04:00 -05:00 |
|
|
d8fa4f2269
|
Its no longer categories, its ingredients mgmt
|
2023-01-06 00:52:05 -05:00 |
|
|
0404ba59f4
|
Handle staples recipe links appropriately
|
2023-01-05 23:07:02 -05:00 |
|
|
66a558d1e6
|
New UI for ingredient category management
|
2023-01-05 23:02:36 -05:00 |
|
|
94f9b3ed07
|
Tab Rendering with just underline
|
2023-01-05 13:38:46 -05:00 |
|
|
96b03cb14a
|
API naming consistency save_ -> store_
|
2023-01-05 13:09:06 -05:00 |
|
|
30293878fc
|
API naming consistency get_ -> fetch_
|
2023-01-05 13:06:19 -05:00 |
|
|
19c75930cc
|
Remove calls to the v1 api.
|
2023-01-05 13:05:34 -05:00 |
|
|
8b689bfdf5
|
Bump version to v0.2.13
|
2023-01-05 11:45:58 -05:00 |
|
|
d9618aac35
|
Load user account data from server
|
2023-01-05 11:12:10 -05:00 |
|
|
e859455db0
|
Properly cache items during load state
|
2023-01-04 18:36:33 -05:00 |
|
|
dd9ce0fca2
|
Properly delay the navigation until state has loaded
|
2023-01-04 18:11:35 -05:00 |
|
|
6d21626521
|
Load State after logging in
|
2023-01-02 20:48:26 -06:00 |
|
|
165719520a
|
Fix various errors
|
2023-01-02 20:29:58 -06:00 |
|
|
0f28b758fa
|
Update our local cache in the StateMachine
|
2023-01-02 20:29:58 -06:00 |
|
|
c424432def
|
Give localstorage a full implemenation
|
2023-01-02 20:29:58 -06:00 |
|
|
fe3f2e896b
|
Fix new recipe redirect url
|
2023-01-02 20:29:58 -06:00 |
|
|
cdf95c5206
|
get rid of the last create_effect call
|
2023-01-02 20:29:58 -06:00 |
|
|
b8b11e07a4
|
Update sycamore-state to v0.1.0
|
2023-01-02 20:29:58 -06:00 |
|
|
77cae25c74
|
Fix infinite signal loop in shopping list
|
2023-01-02 20:29:58 -06:00 |
|
|
0167e6070d
|
Fix non dynamic routing :-(
|
2023-01-02 20:29:58 -06:00 |
|
|
a39ed5589f
|
Get rid of unnecessary create_effect calls
|
2023-01-02 20:29:58 -06:00 |
|
|
47fab33561
|
Use sycamore-state from github
|
2023-01-02 20:29:58 -06:00 |
|
|
f3f27a0350
|
Remove the old State
|
2023-01-02 20:29:05 -06:00 |
|
|
a1fa17da68
|
use state handler in recipe selection
|
2023-01-02 20:29:05 -06:00 |
|
|
0b7ff32d42
|
Cleanup more unused after refactors
|
2023-01-02 20:29:05 -06:00 |
|
|
fdaf5ad70d
|
Use a state handler selector for RecipeList
|
2023-01-02 20:29:05 -06:00 |
|
|
73c298661a
|
Use StateHandler in the shopping list
|
2023-01-02 20:29:05 -06:00 |
|
|
4b2563509b
|
Use StateHandler in Categories
|
2023-01-02 20:29:05 -06:00 |
|
|
1888e5328f
|
Use StateHandler in AddRecipe
|
2023-01-02 20:29:05 -06:00 |
|
|
f3425dedeb
|
Cleanup Unused code after state management refactors
|
2023-01-02 20:29:05 -06:00 |
|