Jesse Brault
|
4ea3c86522
|
Added star functionality to Recipe page.
|
2024-08-14 09:30:27 -05:00 |
|
Jesse Brault
|
d52ab9d97e
|
Working on Recipe star count/star ability.
|
2024-08-14 08:13:20 -05:00 |
|
Jesse Brault
|
5fb88eef0a
|
Making TS happy after adding checker.
|
2024-08-14 07:49:45 -05:00 |
|
Jesse Brault
|
d033ee5589
|
Added vite-plugin-checker.
|
2024-08-14 07:38:18 -05:00 |
|
Jesse Brault
|
af0b91a6f2
|
Added preparation, cooking, and total times to recipe views.
|
2024-08-12 20:09:26 -05:00 |
|
Jesse Brault
|
b8787cd8f9
|
Recipe views now using UserInfoView.
|
2024-08-12 17:20:07 -05:00 |
|
Jesse Brault
|
d4686d0a39
|
Some styling of RecipePage.
|
2024-08-10 18:04:34 -05:00 |
|
Jesse Brault
|
8be7ff7b29
|
Added a nav list to left side.
|
2024-08-10 17:57:40 -05:00 |
|
Jesse Brault
|
058577d676
|
Correct redirect from login page.
|
2024-08-08 12:40:50 -05:00 |
|
Jesse Brault
|
90feb0e963
|
Clearer RefreshTokenError reasons and login page message.
|
2024-08-08 12:28:26 -05:00 |
|
Jesse Brault
|
57355fae1f
|
Better error handling.
|
2024-08-08 10:58:03 -05:00 |
|
Jesse Brault
|
111acea22f
|
Ran prettier on all src files now that printWidth is 120.
|
2024-08-08 10:46:49 -05:00 |
|
Jesse Brault
|
1ded7331ef
|
Added any type to queryFn param in Recipes.
|
2024-08-08 10:44:11 -05:00 |
|
Jesse Brault
|
e73bbfb67d
|
Changed prettier printWidth to 120.
|
2024-08-08 10:43:14 -05:00 |
|
Jesse Brault
|
96fde1e7d8
|
Fetching images with accessToken working.
|
2024-08-07 21:40:31 -05:00 |
|
Jesse Brault
|
60c3ca4a3b
|
Fixed issue with redirect after refresh-token expiration.
|
2024-08-07 16:58:29 -05:00 |
|
Jesse Brault
|
73cdf19ac6
|
Solved search string issue by updating router.
|
2024-08-07 13:12:16 -05:00 |
|
Jesse Brault
|
3ea7f6f83a
|
Refresh-token auth flow working. Still cannot clear search.
|
2024-08-07 10:34:11 -05:00 |
|
Jesse Brault
|
85f6913b0e
|
fetch() now setting refresh-token cookie.
|
2024-08-07 08:41:20 -05:00 |
|
Jesse Brault
|
401b5bef43
|
Working on refresh auth flow.
|
2024-08-06 21:54:08 -05:00 |
|
Jesse Brault
|
c35ef2f60b
|
Major refactoring of auth, Header, and overall login/logout experience.
|
2024-08-06 11:05:48 -05:00 |
|
Jesse Brault
|
1c02c11e90
|
Removed unncessary assets.
|
2024-08-06 09:59:25 -05:00 |
|
Jesse Brault
|
72f2ab1bf4
|
Moving Recipes and related around.
|
2024-08-06 09:58:33 -05:00 |
|
Jesse Brault
|
ec891b28b6
|
Better errorComponent for Recipe page.
|
2024-08-02 15:15:55 -05:00 |
|
Jesse Brault
|
a3443ce274
|
Refactoring of components and styling of full recipe page.
|
2024-08-01 15:38:20 -05:00 |
|
Jesse Brault
|
a983d49f22
|
Styling and structure of main recipes page.
|
2024-08-01 10:11:55 -05:00 |
|
Jesse Brault
|
159f0177eb
|
Working on authenticated Recipes routes.
|
2024-08-01 08:23:30 -05:00 |
|
Jesse Brault
|
68702595c5
|
Added Recipe errorComponent.
|
2024-07-31 17:43:46 -05:00 |
|
Jesse Brault
|
8a5fd0a466
|
Switched to using AbortSignal in api deps. Recipes page updated.
|
2024-07-31 13:18:11 -05:00 |
|
Jesse Brault
|
647a4be383
|
Added AbortController to getRecipe params.
|
2024-07-31 13:14:01 -05:00 |
|
Jesse Brault
|
201ddb6656
|
Basic 404 not found for Recipe.
|
2024-07-31 13:09:52 -05:00 |
|
Jesse Brault
|
fa7d104bd2
|
Basic FullRecipeView and Recipe page.
|
2024-07-31 11:15:02 -05:00 |
|
Jesse Brault
|
5815ea5879
|
Added Link to title.
|
2024-07-31 10:44:20 -05:00 |
|
Jesse Brault
|
5f87caa887
|
Basic Recipe page routing.
|
2024-07-31 10:17:42 -05:00 |
|
Jesse Brault
|
6cd87ab3c8
|
Changed title.
|
2024-07-31 10:04:33 -05:00 |
|
Jesse Brault
|
606d0f4b63
|
Added basic styling to RecipeCard.
|
2024-07-31 10:03:43 -05:00 |
|
Jesse Brault
|
509f5292fc
|
Refactoring API types and Dates now working.
|
2024-07-30 21:23:50 -05:00 |
|
Jesse Brault
|
86a7471656
|
Added alt and title to RecipeCard image.
|
2024-07-30 21:13:08 -05:00 |
|
Jesse Brault
|
005c90d13d
|
Recipe card icons and refactoring.
|
2024-07-30 14:17:38 -05:00 |
|
Jesse Brault
|
cdca22de48
|
Removed viewers from ImageView
|
2024-07-30 14:06:47 -05:00 |
|
Jesse Brault
|
64e96a2f68
|
Added font-awesome. Some cosmetic refactoring.
|
2024-07-30 13:27:59 -05:00 |
|
Jesse Brault
|
501069e3af
|
Fetching/query of RecipeInfo working at a basic level.
|
2024-07-18 18:25:48 -05:00 |
|
JesseBrault0709
|
c7f9a83cca
|
Basic recipe card structure.
|
2024-06-24 17:02:55 +02:00 |
|
JesseBrault0709
|
af387de69b
|
Added Storybook.
|
2024-06-23 17:56:05 +02:00 |
|
JesseBrault0709
|
038b5181dd
|
Login/logout properly working.
|
2024-06-23 10:33:19 +02:00 |
|
JesseBrault0709
|
c97fdc76e5
|
Basic login working with backend.
|
2024-06-22 09:41:49 +02:00 |
|
JesseBrault0709
|
011151227a
|
Very basic routing for login/logout.
|
2024-06-20 08:10:11 +02:00 |
|
JesseBrault0709
|
22c874b5ba
|
Initial commit with @tanstack/react-query and @tanstack/react-router.
|
2024-06-18 15:39:01 +02:00 |
|