| .. |
|
assets
|
Updating shadcn files, moving routes around.
|
2023-09-08 16:30:32 -07:00 |
|
components
|
Comment out Sentry since it doesn't work on v2 and adding pagination.
|
2024-01-30 17:57:36 -08:00 |
|
config
|
Big changes. Added Sentry at least for now for error tracking to get this up. Moved prisma client generation to the server hooks and passing in locals. Refactor to use prisma in locals. Creating expansions and linking while displaying on Game page.
|
2023-10-17 22:28:53 +13:00 |
|
fonts
|
Fixing up the og image generation, add svg background, add more input params.
|
2023-09-14 16:53:27 -07:00 |
|
server
|
Updating schema for drizzle, adding migrate and push.
|
2024-02-03 18:21:32 -08:00 |
|
state
|
Fix loading shown on login, add base enhance to logout and show loading UI with toast on success.
|
2023-09-18 21:42:09 +12:00 |
|
stores
|
Adding separate button for wishlist and pagination store.
|
2023-08-19 18:18:21 -07:00 |
|
styles
|
Updating shadcn files (Uses bits-ui), moving text search to just search page.
|
2023-11-06 16:36:51 -08:00 |
|
utils
|
Upgrade to v3 Lucia, change all auth layers, upgrade all dependencies, and update eslint.
|
2023-12-14 17:53:15 -08:00 |
|
config.ts
|
Adding superforms, image lazy loader, and image icons.
|
2023-05-14 21:08:30 -07:00 |
|
data.json
|
Adding auth to the site.
|
2023-05-20 22:18:04 -07:00 |
|
drizzle.ts
|
Migrating to drizzle schemas.
|
2024-02-02 17:56:31 -08:00 |
|
form.ts
|
Format with built in prettier format rules.
|
2022-07-07 12:32:55 -07:00 |
|
LocalStorage.svelte
|
Adding toggle component and local storage using carbon components as base.
|
2022-05-03 23:27:06 -07:00 |
|
page_loading_indicator.svelte
|
Adding explicit types to load and actions, adding the page indicator from Syntax.fm, and hex for that color.
|
2023-11-04 23:20:34 -07:00 |
|
Portal.svelte
|
Add toast to app.
|
2022-05-05 23:51:20 -07:00 |
|
prisma.ts
|
Fixing prisma issues by removing from locals and just using as singleton import. Upgrading libraries.
|
2023-11-04 17:03:28 -07:00 |
|
renderImage.ts
|
Updating og image generation, updating Lucia Beta, and using Shadcn Form for the search form.
|
2024-01-26 16:35:02 -08:00 |
|
types.ts
|
Big changes. Added Sentry at least for now for error tracking to get this up. Moved prisma client generation to the server hooks and passing in locals. Refactor to use prisma in locals. Creating expansions and linking while displaying on Game page.
|
2023-10-17 22:28:53 +13:00 |
|
utils.ts
|
Fixing utils helper, changing header for logged in to be a dropdown menu, adding list and signout to dropdown, adding spinner to logout.
|
2023-09-18 09:28:15 +12:00 |
|
zodValidation.ts
|
Adding exact search checkbox.
|
2023-12-26 16:42:06 -08:00 |