mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Merge branch 'dev' into jajaja
# Conflicts: # pnpm-lock.yaml # src/app/(main)/websites/[websiteId]/events/EventProperties.tsx # src/components/messages.ts # src/lib/constants.ts # src/queries/sql/pageviews/getPageviewMetrics.ts # src/queries/sql/sessions/getWebsiteSessions.ts
This commit is contained in:
commit
a9a9b57f80
10 changed files with 356 additions and 90 deletions
|
|
@ -35,6 +35,7 @@ export const EVENT_COLUMNS = [
|
|||
'query',
|
||||
'event',
|
||||
'tag',
|
||||
'host',
|
||||
];
|
||||
|
||||
export const SESSION_COLUMNS = [
|
||||
|
|
@ -46,7 +47,6 @@ export const SESSION_COLUMNS = [
|
|||
'country',
|
||||
'city',
|
||||
'region',
|
||||
'hostname',
|
||||
];
|
||||
|
||||
export const FILTER_GROUPS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue