Commit graph

665 commits

Author SHA1 Message Date
Francis Cao
ba45972bd3 fix filter passthrough into event-data endpoints 2025-10-14 11:22:21 -07:00
Mike Cao
14981717b9 Responsive updates. 2025-10-10 17:28:53 -07:00
Mike Cao
ac9edb8b5f Updated realtime page.
Some checks are pending
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-10-09 18:08:59 -07:00
Mike Cao
8aa4192576 Responsive updates. 2025-10-09 17:14:09 -07:00
Francis Cao
64b5a72963 add eventchart and metrictable to sharepage 2025-10-09 12:36:05 -07:00
Francis Cao
1b43aa8d37 add max width to listtable label 2025-10-07 11:22:58 -07:00
Francis Cao
d440a44d96 clean-up useWebsite query params 2025-10-07 09:07:34 -07:00
Mike Cao
e7f565f143 Don't allow saving segments on share page.
Some checks are pending
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-10-05 23:55:17 -07:00
Mike Cao
caf04015bb Fixed default date range handling. Added header to share page. 2025-10-05 16:02:23 -07:00
Mike Cao
c5994e5eb6 Save name after website select. Fixed types. 2025-10-05 15:34:37 -07:00
Mike Cao
3496952769 Fixed empty website select. Converted session profile to popover. 2025-10-05 14:11:25 -07:00
Mike Cao
ed013d5d58 Fixed spacing issue in confirmation form. 2025-10-04 00:04:11 -07:00
Mike Cao
eabfec9075 Updated website edit. 2025-10-03 23:05:15 -07:00
Mike Cao
fdfa8b08f9 Added expanded view for pixels/links. Made filter form into a popover. 2025-10-03 20:25:06 -07:00
Mike Cao
8971f23e72 Should clear all parameter. 2025-10-03 18:08:01 -07:00
Mike Cao
904c313a64 Always cache prisma. Renamed WebsiteMonthSelect to MonthFilter. 2025-10-03 18:06:18 -07:00
Mike Cao
92ee44756c Refactored useDateRange to always use query string. Fixed all time filter. 2025-10-03 17:55:39 -07:00
Mike Cao
b36cd48b4a Separated query string date handling. Fixed all time date. 2025-10-03 01:19:35 -07:00
Mike Cao
8e05921227 Try to fix avatar.
Some checks are pending
Create docker images / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-10-01 00:23:09 -07:00
Mike Cao
25e8e18b73 Fix Avatar for Vercel. 2025-10-01 00:00:40 -07:00
Francis Cao
1b54ba3e6e MetricsTable anchor more to bottom of component 2025-09-30 11:19:13 -07:00
Mike Cao
257050f749 Updated edit forms and icons.
Some checks failed
Create docker images / Build, push, and deploy (push) Has been cancelled
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
2025-09-26 01:46:36 -07:00
Mike Cao
554054d3a1 Merged nav menus.
Some checks are pending
Create docker images / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-09-25 20:46:00 -07:00
Mike Cao
2f5e69229c Merge remote-tracking branch 'origin/dev' into dev 2025-09-25 15:58:34 -07:00
Mike Cao
805b3ec853 WIP: Nav merge 2025-09-25 15:58:25 -07:00
Francis Cao
5bbc1a94b3 Merge branch 'dev' of https://github.com/umami-software/umami into dev
Some checks are pending
Create docker images / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-09-25 11:31:26 -07:00
Francis Cao
c28c022366 update FilterEditForm for pixels/links, update attribution action dropdown 2025-09-25 11:31:16 -07:00
Mike Cao
dfc6161a53 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	src/app/share/[...shareId]/Header.tsx
2025-09-25 11:23:36 -07:00
Mike Cao
1b400da7b2 Fixed share page. Updated device detect. Updated teams fetch. 2025-09-25 11:21:44 -07:00
Francis Cao
b777441788 correct date labeling for previous pageviews/sessions 2025-09-24 11:04:22 -07:00
Mike Cao
27c342811e Added label to PageHeader. Style fixes.
Some checks are pending
Create docker images / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run
2025-09-24 00:07:17 -07:00
Mike Cao
8115709a8b Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	src/app/(main)/teams/TeamsDataTable.tsx
#	src/app/(main)/teams/TeamsJoinButton.tsx
#	src/app/(main)/teams/[teamId]/TeamSettings.tsx
2025-09-23 23:10:05 -07:00
Mike Cao
83a014e884 Use FormattedMessage. Updated icons. Fixed bugs. 2025-09-23 23:08:40 -07:00
Mike Cao
c51dd7e606 Merge branch 'master' into dev
# Conflicts:
#	.github/workflows/cd-manual.yml
#	.github/workflows/cd.yml
#	.github/workflows/ci.yml
#	src/lib/detect.ts
2025-09-23 17:43:24 -07:00
Francis Cao
1a5c7df671 Fix broken icons, remove showActions from TeamsTable, fix margins for pixel/link overview 2025-09-23 13:55:27 -07:00
Mike Cao
ee70baaeb7 Fixed admin link.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
2025-09-23 09:56:38 -07:00
Mike Cao
f639bb07f4 Added menu options for cloud mode. Async fixes. 2025-09-23 09:14:01 -07:00
Mike Cao
6faf16e9aa Convert all mutate to mutateAsync. 2025-09-22 22:39:25 -07:00
Mike Cao
980e4e6b41 Fixed funnel report saving invalid data.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
2025-09-22 22:03:26 -07:00
Mike Cao
bf16ade184 Updated icons. 2025-09-22 20:11:31 -07:00
Mike Cao
9897c725de Updated cloud mode checks. 2025-09-22 13:09:07 -07:00
Mike Cao
7effa16f00 Updated edit permissions on settings components. 2025-09-19 17:58:52 -07:00
Mike Cao
ffc8f6faae Fixed config fetch.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
2025-09-18 15:38:55 -07:00
Mike Cao
2a559aa661 Replaced server action with api route. 2025-09-18 11:32:21 -07:00
Mike Cao
93e71d900f Updated settings button. 2025-09-18 10:37:42 -07:00
Mike Cao
0ae5c28da7 Export preference components. Updates for cloud. 2025-09-17 22:03:58 -07:00
Francis Cao
28ba2a1666 fix margins, teams button, and remove boards
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
2025-09-16 13:31:21 -07:00
Mike Cao
460200dfef useApi should return an actual Error.
Some checks are pending
Node.js CI / build (postgresql, 18.18) (push) Waiting to run
2025-09-14 23:57:15 -07:00
Mike Cao
fc01ee9f56 Get localized error messages. 2025-09-14 23:43:22 -07:00
Mike Cao
baba06c692 Added lib/password. Small tweaks.
Some checks failed
Node.js CI / build (postgresql, 18.18) (push) Has been cancelled
2025-09-13 09:40:20 -07:00