kustodian / extended-statusbar

Firefox addon which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one)
https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/
GNU General Public License v3.0
18 stars 6 forks source link

made the widget movable #3

Closed sipertruk closed 10 years ago

sipertruk commented 10 years ago

You can now move it to other bar. An issue remain : when moved in new style mode the progress and image texts are stuck. It works again if ff is restarted. I also renamed a few ids/variables as to make more sense.

kustodian commented 10 years ago

Awesome work. I will check it out tomorrow.

Regarding the new style, what is your opinion about removing it? We could always implement hiding of the old style status bar, but since there are users who still use the New Style, maybe we should find a way to make them both work, by separating them.

sipertruk commented 10 years ago

New and old style are not fundamentally different so I think all the new style feature can be added to the old quite easily. And leaving only one versatile style would ease future modifications. Most users wouldn't notice any difference, and for others the options menu would contain what is needed to restore the extension the way they like it.

kustodian commented 10 years ago

Looks awesome for now. I will be testing it for a few days and if all is good, I'll merge it and release it.

Thanks for the support :)

kustodian commented 10 years ago

You did it exactly how I imagined it :+1:

I will test it for a few days and if I don't see any issues, will release it as a new version.