Comment by lawrencechen
Comment by lawrencechen 4 days ago
Yeah we definitely want to make the gradient and colors configurable.
What form factor would make the most sense for you? Maybe a a cli command that renders the diff in cli or html?
Comment by lawrencechen 4 days ago
Yeah we definitely want to make the gradient and colors configurable.
What form factor would make the most sense for you? Maybe a a cli command that renders the diff in cli or html?
Yeah, heatmapping the diff before creating a PR would need tighter IDE integration. We're working on cmux for this purpose. It's kinda an IDE, and it lives in the same repo: https://github.com/manaflow-ai/cmux.
After we add the heatmap diff viewer into cmux, I expect that I'll be spending most of my time in between the heatmap diff and a browser preview: https://github.com/manaflow-ai/cmux/raw/main/docs/assets/cmu...
colorbrewer has proven high contrast gradients and also color blind options.
a cli command with two options, console (color) and HTML opens all doors, right?