From c735e2dafa9567d949531c9f97381c6fb1127563 Mon Sep 17 00:00:00 2001 From: Juan Sebastian velez Posada Date: Thu, 9 Mar 2023 10:55:41 -0500 Subject: [PATCH] fix: log whitelist wildcards (#175) * chore: support for whitelist wildcards * chore: solve warning on check html element * chore: bump version 3.0.5 --- src/components/Options.tsx | 4 ++-- src/core/WakaTimeCore.ts | 18 ++++++++++++++---- src/manifests/chrome.json | 2 +- src/manifests/firefox.json | 2 +- 4 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/components/Options.tsx b/src/components/Options.tsx index 8045dbe..26cd22f 100644 --- a/src/components/Options.tsx +++ b/src/components/Options.tsx @@ -1,4 +1,4 @@ -import React, { useRef, useState, useEffect } from 'react'; +import React, { useEffect, useRef, useState } from 'react'; import config, { SuccessOrFailType } from '../config/config'; import apiKeyInvalid from '../utils/apiKey'; import { logUserIn } from '../utils/user'; @@ -253,7 +253,7 @@ export default function Options(): JSX.Element {
setState({ ...state, trackSocialMedia: !state.trackSocialMedia })} > - + Track social media sites