Josh Creek
0e3be214ba
feat(*): Add ability to toggle origins and forms
2024-07-12 14:35:25 +01:00
Josh Creek
704e618f84
chore(*): Remove console log
2024-07-12 14:28:21 +01:00
Josh Creek
64c5f375ac
fix(*): Add error handling for no pokedex entries
2024-07-12 14:25:22 +01:00
Josh Creek
e512c63e0b
chore(*): Re-enable service worker
2024-07-12 14:21:04 +01:00
Josh Creek
e7f1930eff
feat(*): Add support for catch records to My Dex page
2024-07-12 14:19:44 +01:00
Josh Creek
0e8af37309
chore(*): Disable service worker
2024-07-12 14:17:03 +01:00
Josh Creek
6aac4c5985
feat(*): Update seeding logic to handle new fields and record the last modified date
2024-07-12 14:16:30 +01:00
Josh Creek
212f674b44
feat(*): Add tsv parser to enable easily loading pokedex data
2024-07-12 14:14:24 +01:00
Amber Marie
7deb4632bc
Merge pull request #40 from jcreek/35-style-the-about-page
...
Design About Page
2024-05-15 15:12:02 +01:00
Amber M
70f85be9b9
Replace break with paragraph
2024-05-15 15:10:26 +01:00
Amber M
24792331db
Add TODO
2024-05-15 15:05:37 +01:00
Amber M
d59d970812
Delete duplicate code
2024-05-15 15:04:30 +01:00
Amber M
ff43601b1a
Design About Page
2024-05-15 14:49:30 +01:00
Josh Creek
425d66a9ce
fix(*): Disable some functionality of service worker
2024-05-13 19:32:24 +01:00
Josh Creek
4761bdf31a
Merge pull request #37 from jcreek/36-style-the-landing-page
...
feat(#36 ): Style the landing page
2024-04-28 16:10:20 +01:00
Josh Creek
6a4c6d81b2
feat( #36 ): Style the landing page
2024-04-28 16:08:28 +01:00
Josh Creek
cdab9b4ab5
Merge pull request #34 from jcreek/29-create-an-about-page
...
Make about page
2024-04-28 14:07:29 +01:00
Amber M
c17dc6090c
Remove id
2024-04-28 14:05:31 +01:00
Amber M
3a72225e16
Make about page
2024-04-28 13:59:31 +01:00
Josh Creek
046b956882
Merge pull request #33 from jcreek/32-link-profile-page-to-actual-profile
...
feat(#32 ): Link profile page to actual profile
2024-04-28 13:43:23 +01:00
Josh Creek
43c7dab2ee
feat( #32 ): Link profile page to actual profile
2024-04-28 13:39:33 +01:00
Josh Creek
5bbe8b9abe
Merge pull request #31 from jcreek/27-create-a-profile-page
...
Make profile page
2024-04-28 13:25:28 +01:00
Amber M
ec6aa1a5cf
Remove Join us
2024-04-28 13:22:52 +01:00
Amber M
e6b4cc84bc
Make profile page
2024-04-28 13:15:48 +01:00
Josh Creek
548e918fd9
Merge pull request #28 from jcreek/feat/workbox
...
chore(*): Add workbox service worker
2024-04-14 16:06:49 +01:00
Josh Creek
5285d5d84d
chore(*): Add workbox service worker
2024-04-14 16:03:01 +01:00
Josh Creek
63de9c82a4
feat(*): Make the user object available and reactive in any component
2024-04-10 22:03:37 +01:00
Josh Creek
6213c773c3
feat(*): Add custom pokeball theme
2024-04-10 21:50:43 +01:00
Josh Creek
99ed144a34
feat(*): Move account functionality into header
2024-04-10 21:50:04 +01:00
Josh Creek
6db13fff6d
Merge branch 'master' of https://github.com/jcreek/LivingDexTracker
2024-04-10 20:55:45 +01:00
Josh Creek
499ee75c6a
docs(*): Add local development instructions and hosting details
2024-04-10 20:55:43 +01:00
Amber Marie
580dd83c69
Merge pull request #26 from jcreek/2-create-a-header-to-show-on-all-pages
...
Create a header
2024-04-09 21:27:45 +01:00
Amber M
d80da3e415
Create a header
2024-04-09 21:24:47 +01:00
Josh Creek
2a4a4a1414
Merge pull request #24 from jcreek/20-make-this-a-pwa-so-it-can-cache-the-sprites-and-be-used-offline-updating-the-db-when-its-back-online
...
feat(#20 ): Make the site a PWA
2024-04-08 21:53:33 +01:00
Josh Creek
f6bf7a7a85
feat( #20 ): Make the site a PWA
2024-04-08 21:47:42 +01:00
Josh Creek
0204870f5a
Merge pull request #23 from jcreek/19-add-a-basic-my-dex-page
...
feat(#19 ): Add a basic My Dex page
2024-04-08 21:23:23 +01:00
Josh Creek
454259d9e7
feat( #19 ): Add a basic My Dex page
2024-04-08 21:09:34 +01:00
Josh Creek
23385d2c44
Merge pull request #18 from jcreek/5-set-up-repositories-for-database-access
...
feat(#5 ): Add ability to seed pokedex entry data
2024-04-08 20:12:59 +01:00
Josh Creek
44fa581ecd
feat( #5 ): Add ability to seed pokedex entry data
2024-04-08 20:08:53 +01:00
Amber M
b15889d6af
Merge pull request #17 from jcreek/16-fix-issue-where-daisyui-styles-dont-apply-to-components
...
fix(#16 ): Ensure DaisyUI styles apply to components
2024-04-07 19:31:08 +01:00
Josh Creek
16a067cd5d
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
Amber M
335f5c9046
Merge pull request #15 from jcreek/3-create-a-footer-to-show-on-all-pages
...
Add Footer to layout
2024-04-07 16:05:46 +01:00
Amber M
d66ac7ae4b
Add Footer to layout
2024-04-07 16:01:57 +01:00
Josh Creek
22b9af0bbe
chore(*): Add build steps
2024-04-07 15:44:17 +01:00
Josh Creek
db5ae6fdc1
Merge pull request #14 from jcreek/13-add-daisyui
...
build(#13 ): Add DaisyUI
2024-04-07 15:29:54 +01:00
Josh Creek
4ff4243125
fix( #13 ): Add hacky workaround for component styling
2024-04-07 15:28:15 +01:00
Josh Creek
59ff274a44
build( #13 ): Add DaisyUI
2024-04-07 15:12:59 +01:00
Josh Creek
88b4d92905
docs(*): Add dependencies section to readme
2024-04-07 13:03:00 +01:00
Josh Creek
e699298a82
Merge pull request #12 from jcreek/11-add-sprites
...
11 add sprites
2024-04-07 10:54:47 +01:00
Josh Creek
ee191aa7cf
feat( #11 ): Add sprite component
2024-04-07 10:50:59 +01:00