Jason Zhu Jason
  • Joined on 2019-12-03
Jason pushed to master at Jason/pokertk 2023-05-15 19:11:19 +10:00
42a4a86e34 Fix import in InfoDialog component so storybook can render successfully
987fbbaa79 Upgrade storybook/react to version 7 using npx storybook@latest upgrade --prerelease command following https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-65x-to-700
0048a1c064 Trying to implement Pokedex.stories.tsx
Compare 3 commits »
Jason pushed to master at Jason/pokertk 2023-05-11 23:39:11 +10:00
713b86c14a Removed unused stories directory
Jason pushed to master at Jason/pokertk 2023-05-11 23:35:07 +10:00
ddb058dce6 Added chromatic script
cbb8dd9054 Added chromatic as development dependency
52ac92fd7a Fixed import directory problem in pokeApi.test.ts
Compare 3 commits »
Jason pushed to master at Jason/pokertk 2023-05-11 22:36:34 +10:00
f8fb41e837 Renamed PokedexState to PokedexStateProps for type
08c8af5f4f Implemented getPokemon, getPokemonSpecies, getEvolutionChain endpoints and related jest UTs
a0adfb0268 Merge all pokeapi related code into one single pokeApi.ts, and relocate it into app/services
Compare 3 commits »
Jason pushed to master at Jason/pokertk 2023-05-10 00:14:57 +10:00
804c145b11 Separate static part of InfoDialog into InfoDialogComponent, and added stories
34af94508e Added name into EvolutionSpecies component
4cebf35cf0 Added bulbasaur into PokemonCard storybook
6d391d1f9f Refactor colorTypeGradients method again to receive types string list directly
25a010e7c6 Refactor colorTypeGradients method to make it shorter
Compare 5 commits »
Jason pushed to master at Jason/pokertk 2023-05-08 21:16:15 +10:00
5317050679 Merge all api types together
1055a14457 Put types into correct directory (fix filterApi.ts)
6082aa75a0 Put types into correct directory
9bb252de00 Fixed pokedex.test.ts after splitting filter out of pokedex component
db331acbb1 Move Filter related tests in original pokedexApi.test.ts into filterApi.test.ts
Compare 5 commits »
Jason pushed to master at Jason/pokertk 2023-05-08 00:24:45 +10:00
1d58f41b5f Fixed Filters.test.ts
3539b6febe Separate selected Region/Type/Sort/SearchInput out of Pokedex, so it become easier for testing in storybook
Compare 2 commits »
Jason pushed to master at Jason/pokertk 2023-05-07 23:35:45 +10:00
6acabeb91a Added InfoDialog feature (partially done)
ff92db699d Prettier GenderRate.css
f5e0a75c64 Modified index.css file for better global rendering
749a745b4a Created GenderRate component for InfoDialog
0c4f2d4b67 Import index.css as global css into storybook
Compare 5 commits »
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-05 00:16:26 +10:00
038455b315 eg3 finished and test proxy
7074e55f40 eg3 removed unnecessary exposed port
Compare 2 commits »
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-05 00:00:22 +10:00
7bdffc22cf eg3 finished Backend + Frontend cross communication
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-04 23:52:01 +10:00
43a2dfefc7 Finished Frontend only for eg3
72a0a57842 eg3 finished Backend only
155195ddda Modified README.md for eg3
1d3263c598 Try to implement nginx to route between frontend and backend
Compare 4 commits »
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-02 22:34:27 +10:00
17f624e7e6 e.g.2 finished
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-02 00:18:05 +10:00
81bbac260c Re-arrange README files
29b82981bd Move all example 1 files into eg1 directory
Compare 2 commits »
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-02 00:00:55 +10:00
0bc19e6808 Change index.html of nginx and serve it (part 2)
4326bc0085 Change index.html of nginx and serve it
Compare 2 commits »
Jason created branch master in Jason/local-nginx-tutorial 2023-05-01 23:52:17 +10:00
Jason pushed to master at Jason/local-nginx-tutorial 2023-05-01 23:52:17 +10:00
c28a3e5397 first commit
Jason renamed repository from local_nginx_test to Jason/local-nginx-tutorial 2023-05-01 23:51:51 +10:00
Jason created repository Jason/local-nginx-tutorial 2023-05-01 23:42:54 +10:00
Jason pushed to master at Jason/pokertk 2023-04-18 22:18:36 +10:00
ec0af2f3ac Remove unnecessary images asset and modified PokemonCard for using PokemonTypes component
71bc089745 Implemented PokemonTypes common component (part2)
faf44410bd Implemented PokemonTypes common component
Compare 3 commits »
Jason pushed to master at Jason/pokertk 2023-04-17 22:53:17 +10:00
3281629dcf Implemented search in the filter bar
10442f9dc8 Implemented pokedex list style
2857b1d131 Added react-lazy-load-image-component for lazy loading image in PokemonCard
3926267d77 Fixed setIsLoadingPokemons calling in fetchPokemonsInRegion
c10c2f2608 Removed redundant cache clear code
Compare 5 commits »