You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent tracking when browser not in focus. Look at last mouse x,y and make sure it's changed before sending a heartbeat.
Use api key instead of cookies for authentication. Change extension icon color to red if api key missing. Prompt for api key when first installed. Show currently logged in user in options menu when clicking extension icon. Edit api key in options menu.
Offline tracking, save heartbeats and send later when online
Features
Automatically detect projects based on url (github repo in url, online IDEs, etc). Currently we send "project":"<<LAST_PROJECT>>". Instead send something like, "project":"website" if the url is github.com/alanhamlett/website
Have pre-set lists of domains to enable tracking. For ex: let people only track coding and not other browsing. For example, a toggle that excludes all non-dev websites (facebook.com, youtube.com, ...)
The text was updated successfully, but these errors were encountered:
Bugs
Features
"project":"<<LAST_PROJECT>>"
. Instead send something like,"project":"website"
if the url isgithub.com/alanhamlett/website
facebook.com
,youtube.com
, ...)The text was updated successfully, but these errors were encountered: