Merge pull request #1304 from thueske/feature/screensize

Feature: Add screensize to UI
This commit is contained in:
Mike Cao
2022-07-18 00:37:07 -07:00
committed by GitHub
7 changed files with 30 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { ok, methodNotAllowed, unauthorized, badRequest } from 'lib/response';
import { allowQuery } from 'lib/auth';
import { useCors } from 'lib/middleware';
const sessionColumns = ['browser', 'os', 'device', 'country', 'language'];
const sessionColumns = ['browser', 'os', 'device', 'screen', 'country', 'language'];
const pageviewColumns = ['url', 'referrer'];
function getTable(type) {