Commit graph

238 commits

Author SHA1 Message Date
3d99710eb8 Adding shadcn-svelte, updating to tailwind, using tailwind in postcss, removing headless-ui references, comment out custom css, and adding UI comonents to signup / signing. 2023-06-30 15:08:45 -07:00
d111482708 Showing different content based on logged in status. Probably not the best way. 2023-06-27 16:41:45 -07:00
b02609f009 Update packages, add to game types and mapping values, adding slug to publisher, and creating things when searching. 2023-06-25 23:14:26 -07:00
b23a101c0f Modify data models, add slug and just kebab dependency, seed data for mechanics and categories if none exist in the DB. 2023-06-22 16:52:25 -07:00
9e7e6687a4 Enable preview search function on DB. 2023-06-20 16:29:34 -07:00
dd09cdf4c1 Adding confirm password on signup, fixing user creation, adding role on creation. 2023-06-20 11:55:21 -07:00
5a8726f7f0 Update prisma models for table names, adding user roles, and updating lucia for these changes. 2023-06-20 11:54:47 -07:00
952dbb0d3c Updateing dependencies. 2023-06-20 08:26:30 -07:00
Bradley Shellnut
dbbb292bb1
Merge pull request #12 from BradNut/auth
Introduce Auth
2023-06-17 22:08:44 +00:00
209acecbcc Remove code to add the role on signin. 2023-06-16 16:40:28 -07:00
48c16d7892 Comment out collection until I can fix it. Rewrite wishlist, create users with the default role, add seed roles, update the user with the default role if they don't have it. And other things. 2023-06-15 23:28:49 -07:00
734cee7a29 Updating dependencies, updating postcss to be cleaner, and fixing css code. 2023-06-01 22:22:34 -07:00
16aad6696d Fixing all the root imports, installing and adding logging based on auth example. 2023-05-28 23:34:39 -07:00
f35bddc27b Remove Skeleton and Tailwind for now until auth is done. 2023-05-25 22:18:37 -07:00
5fb94d5b54 Remove Skeleton for now on layout. 2023-05-25 22:12:39 -07:00
3d5ad975ec Updating auth and zod schemas. 2023-05-25 22:10:31 -07:00
20d7a4f7eb Adding configs for Skeleton UI. 2023-05-24 21:19:08 -07:00
af0dc070a5 Create scripts for prisma generate, update dependencies, and add start for Skeleton UI. 2023-05-24 11:16:45 -07:00
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
b09f71244f Update dependencies. 2023-03-12 13:33:27 -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
416594c756 Update dependencies. 2023-01-22 22:38:39 -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
Bradley Shellnut
73118c8d79
Merge pull request #11 from BradNut/development
Fixing url on link with icon and fixing nulls on playtime/players.
2023-01-08 23:40:52 -08:00
103690fbbc Fixing url on link with icon and fixing nulls on playtime/players. 2023-01-08 21:50:05 -08:00
Bradley Shellnut
b1a8d9c983
Merge pull request #10 from BradNut/development
Development
2023-01-08 11:56:51 -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
Bradley Shellnut
eca732ae1d
Merge pull request #9 from BradNut/development
Development
2022-12-29 14:33:18 -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
Bradley Shellnut
458693b073
Merge pull request #8 from BradNut/get-search
Get search
2022-12-27 17:32:05 -08:00