354 Commits

Author SHA1 Message Date
Mike Cao
cd72fcacf4
Merge pull request #3060 from eremannisto/improve-handling-of-undefined-regions
Use `unknown` label for `undefined` countries
2024-11-20 11:19:21 -08:00
Ere Männistö
70f919be33 Use unknown label for undefined countries 2024-11-19 10:30:11 +02:00
Mike Cao
65d09a57d1
Merge branch 'dev' into dash-inactive 2024-11-18 13:31:30 -08:00
Mike Cao
22c892489f
Merge pull request #3053 from mooxl/respect-filter-in-usewebsitemetric
fix: respect filter in TableView
2024-11-18 13:21:58 -08:00
Max Schmidt
7e6e79c195 cleanup
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 14:05:02 +01:00
Max Schmidt
8b676c6370 respect expanded view
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 13:56:58 +01:00
Max Schmidt
3decad5198 use params
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2024-11-16 13:26:42 +01:00
chelsey-g
65c4627900 add active website tracking with pin icon 2024-11-11 13:29:32 -05:00
Mike Cao
2ed22f8975
Merge pull request #2919 from quiple/fix-font-family
Remove `className={locale}` and add `lang` attribute to `LanguageButton()`
2024-10-24 23:53:25 -07:00
Francis Cao
8759ba9916 add tags table and filters logic 2024-10-15 16:46:57 -07:00
Mike Cao
20b64100a6 Fixed import. 2024-10-04 19:23:07 -07:00
Mike Cao
6a0e88cd70 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2024-09-30 21:48:38 -07:00
Francis Cao
be50e8a575 add dropdown logic for revenue report, defaults to USD for unknown currency code 2024-09-26 22:35:23 -07:00
Mike Cao
85ce03290f Merge branch 'dev' of https://github.com/umami-software/umami into dev 2024-09-26 16:48:08 -07:00
Mike Cao
2cd38f1306 Moved files around. 2024-09-26 16:47:51 -07:00
Francis Cao
2707b39473 v1 revenue report for clickhouse 2024-09-26 15:36:48 -07:00
Francis Cao
29044de736 Add sessionData label 2024-09-12 12:20:58 -07:00
Minseo Lee
01fc293d3f Merge remote-tracking branch 'upstream/master' into fix-font-family 2024-08-29 14:49:32 +09:00
Minseo Lee
d7734d0493 Remove className locale 2024-08-28 10:13:11 +09:00
Francis Cao
b89fb0a962 Fix autofocus on events page 2024-08-27 16:28:03 -07:00
Francis Cao
ab050e51c5 Fix tooltip label, retention report for mysql, pass minDate into eventsChart 2024-08-27 16:02:43 -07:00
Francis Cao
981a655654 fix mindate logic 2024-08-27 14:17:42 -07:00
Francis Cao
b1caf6edb7 fix monthly and all time charts 2024-08-27 12:02:23 -07:00
Francis Cao
a15d0ca94a fix UTC issues 2024-08-23 19:23:04 -07:00
Mike Cao
8f934d2552 Reapply "Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates."
This reverts commit 5e5b61dc7ee3026fabd988b578ffa9e35799845f.
2024-08-22 13:15:48 -07:00
Mike Cao
5e5b61dc7e Revert "Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates."
This reverts commit 647dcb5f25cb7672be71ea3bdb0845165a1c1bbd.
2024-08-22 13:14:40 -07:00
Mike Cao
647dcb5f25 Fixed realtime chart for relational. Removed getDateArray. Added chart min/max dates. 2024-08-22 12:02:36 -07:00
Mike Cao
9311f0a183 Merge remote-tracking branch 'origin/dev' into dev 2024-08-22 03:11:10 -07:00
Mike Cao
9b88611a38 Fixed search field disappearing when results are empty. Closes #2879. 2024-08-22 03:10:48 -07:00
Francis Cao
917916c224 update queries for event / session properties and values screens 2024-08-21 13:51:28 -07:00
Mike Cao
e35c11c3d6 Updated realtime data fetch. 2024-08-20 23:58:20 -07:00
Mike Cao
caa9da9166 Removed junk. 2024-08-20 14:16:35 -07:00
Mike Cao
511fec2ddb Fixed timezone date format. 2024-08-20 14:15:47 -07:00
Mike Cao
da28fe8fe9 Fixed some styles. 2024-08-20 01:15:33 -07:00
Francis Cao
a058552d39 add sessionstats query for performance, countries, events values 2024-08-19 09:35:22 -07:00
Mike Cao
53d8548909 Weekly session data. 2024-08-16 23:42:26 -07:00
Mike Cao
fc1fc5807e Session properties. 2024-08-16 19:44:16 -07:00
Mike Cao
deb9dd60df Render UTC dates in sessions. 2024-08-16 00:35:08 -07:00
Francis Cao
db25f241c0 clean up session properties / values 2024-08-14 12:57:43 -07:00
Francis Cao
aaf9adacc6 add event name to properties table 2024-08-14 12:29:47 -07:00
Mike Cao
0bd57bb158 Added display of session properties. 2024-08-13 21:42:20 -07:00
Francis Cao
ae3888ced8 fix loading spinner / no results bug 2024-08-13 09:21:20 -07:00
Mike Cao
af64602951 Added map to sessions page. 2024-08-13 00:56:41 -07:00
Mike Cao
9b005e11c0 Created formatDate function for rendering dates in correct timezone. 2024-08-13 00:40:19 -07:00
Mike Cao
78728b8706 Fixed event search. Removed session time from profile. 2024-08-11 23:14:02 -07:00
Francis Cao
136dd6794e update websitesession, add session duration 2024-08-09 17:27:06 -07:00
Francis Cao
3646039e54 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2024-08-09 15:49:39 -07:00
Francis Cao
a1c0ec9c81 update getSessionActivity / getWebsiteSession 2024-08-09 15:49:30 -07:00
Mike Cao
4c0d7d960d Fixed empty logic. 2024-08-09 15:02:48 -07:00
Mike Cao
c7d39a3e94 Fixed session properties. 2024-08-09 14:13:34 -07:00