Tuesday, July 7, 2020

PSF GSoC students blogs: Weekly Blog Post | Gsoc'2020 | #6

<meta charset="utf-8">

Greeting, People of the world!

Our first evaluation took place last week and guess what? I passed it!!! Well, I am pretty excited and happy about it. wink

 

1. What did you do this week?

I built the modal for colour customization for a single icon and did little edits here and there. Now it works perfectly. 

 

2. What is coming up next?

This week, I will be implementing logic for icon rotation in icons picker API and also added buttons for rotation on the icons editing Modal.

 

3. Did you get stuck anywhere?

Yes, a little when a few icons were not getting customized. Well, it was because of their SVG file having a style tag. This issue was resolved with the help of my mentors. 



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...