llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
199 stars 423 forks source link

fix #1516 sugar_history get removed when user delete its account #1517

Closed riteshsinghh-coder closed 9 months ago

riteshsinghh-coder commented 9 months ago

Fix #1516 sugar_history get removed when user delete its account so user doesnot show on first page

https://github.com/llaske/sugarizer/assets/93989204/e93aea43-5307-4c34-a3d7-233a4cb1a3aa

llaske commented 9 months ago

Nice. It fix the issue but:

image

UtkarshSiddhpura commented 9 months ago

@llaske Also do you think that we should somehow store the user already fetched on mount rather then re-fetching the user. or it's okay to refetch? https://github.com/llaske/sugarizer/blob/9e5c7c45283d21a1361a07e38938fa0c9ab39b2b/v2/js/screens/settings-myprivacy.js#L106-L108

https://github.com/llaske/sugarizer/blob/9e5c7c45283d21a1361a07e38938fa0c9ab39b2b/v2/js/screens/settings-myprivacy.js#L129-L131

llaske commented 9 months ago

Nice. Thanks. That's fine to reload the user @UtkarshSiddhpura