FilmCoder / Slormuxify

Hey man, what's up? => Hizorz, bb, what's ploxin? - Chrome extension to Slormuxify all text in your browser, on the fly. Grand aspirations of Slormux: giggles and world peace.
0 stars 0 forks source link

Add Popup UI to toggle translation on/off #2

Closed FilmCoder closed 5 years ago

FilmCoder commented 5 years ago

User should be able to click extension icon and then click button to toggle translation engine on and off. For now, this can just be a plain button. So if it's off, it won't translate new pages.

Use browser_action popup for this.

In the future, we should make it so that if it's toggled on it will translate the current page, and if it's toggled off it will reset the state of the current page. The latter could be done by storing the original text content of each DOM node somewhere, so that if the extension is toggled off the text nodes can can all be reset.

Later on we will want to improve styling.

FilmCoder commented 5 years ago

Ayyyyy enhancement added by commit a54489320bcdd6f05fe81af0f4fb1bc2038780a3.

FilmCoder commented 5 years ago

This needs to be continued in #4 , enhancement not complete

FilmCoder commented 5 years ago

Needs to be continued in #4 but the UI is complete.