Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

Feature/290 edit profile page #365

Closed d36mehta closed 3 years ago

d36mehta commented 3 years ago

still have to make saving the info to async, fix saving images, and tests

d36mehta commented 3 years ago

these are some screen recordings of what it looks like on iphone: video1 2 - 480p.mov.zip video2 - 480p.mov.zip

I checked android with expo publish too, but the picker component was kind of weird (it reloaded the app each time I clicked a picker) so I'm not sure, but let me know if something is wrong on android: https://expo.io/@d36mehta/projects/umigrate

also, I couldn't get the images to save (that part is commented out) so if you change the profile picture or background picture, then it'll change on the edit page but it won't save

d36mehta commented 3 years ago

I noticed while testing my fixes that the datetimepicker and picker updated to use ios14's new pickers (the date picker component updated to the "inline" style and idk if there's a way to change it back), so I just added if the device is ios14 or higher, then change the style to center it. this is what it looks like now with ios14's new date picker: video3 480p.mov.zip