dhruvagarwal / geekometer

This chrome extension keeps a track of the problems solved by you on geeksforgeeks.org, and crosses them out.Hence, easing it out for you to concentrate on missed ones
Apache License 2.0
36 stars 16 forks source link

UI changes for the extension for g4g's new look #8

Closed raj454raj closed 9 years ago

raj454raj commented 9 years ago

The extension currently - screenshot from 2015-07-01 01 12 22

With the changes - screenshot from 2015-07-01 01 11 28

dhruvagarwal commented 9 years ago

Thanks a lot @raj454raj . Actually, i was busy thesedays and didn't see the changes on g4g. your pull request was the savior and i hope the new version works fine now.. until there's further changes in the UI.

Actually there is a need to make it generic to any such changes. whatsay ?

raj454raj commented 9 years ago

@dhruvagarwal : Welcome. Yeah I saw these changes very recently on g4g hardly 2 days. I still didn't understand how your widget UI changed since there was a seperate css file for this. There must be some overlapping div id or class. Believe me it took me 1-2 hours to fix this css despite of changes being minimal. It was pretty much tough to read your CSS code. This was the first time I worked with an extension but have worked a lot with CSS. I would suggest start writing the css code from scratch and keep it simple ;) let the js code remain. BTW awesome extension! Just a feature request in case you are free and ready to improve your widget - Somehow figure out a way to store these marked questions using any database. This is very much browser specific. See if you can check for user login(login from google since the widget is for chrome there must be a way accessing the logged person)

dhruvagarwal commented 9 years ago

Yes , the cloud backup and login has been on the todolist since months. Its just the sequence of events that I'm not able to devote a week's time to this. I had started the app engine code but the google login in the extension had some glitches. There are much more things to add in it.