consolidate all views

This commit is contained in:
2021-11-22 01:36:18 +01:00
parent 2d8b259f32
commit 743890e490
15 changed files with 166 additions and 284 deletions

View File

@@ -2,7 +2,7 @@ import browser from 'webextension-polyfill'
import dayjs from 'dayjs'
import { dashboard } from '../shared/utils'
import { insertLog, normalizeTimestamp, Limits, DB } from '../shared/db'
import { insertLog, normalizeTimestamp, DB } from '../shared/db'
import { getUsageForHost, percentagesToBool } from '../shared/lib'
browser.browserAction.onClicked.addListener(() => browser.tabs.create({ url: dashboard, active: true }))