Hayden Hargreaves
90b3b7b1b0
(FIX): So so so much has been migrated.
...
But this includes templ builds also... Needed for compilation. Search is
the last broken piece, I believe.
2025-12-27 23:45:09 -07:00
Hayden Hargreaves
033b4fe410
(FIX): Fixed comp issues
2025-09-12 18:58:40 -07:00
Hayden Hargreaves
d22f9a7ff3
(FIX): Added directions for create page.
...
It was brought to my attention that the menu was hard to understand. Now
there are some simple directions.
2025-08-20 21:33:21 -07:00
Hayden Hargreaves
930ce72f54
(FIX): Updated the templ version
2025-08-14 20:37:16 -07:00
Hayden Hargreaves
2dc99c30c8
(FIX/UI): Only displaying 3 lines in search results.
2025-07-27 18:41:10 -07:00
Hayden Hargreaves
c608744696
(FIX): Working on the nil derefs, removed tx's from select queries.
...
Lots of the derefs were from the transactions failing, which meant that
removing most of them, helped prevent them!
2025-07-27 12:00:28 -07:00
Hayden Hargreaves
53943dd183
(FEAT): Implemented recipe of the week! And image placeholder.
...
Still having the stupid ass nil dereferences, I think I might need to
migrate to using success returns instead of pointers. Because they're
fucked. And even more so now.
2025-07-26 22:36:48 -07:00
Hayden Hargreaves
65c73bddfa
(FIX): Working on finding all of the nil-deref errors.
...
This may have caught a few. Next I need to actually work on the
development/testing/production environment setup.
2025-07-22 21:37:47 -07:00
Hayden Hargreaves
27d5b59cfc
(UI/FIX): Displaying a heart next to favorites.
...
This effect is seen in the favorites page AND the search page! But of
course, only for users that are logged in.
2025-07-16 19:32:54 -07:00
Hayden Hargreaves
045dc13fbe
(FEAT): Created favorites search route which allows for better search.
...
This basically marks the favorites page completed. Updating the recipe
repository to allow the search function to accept a userId and favorites
flag. This flag will toggle a "favorites only" search. Which can be used
to replicate the same functionality from the search page in the
favorites page. This later can serve as a baseline for updating to also
work for activity search.
I am starting to think an ORM is a good idea...I heard Gorm is good, but
for now, there is a bit too much tech debt.
2025-07-16 18:57:36 -07:00
Hayden Hargreaves
acbb07cb34
(UI): Small UI tweaks.
2025-07-14 18:07:58 -07:00
Hayden Hargreaves
737f56d3a0
(UI): Simple under construction page implemented.
...
This is a temporary measure, until the favorites and shopping list pages
are implemented.
2025-07-11 18:20:15 -07:00
Hayden Hargreaves
35bf69d79c
(UI): Implemented the recipe view page!
...
This can be accessed from `/v1/web/recipe/:id`! Static implementation,
not yet wired to the DB. Working on that next!
2025-07-02 21:21:10 -07:00
Hayden Hargreaves
4299b1bfa2
(UI/STYLE): Simple changes to the navbar, wanted to have sticky.
...
Also, removed the examples segment.
2025-06-17 21:53:03 -07:00
Hayden Hargreaves
5577d96b0d
(STYLE/UI): Implemented the nav bar for mobile and desktop.
...
This includes creation of the basic pages.
2025-06-16 22:21:06 -07:00