Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Show Anna Status using "Browser Action" Icon #91

Closed
sanketgautam opened this issue Dec 29, 2017 · 2 comments
Closed

Feature: Show Anna Status using "Browser Action" Icon #91

sanketgautam opened this issue Dec 29, 2017 · 2 comments

Comments

@sanketgautam
Copy link
Contributor

Currently, we are using content script to inject status icon on each & every webpage user visits and change status icon according to the actions performed by users.

This can further be improvised by leveraging chrome extension's Browser Action, to show current status of Anna. As, it's always available and can easily modified by using Chrome Extension's API.

We can use different Browser Action Icons, for visualizing Anna's current status, which would be better from UX perspective, as well as, for performance (as we don't need to update status on every iteration), we can use some Event Handler for that purpose. Whenever a user performs some actions, only then we need to change the Icon according to the user action.

For more information on Anna's Status, go through this Pull Request: #88 ( Issue: #78 ). If you have any better suggestion, please feel free to discuss & implement.

Note: For initial phase, it would be better to have a toggle button in Extension's Popup, so that users have flexibility in switching between both the versions (current & new).

@gauthamzz
Copy link
Member

I have added this feature in f8d29d0

Didn't add a toggle button since it didn't seem needed.

Red Icon for inactive
Black for Normal
Blue-green theme colour when active

@gauthamzz gauthamzz self-assigned this Jan 1, 2018
@sanketgautam
Copy link
Contributor Author

Yeah! Seems Good 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants