JSON Output + Gradient Modal Improvements - #60
Conversation
Silabear
commented
Aug 10, 2026
- Added JSON output type on the other output formats screen
- Added an option to output item lore as JSON
- Added "Recent Gradients" page which stores up to 10 recent gradients
- You can now rearrange gradient steps in the editor
HoodieRocks
left a comment
There was a problem hiding this comment.
LGTM, no serious issues I've seen, so my comments are just nitpicks
| if (onOpen) { | ||
| onOpen(); | ||
| } | ||
| await tick(); |
There was a problem hiding this comment.
IDK who did this change (might have been me for all i know) but is there a reason this is being rearranged?
There was a problem hiding this comment.
not to my knowledge, not sure why. but i think it all still works now?
There was a problem hiding this comment.
From my understanding the changes in this file could have probably been separate test cases instead of modify the originals
There was a problem hiding this comment.
technically, but the old tests would always fail because i moved the code which adds the L to the translate function, which also messes with the output
Silabear
left a comment
There was a problem hiding this comment.
I made some changes
There was a problem hiding this comment.
technically, but the old tests would always fail because i moved the code which adds the L to the translate function, which also messes with the output
| if (onOpen) { | ||
| onOpen(); | ||
| } | ||
| await tick(); |
There was a problem hiding this comment.
not to my knowledge, not sure why. but i think it all still works now?
Deploying tools with
|
| Latest commit: |
f985789
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://35ac87e0.tellraw-aav.pages.dev |
| Branch Preview URL: | https://gradient-improvements.tellraw-aav.pages.dev |