OpenUnited / platform

Other
41 stars 66 forks source link

Added profile picture preview on successful upload #96

Closed sachintom999 closed 11 months ago

sachintom999 commented 11 months ago

Background

Demo

before-fix

Solution

Note :

Changes

Testing after fix

after-fix

sachintom999 commented 11 months ago

Thank you for your contribution @sachintom999. Normally, we avoid using Javascript as much as possible. Instead, we use Hyperscript. However, in this case, using Hyperscript instead of Javascript introduces more complexity, in my opinion.

I just wanted to give you an idea of how we do things.

After you modify the PR according to the comments I just left, we can merge it.

Once again, thank you for your work!

hi @dogukanteber , Thank you for reviewing. Noted your point of using Hyperscript. Will keep in mind in the future PRs.

I have made the requested changes and pushed.

dogukanteber commented 11 months ago

Well done, thanks!