boredgame/src/routes
2022-12-26 22:53:37 -08:00
..
about Adding wishlist route, store, localstorage store, and adding all dialogs/headers/etc. needed. 2022-10-31 14:06:27 -05:00
collection Change pagination showing, added type for search. 2022-12-09 19:49:57 -08:00
game/[id] Moving search to do a GET with q search param. 2022-12-25 10:52:36 -08:00
search Remove demo todo route, fix placeholder skeletons styles, and fix pagination controls with GET form. 2022-12-26 22:53:37 -08:00
wishlist Change pagination showing, added type for search. 2022-12-09 19:49:57 -08:00
+error.svelte Update toast to be in the bottom middle, error for fetching game data, fixing random from collection. 2022-10-29 21:03:54 -05:00
+layout.svelte Moving search to do a GET with q search param. 2022-12-25 10:52:36 -08:00
+page.server.ts Moving form posts to actions slowly. 2022-09-29 17:22:01 -05:00
+page.svelte Use zod preprocess to coerce string to number and string to boolean before performing zod validations. Using error messages on UI. 2022-12-04 17:29:56 -08:00
api.ts Moving search to do a GET with q search param. 2022-12-25 10:52:36 -08:00