Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
danielpasker created a review comment on a pull request on shaynisanov/GymnastLink-Web
dont pass the post by state. pass the postId as a queryParam and fetch the post again
danielpasker created a review on a pull request on shaynisanov/GymnastLink-Web
done @shaynisanov
danielpasker created a review on a pull request on shaynisanov/GymnastLink-Web
done @shaynisanov
danielpasker pushed 7 commits to main shaynisanov/GymnastLink-Web
- create workout api in the server 8f225ae
- create workout page in the client 958a16c
- accidentally added }, so i removed it ed786f3
- fix comments 942d62d
- remove generatedWorkout and workoutPlan 18f6e5a
- Merge branch 'main' of https://github.com/shaynisanov/GymnastLink-Web into feat/workouts-page 621b891
- Merge pull request #7 from shaynisanov/feat/workouts-page Feat/workouts page 19fede5
danielpasker closed a pull request on shaynisanov/GymnastLink-Web
Feat/workouts page
![image](https://github.com/user-attachments/assets/a8bcb97e-73ac-407c-8364-eebd868ef5eb)danielpasker created a review on a pull request on shaynisanov/GymnastLink-Web
I think we should join the states, if you dont then tell me, it will make the code better in my opinion.
danielpasker created a review on a pull request on shaynisanov/GymnastLink-Web
I think we should join the states, if you dont then tell me, it will make the code better in my opinion.
danielpasker created a review comment on a pull request on shaynisanov/GymnastLink-Web
No you dont, make the prop a trinary based on weather the _id is undefined (true for generated one and false for existing)
danielpasker created a review comment on a pull request on shaynisanov/GymnastLink-Web
use one type for both (with nullable fields), then use them in one state...
danielpasker created a review comment on a pull request on shaynisanov/GymnastLink-Web
it doesn't matter. It is always one or the other to display, and they contain the same kind of data. so why 2?
danielpasker pushed 1 commit to fix/make-images-nullable shaynisanov/GymnastLink-Web
- fix UserAvatar directory 004ddee
danielpasker opened a pull request on shaynisanov/GymnastLink-Web
fix/make-images-nullable
address that non-existing images are null and not undefineddanielpasker created a branch on shaynisanov/GymnastLink-Web
fix/make-images-nullable - The final project of web course