benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 174 forks source link

Birthday Changes When Saving Profile Edits #195

Open TildenWinston opened 3 years ago

TildenWinston commented 3 years ago

In the VS Code extension, every time a user saves their profile on the edit profile screen, their birthday changes by 1 day.

For example if I had December 9, 2020, after going to the edit profile page and clicking save, the birthday would then be listed as December 8, 2020. This happens every time a user saves their profile.

This seems to be an issue with the zero indexing of the drop down and how the day is displayed. I think the issue can be solved by adding a +1 to line 116 in packages/extension/svelte-stuff/screens/EditProfile.svelte

unDeadHerbs commented 3 years ago

It seems that #45 has returned. Care to make a PR?