Skip to content

Fix top pages comparison tooltip missing date labels#6221

Open
sanne-san wants to merge 2 commits intomasterfrom
sanne-top-pages-tooltip
Open

Fix top pages comparison tooltip missing date labels#6221
sanne-san wants to merge 2 commits intomasterfrom
sanne-top-pages-tooltip

Conversation

@sanne-san
Copy link
Copy Markdown
Contributor

@sanne-san sanne-san commented Apr 3, 2026

Changes

  • The /pages endpoint was using Map.merge on a Jason.OrderedObject, which silently drops any merged keys during JSON encoding. Convert to a plain map first so date range labels are included in the response.

Before:
CleanShot 2026-04-03 at 09 43 30@2x

After:
CleanShot 2026-04-03 at 09 43 04@2x

Tests

  • This PR does not require tests

Changelog

  • Entry has been added to changelog

Documentation

  • This change does not need a documentation update

Dark mode

  • The UI has been tested both in dark and light mode

- The `/pages` endpoint was using `Map.merge` on a `Jason.OrderedObject`, which silently drops any merged keys during JSON encoding. Convert to a plain map first so date range labels are included in the response.
@sanne-san sanne-san requested a review from a team April 3, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant