mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 23:16:50 +02:00
412ebccc4f4373197257d893f0d8ed0f2b85a1ff
The filter JSON in SpellDetailRenderer was missing since/until fields when they were in relative format (e.g., "7d", "now"). This happened because decodeSpell only adds these fields to the filter object when they're unix timestamps. Now we extract the raw since/until values from event tags and include them in a displayFilter object for the JSON viewer, ensuring users see the complete filter regardless of format. The command preview already worked correctly since it uses the reconstructed command string which includes these values.
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%