Commit Graph

23 Commits

Author SHA1 Message Date
Josh Creek 171a202ef6 feat(*): Update pokedex entry data structure and re-add error handling 2024-07-14 16:16:18 +01:00
Josh Creek e9c483045a feat(*): Make mydex use combined data 2024-07-14 12:07:15 +01:00
Josh Creek 5fdc43124e feat(*): Add pagination to my dex 2024-07-12 21:33:02 +01:00
Josh Creek 3d42bef3e5 feat(*): Hide notes if there are none 2024-07-12 14:38:30 +01:00
Josh Creek 72254fb479 feat(*): Add ability to toggle origins and forms 2024-07-12 14:35:25 +01:00
Josh Creek 8c5bc48802 feat(*): Add support for catch records to My Dex page 2024-07-12 14:19:44 +01:00
Josh Creek 8a7e2ea631 feat(*): Update seeding logic to handle new fields and record the last modified date 2024-07-12 14:16:30 +01:00
Josh Creek 6712339640 chore(*): Add workbox service worker 2024-04-14 16:03:01 +01:00
Josh Creek 7c0dec0cb4 feat(*): Make the user object available and reactive in any component 2024-04-10 22:03:37 +01:00
Josh Creek c6db2a9add feat(*): Move account functionality into header 2024-04-10 21:50:04 +01:00
Amber M 999cb8bf3f Create a header 2024-04-09 21:24:47 +01:00
Josh Creek d581e26234 feat(#19): Add a basic My Dex page 2024-04-08 21:09:34 +01:00
Josh Creek 69c80a5e39 feat(#5): Add ability to seed pokedex entry data 2024-04-08 20:08:53 +01:00
Josh Creek 89993f305a fix(#16): Ensure DaisyUI styles apply to components
It turns out that tailwind excludes styles it hasn't found in use, so it needs to be explicitly told where to find the component files. This also therefore fixes the styles in the SignUp component.
2024-04-07 19:19:08 +01:00
Josh Creek 21f8d35bb7 fix(#13): Add hacky workaround for component styling 2024-04-07 15:28:15 +01:00
Josh Creek df66370e02 build(#13): Add DaisyUI 2024-04-07 15:12:59 +01:00
Josh Creek 97be847b44 feat(#11): Add sprite component 2024-04-07 10:50:59 +01:00
Josh Creek 869be67c54 feat(#9): Add sign in and sign out 2024-04-06 21:46:04 +01:00
Josh Creek 6cfa2bd6d7 feat(#9): Add sign up 2024-04-06 21:10:37 +01:00
Josh Creek 88b5edb4b9 feat(#6): Add classes for database 2024-04-06 17:56:56 +01:00
Josh Creek aee56d0fc9 build(*): Attempt to get env vars working 2024-04-06 17:06:00 +01:00
Josh Creek 3c1ae70392 chore(#4): Add a database connection to mongodb 2024-04-06 15:04:53 +01:00
Josh Creek 2de4e8b54b chore(*): Add base sveltekit files 2024-03-09 21:28:07 +00:00