A rewrite of Poly+, my quality-of-life browser extension for Polytoria. Built entirely fresh using the WXT extension framework, Typescript, and with added better overall code quality.
extension

fix: use KV cache for approx. place revenue

Index f549ab74 6ffd0217

Changed files
+2 -1
entrypoints
places.content
+2 -1
entrypoints/places.content/view.ts
···
infoCard.children[0].appendChild(key);
infoCard.children[1].appendChild(value);
-
const revenue = await pullCache(
+
const revenue = await pullKVCache(
"placeRevenue",
+
placeID,
async () => {
if (!config.api.enabled) return "disabled";