Commit graph

18 commits

Author SHA1 Message Date
2135cf2aee Failing code 2024-05-08 17:55:24 +01:00
a1dfcd3c35 Nicer item page
Add markdown support to item description
Cart now gets loaded in the background, poorly implemented I presume
2024-05-08 17:53:21 +01:00
deepsource-autofix[bot]
dda41aa77b
style: format code with Prettier
This commit fixes the style issues introduced in cf385e5 according to the output
from Prettier.

Details: None
2024-05-06 13:58:01 +00:00
cf385e5875 Fix loading of broken basket 2024-05-06 14:57:39 +01:00
deepsource-autofix[bot]
27cd29de27
style: format code with Prettier
This commit fixes the style issues introduced in cd2aaa3 according to the output
from Prettier.

Details: None
2024-05-05 12:04:32 +00:00
584ab41f79 Add multiple to cart from item page 2024-05-05 12:21:15 +01:00
7d8d19a6e9 Fix basket loading and verifying on page load
Update go mod files
2024-05-04 17:58:48 +01:00
deepsource-autofix[bot]
9d19529b8e
style: format code with Prettier
This commit fixes the style issues introduced in 7b4cbef according to the output
from Prettier.

Details: None
2024-05-04 15:54:37 +00:00
7b4cbef983 FUCK 2024-05-04 16:54:19 +01:00
42951bab20 Manual formating and cleanups 2024-05-04 16:52:21 +01:00
deepsource-autofix[bot]
cd6fdf3b29
style: format code with Prettier
This commit fixes the style issues introduced in 6e31b44 according to the output
from Prettier.

Details: None
2024-05-04 15:26:36 +00:00
9761e4b0aa Cache errors
Missing `;`
2024-05-03 19:43:27 +01:00
7f7fa3b3ab Fix some errors after cart refactor 2024-05-03 19:21:28 +01:00
7066cc492b Move to key-value basket, to keep track of information easier
Clean up code, add more types
Clean up error handling
2024-05-03 18:35:39 +01:00
764aaa48ea Improve Carts reliability
Nicer empty cart page
Check on page load if cart is valid
2024-05-03 12:31:12 +01:00
67c8794427 Kinda working cart 2024-05-03 11:34:44 +01:00
04f7d40e52 Use array of UUIDs + Amount for cart data
This is very unstable, but works on the power of will and hope
2024-05-01 18:55:51 +01:00
b7bc7da366 Basic Cart functionality
Add test-api function for contact page
2024-04-30 14:48:32 +01:00