mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-24 22:06:00 +03:00
[PR #9] [MERGED] feat(analytics): improve dashboard with drag-to-zoom, referrer tracking, and UX fixes #15
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gotempsh/temps/pull/9
Author: @dviejokfs
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @dviejokfs
Base:
main← Head:feat/analytics-dashboard-improvements📝 Commits (1)
583ab1cfeat(analytics): improve dashboard with drag-to-zoom, referrer tracking, and UX fixes📊 Changes
76 files changed (+8067 additions, -1069 deletions)
View changed files
📝
apps/temps-cli/README.md(+331 -6)📝
apps/temps-cli/package.json(+1 -1)📝
apps/temps-cli/src/cli.ts(+1 -1)📝
apps/temps-cli/src/commands/auth/login.ts(+3 -3)📝
apps/temps-cli/src/commands/configure.ts(+59 -19)📝
apps/temps-cli/src/commands/deploy/deploy-image.ts(+14 -8)📝
apps/temps-cli/src/commands/deploy/deploy-local-image.ts(+18 -8)📝
apps/temps-cli/src/commands/deploy/deploy-static.ts(+14 -8)📝
apps/temps-cli/src/commands/deploy/deploy.ts(+312 -102)📝
apps/temps-cli/src/commands/deploy/index.ts(+1 -0)📝
apps/temps-cli/src/commands/deploy/list.ts(+10 -4)📝
apps/temps-cli/src/commands/deploy/rollback.ts(+27 -18)📝
apps/temps-cli/src/commands/deploy/status.ts(+9 -6)📝
apps/temps-cli/src/commands/domains/index.ts(+4 -1)📝
apps/temps-cli/src/commands/environments/index.ts(+108 -92)📝
apps/temps-cli/src/commands/open/index.ts(+3 -4)📝
apps/temps-cli/src/commands/projects/create.ts(+114 -21)📝
apps/temps-cli/src/commands/projects/delete.ts(+10 -3)📝
apps/temps-cli/src/commands/projects/index.ts(+6 -6)📝
apps/temps-cli/src/commands/projects/show.ts(+10 -3)...and 56 more files
📄 Description
Summary
Comprehensive analytics dashboard improvements and platform-wide enhancements across backend, frontend, and CLI.
Analytics & Dashboard
bg-primary/10), reset zoom buttonfilter,from,to) synced to URL search params for browser back/forward navigationtime_bucket_gapfill+CROSS JOIN LATERALwithgenerate_series+LEFT JOINto handle single-bucket edge casesCOALESCE(e.referrer_hostname, 'Direct')inget_property_breakdown()andget_property_timeline()window_minutesfrom 30 to 5 to match header countfirst_referrer,first_referrer_hostname,first_channelfields to visitor types, "Source" column in visitors table, "Source" card in visitor detaildate-range-pickercomponentDeployments
is_rollback: trueandrolled_back_from_idmetadata instead of reusing the target deploymentDatabase
m20260217_000001_add_first_referrer_to_visitor— addsfirst_referrer,first_referrer_hostname,first_channelcolumns tovisitortableCLI
Test Results
All 449 tests pass. 16 ignored tests are pre-existing (Pebble ACME, Docker inspect, proxy integration).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.