Commit Graph
6394 Commits
Author SHA1 Message Date
Francis Cao d803eb7210 fix import errors for playwright test 2026-05-27 16:04:39 -07:00
Francis Cao c3cddcb774 fix playwright service createSnapshotBrowser 2026-05-27 16:00:28 -07:00
Francis Cao 39ef9a757b capture heatmap snapshot error 2026-05-27 15:52:46 -07:00
Francis Cao 824b3ff966 update playwright as seperate service 2026-05-27 15:35:07 -07:00
Francis Cao bb31fc7388 implement fix for playwright docker build 2026-05-27 13:46:14 -07:00
Francis Cao e916426315 revert changes 2026-05-27 12:39:38 -07:00
Francis Cao 3c59f63425 fix GET/POST route in recorder 2026-05-27 12:20:07 -07:00
Francis Cao e068471f9c install heatmaps image 2026-05-27 09:26:24 -07:00
Mike CaoandGitHub 77886a32cc Merge pull request #4300 from yancat160/feat/datagrid-view-toggle-i18n
i18n: translate DataGrid view-toggle tooltips
2026-05-26 23:48:46 -04:00
Francis Cao 7ac3f1eecc fix export build errors 2026-05-26 16:00:46 -07:00
Francis Cao a63c769ab6 fix error messaging. 2026-05-26 15:57:00 -07:00
Yan c43dd1da92 i18n DataGrid view-toggle tooltips
PR #4262 introduced a DataGrid view-toggle button with two hardcoded
English tooltip strings ("Switch to table view" / "Switch to card view")
and explicitly deferred translation to a follow-up. Without the keys in
the locale JSON files, next-intl would surface the raw label paths at
runtime for any non-English user once the strings move to t().

Adds switchToTableView and switchToCardView label entries in
messages.ts, swaps the hardcoded strings in DataGrid.tsx for
t(labels.x), and populates "switch-to-table-view" and
"switch-to-card-view" in all 52 locale JSON files with proper
translations (no English fallbacks).

Verified in Playwright that the toggle tooltip renders the expected
translated string in en-US, fr-FR and ja-JP via the same useMessages
pipeline already used for the search field placeholder, with no
MISSING_MESSAGE errors in the console.
2026-05-25 08:36:23 -04:00
Mike Cao 7d4c68cebe Remove obsolete dist dependencies from lockfile 2026-05-25 02:51:30 -07:00
Mike Cao 454e53dd48 Rename website chart board component 2026-05-25 02:49:13 -07:00
Mike Cao c38ac660cb Added new headers to tracker. 2026-05-23 22:27:39 -07:00
Mike Cao 6fbf45cd21 Updated lock file. 2026-05-23 22:17:56 -07:00
Mike Cao b0cfaca4d7 Merge branch 'dev' of https://github.com/umami-software/umami into dev 2026-05-22 17:18:23 -07:00
Mike Cao e0d4b9df3f Updated dependencies for security. 2026-05-22 17:18:01 -07:00
Mike CaoandGitHub ca9bb1ef34 Merge pull request #4279 from Maxime-J/pnpm-11
Support pnpm 11
2026-05-22 20:17:00 -04:00
Mike CaoandGitHub 3815a218ca Merge branch 'dev' into pnpm-11 2026-05-22 20:16:48 -04:00
Francis Cao 87a04f3ac5 Merge branch 'dev' of https://github.com/umami-software/umami into heatmap_fc 2026-05-22 11:14:15 -07:00
Francis Cao b5d56a2a29 remove unused replay snapshot path before merge 2026-05-22 11:09:57 -07:00
Francis Cao 462be82782 swap out S3 for R2 for heatmap storage 2026-05-22 10:47:56 -07:00
Francis Cao c4001f5c0c Merge branch 'analytics' of https://github.com/umami-software/umami into dev 2026-05-20 11:53:23 -07:00
Francis Cao 7d687479a9 use deps node_modules in runner image 2026-05-20 11:37:33 -07:00
Francis Cao 9df89b746e Revert "fix cloud docker runtime dependency install"
This reverts commit 6e8660c397.
2026-05-20 11:23:44 -07:00
Francis Cao bf06a33c79 Revert "reorder script dependency order"
This reverts commit 75a9041fad.
2026-05-20 11:17:39 -07:00
Francis Cao 75a9041fad reorder script dependency order 2026-05-20 10:46:41 -07:00
Francis Cao 6e8660c397 fix cloud docker runtime dependency install 2026-05-20 10:40:13 -07:00
Francis Cao 850fc192c9 remove pnpm field. deprecated 2026-05-20 10:24:53 -07:00
Francis Cao d65d6670f7 remove allowed-build config 2026-05-20 10:14:13 -07:00
Francis Cao 4883f1e630 add strictDepBuilds config 2026-05-20 10:11:23 -07:00
Francis Cao 7f907f63e9 resolve docker image failed build 2026-05-20 09:50:55 -07:00
Francis Cao dc50bae5a1 Fix docker image failed build errors 2026-05-20 09:36:10 -07:00
Francis Cao 07e40db5f4 add clickhouse+s3 workflow for heatmaps 2026-05-19 22:41:59 -07:00
Mike Cao 29c73de265 Updated packages. 2026-05-19 19:19:38 -07:00
Francis Cao 5bd92ce950 implement sepearte replay/heatmap enabled routes and collection 2026-05-19 15:46:01 -07:00
Francis Cao 4b40be6b5a fix overlay for 0% 2026-05-19 12:13:31 -07:00
Francis Cao afab485874 polish UI/UX color bands, add install-heatmap command 2026-05-19 12:11:48 -07:00
Francis Cao 6de5adaefc POC for playwright based screenshots for heatmaps 2026-05-19 11:32:15 -07:00
Francis Cao 1f3f805a30 WIP heatmap full-page coordinate and replay rendering work 2026-05-19 09:05:11 -07:00
Francis Cao a7a0d73dd7 fix PieChart rendering issues by giving default height. 2026-05-18 23:06:47 -07:00
Mike Cao c6b2364a41 Update test tooling dependencies 2026-05-18 16:43:15 -07:00
Francis Cao bba7078f44 update lockfile duplicate mapping 2026-05-18 15:37:05 -07:00
Mike Cao b6a4c70a7a Fix IntersectionObserver mock for updated lib.dom.d.ts 2026-05-17 22:34:47 -07:00
Mike Cao 790e2ec644 Updated packaegs. 2026-05-17 22:09:28 -07:00
Mike Cao 89499038f9 Updated packages. 2026-05-17 22:07:41 -07:00
Mike Cao 5bcbdc8ced Merge branch 'dev' of https://github.com/umami-software/umami into dev 2026-05-17 21:04:46 -07:00
Mike Cao d3d26bb9f4 Merge branch 'ElfenB-fix-4123' into dev 2026-05-17 21:04:37 -07:00
Mike Cao 0fff8fbb86 Merge branch 'fix-4123' of https://github.com/ElfenB/umami into ElfenB-fix-4123 2026-05-17 21:04:17 -07:00