Commit graph

193 commits

Author SHA1 Message Date
c53e5ffdc0 Fixing auth routes. 2023-05-23 23:28:23 -07:00
9584c708cd Adding auth to the site. 2023-05-20 22:18:04 -07:00
dd9fdb4fa0 Merge branch 'master' of github.com:BradNut/boredgame into development 2023-05-14 21:11:00 -07:00
240bf4aa9e Adding superforms, image lazy loader, and image icons. 2023-05-14 21:08:30 -07:00
6bcf25a064 Add open-props dependency, update deps, add page transition via url and styles. 2023-05-05 15:53:35 -07:00
adf79b7528 Change viewport and update packages. 2023-04-30 23:01:24 -07:00
fe0b128eb4 Use the env script as a whole just in case the script fully changes. 2023-04-24 17:47:19 -07:00
34a3526eaa Slowly fixing up games that don't have data because they are accessories or fun items with no player data etc. 2023-01-23 23:20:16 -08:00
0cabb2f466 Adding binary search and using in add sorted for stores. 2023-01-22 22:39:32 -08:00
185466c2a2 Moving env viewport variables, using in game grid, remove css, and fix up consistent spacing for the game card. 2023-01-16 23:07:15 -08:00
3c845a7800 Just using webcomponent version of iconify. 2023-01-16 13:52:39 -08:00
141ec7fae6 Adding SSR for iconify icons, adding necessary icon packs, and adding min max width height. 2023-01-15 23:32:49 -08:00
4e07fc22f9 Change cog icon to iconify. 2023-01-15 21:39:29 -08:00
c088048411 Simplify buttons on game page and reactive button text. 2023-01-15 13:38:13 -08:00
018a5db3d3 Fix margin on link with icon. 2023-01-13 22:54:28 -08:00
d2ab315978 Introduce custom media queries and add iconify icons. 2023-01-13 21:13:59 -08:00
103690fbbc Fixing url on link with icon and fixing nulls on playtime/players. 2023-01-08 21:50:05 -08:00
18dd5640de Fix price on view game page and add fields to fetch on random game. 2023-01-08 11:46:22 -08:00
Bradley Shellnut
2d41149744
Add price to select API call 2023-01-08 00:51:23 -08:00
554c28945f Fixing select fields on the API calls. 2023-01-08 00:35:40 -08:00
9f74e58a56 Only requesting the fields needed on a game. 2023-01-07 18:03:41 -08:00
a482df809a Format details buttons. 2023-01-07 16:33:00 -08:00
001ca931b5 Update packages and game details. 2023-01-07 16:12:55 -08:00
4ca9e4a4fd Keeping utility for accordion and observer for the future. 2022-12-31 16:18:08 -08:00
ddc4e5546c Add editorconfig for JetBrains products and remove some unused code. 2022-12-29 14:10:28 -08:00
8f93dde537 Adding local search to collection and wishlist. Populating search terms in both if they don't exist on load from local storage. 2022-12-28 22:21:55 -08:00
391fba7955 Cleanup random API and create named action for a random search. 2022-12-26 23:15:41 -08:00
b662968922 Remove demo todo route, fix placeholder skeletons styles, and fix pagination controls with GET form. 2022-12-26 22:53:37 -08:00
2e6c38dc44 Moving search to do a GET with q search param. 2022-12-25 10:52:36 -08:00
f7c3939765 Change pagination showing, added type for search. 2022-12-09 19:49:57 -08:00
4f89e32b12 Update zod validation, update tests a bit, and checking type with zod in add to collection and wishlist. 2022-12-06 23:00:48 -08:00
877d2a5956 Remove json schema for now. 2022-12-04 22:37:49 -08:00
dc7a148067 Merge branch 'master' of github.com:BradNut/bored
game into postcss
2022-12-04 22:00:43 -08:00
fb84c6da90 Fixing return form data. 2022-12-04 21:26:32 -08:00
0c295c66b4 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
4bda219c22 Fixing zod validation on search form data. 2022-12-01 16:42:09 -08:00
45ddd0a286 Using parseInt. 2022-12-01 12:05:58 -08:00
ebb9b9d7b6 Resolve 2022-12-01 11:53:56 -08:00
ac71e23c94 Using next version of kit, remove media query store and implementing myself with their code, and using small screen breakpoint. 2022-12-01 11:24:11 -08:00
c34f4f9409 Adding postcss and fixing issues with that. 2022-12-01 10:29:24 -08:00
704ae0a541 Adding media query plugin for showing skeletons and lazy image loading plugin. 2022-11-10 14:08:57 -06:00
87b8e5c073 Adding pagination to the collection and wishlist pages. 2022-11-10 12:14:28 -06:00
da5328844f Remove console logs and only show pagination if length greater than 1. 2022-11-09 23:21:40 -06:00
fe2a88ab61 Implementing same search page logic on the main page. 2022-11-09 22:02:38 -06:00
c3b3a36173 Cleanup pagination and text search plus implement previous page event handling. 2022-11-09 21:52:01 -06:00
67cd3b1747 Binding variable to the submit button of the form and in event handlers waiting for the DOM to update with tick. 2022-11-09 17:38:49 -06:00
78c63b75d9 Setting up pagination component in search results. 2022-11-08 20:07:05 -06:00
98346b1272 Adding svelte query store and rendering different numbers of skeleton games. 2022-11-05 00:09:15 -04:00
71b525a5b1 Keeping advanced search open if error and using Skeleton on search results. 2022-11-04 18:02:11 -04:00
5fb3e910e6 Removing minimal param and base dialog css. 2022-11-03 20:47:29 -05:00