mirror of
https://github.com/plausible/analytics.git
synced 2025-04-10 07:44:08 +00:00
* Support passing `include` as a query parameter for dashboard APIs * Mark time-on-page metric sortable It now is thanks to the changed query * new-time-on-page flag with cutoff being sent to the frontend * Add correct tooltip title * Implement metric warning for when legacy and new time_on_page metrics are mixed * Send legacy_time_on_page_cutoff to backend * Make time-on-page graphable with the new metric * Only show metric warnings for time_on_page if flag is enabled * Changelog * Solve an clickhouse error when querying timeseries with only legacy time-on-page * Add tests for timeseries of new time-on-page Along the way fix an issue with comparisons not working properly * Solve a typing issue * Allow toggling legacy_time_on_page_cutoff off in dashboard * Slightly better workaround * Solve typing issue * Prettier * Guard against no warning * Solve warning