• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jcronenberg / agama / 15417516933
63%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2025 12:45PM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
15417516933

push

github

web-flow
refactor(web): update l10n query keys to use array form (#2428)

## Problem

When switching the web interface language, the language and keyboard
selectors display outdated content unless the user performs a full
"force refresh". This was caused by incomplete cache invalidation: the
L10nConfigChanged event handler [only invalidates the "l10n/config"
cache
entry](https://github.com/agama-project/agama/blob/cffc74390/web/src/queries/l10n.ts#L91),
leaving related data like _locales_ and _keymaps_ translations stale.

## Solution

* Replaced string-based query keys (e.g. "l10n/config") with array-based
keys (e.g. ["l10n", "config"]) to align with TanStack Query best
practices. This enables partial matching and more flexible cache
invalidation.

* Updated the L10nConfigChanged event handler to invalidate the broader
["l10n"] namespace instead of just ["l10n", "config"], ensuring all
related localization queries are refreshed correctly.
Jobs
ID Job ID Ran Files Coverage
1 rust - 15417516933.1 03 Jun 2025 12:45PM UTC 118
GitHub Action Run
Source Files on build 15417516933
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #15417516933
  • 9accd837 on github
  • Prev Build on master (#15417516947)
  • Next Build on master (#15485922045)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc