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
a3cfb4e83c
chore(*): Remove console log
2024-07-12 14:28:21 +01:00
Josh Creek
2a33dc1781
fix(*): Add error handling for no pokedex entries
2024-07-12 14:25:22 +01:00
Josh Creek
2404499858
chore(*): Re-enable service worker
2024-07-12 14:21:04 +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
f5ae56f6a6
chore(*): Disable service worker
2024-07-12 14:17:03 +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
228a37a2f6
feat(*): Add tsv parser to enable easily loading pokedex data
2024-07-12 14:14:24 +01:00
Amber Marie
f420b6372e
Merge pull request #40 from jcreek/35-style-the-about-page
...
Design About Page
2024-05-15 15:12:02 +01:00
Amber M
f6741f4b1e
Replace break with paragraph
2024-05-15 15:10:26 +01:00
Amber M
a375489cc6
Add TODO
2024-05-15 15:05:37 +01:00
Amber M
092ffde8e4
Delete duplicate code
2024-05-15 15:04:30 +01:00
Amber M
469290662f
Design About Page
2024-05-15 14:49:30 +01:00
Josh Creek
ba06fbee2b
fix(*): Disable some functionality of service worker
2024-05-13 19:32:24 +01:00
Josh Creek
76b617b349
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
8262dbfcf4
feat( #36 ): Style the landing page
2024-04-28 16:08:28 +01:00
Josh Creek
c666583058
Merge pull request #34 from jcreek/29-create-an-about-page
...
Make about page
2024-04-28 14:07:29 +01:00
Amber M
61feede30a
Remove id
2024-04-28 14:05:31 +01:00
Amber M
9e21f8edbf
Make about page
2024-04-28 13:59:31 +01:00
Josh Creek
7dda58ec24
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
f64f8b2bc6
feat( #32 ): Link profile page to actual profile
2024-04-28 13:39:33 +01:00
Josh Creek
062eff0433
Merge pull request #31 from jcreek/27-create-a-profile-page
...
Make profile page
2024-04-28 13:25:28 +01:00
Amber M
e4e133b333
Remove Join us
2024-04-28 13:22:52 +01:00
Amber M
0fe76a9ec6
Make profile page
2024-04-28 13:15:48 +01:00
Josh Creek
d41b467d43
Merge pull request #28 from jcreek/feat/workbox
...
chore(*): Add workbox service worker
2024-04-14 16:06:49 +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
4c9631e00f
feat(*): Add custom pokeball theme
2024-04-10 21:50:43 +01:00
Josh Creek
c6db2a9add
feat(*): Move account functionality into header
2024-04-10 21:50:04 +01:00
Josh Creek
4952eda3e0
Merge branch 'master' of https://github.com/jcreek/LivingDexTracker
2024-04-10 20:55:45 +01:00
Josh Creek
fa3fe31fb6
docs(*): Add local development instructions and hosting details
2024-04-10 20:55:43 +01:00
Amber Marie
70c31f6798
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
999cb8bf3f
Create a header
2024-04-09 21:24:47 +01:00
Josh Creek
ae4c27ae6e
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
4d4aecf2f6
feat( #20 ): Make the site a PWA
2024-04-08 21:47:42 +01:00
Josh Creek
a7838b8e7b
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
d581e26234
feat( #19 ): Add a basic My Dex page
2024-04-08 21:09:34 +01:00
Josh Creek
9c22786dd5
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
69c80a5e39
feat( #5 ): Add ability to seed pokedex entry data
2024-04-08 20:08:53 +01:00
Amber M
bc4e69e95e
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
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
Amber M
e78a562725
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
4c71e92780
Add Footer to layout
2024-04-07 16:01:57 +01:00
Josh Creek
60bc76705b
chore(*): Add build steps
2024-04-07 15:44:17 +01:00
Josh Creek
ab225b661f
Merge pull request #14 from jcreek/13-add-daisyui
...
build(#13 ): Add DaisyUI
2024-04-07 15:29:54 +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
364b593f08
docs(*): Add dependencies section to readme
2024-04-07 13:03:00 +01:00
Josh Creek
eacd695a40
Merge pull request #12 from jcreek/11-add-sprites
...
11 add sprites
2024-04-07 10:54:47 +01:00