Branch Comparison: Improvements to review changes

Code review is one of the most important chores for a developer. Modern tools like git have spoiled our brains to look for side-to-side red and green changes and easily accept or reject changes.

Xano handles this way better than I expected! The compare_branches feature is great, and it already does the side-to-side red and green bit quite nicely. However, unlike git it does not show ONLY what's changed, it displays everything in the workspace with a little note that says either unchanged or changes.

Suggested Improvements:

  1. Filter out unchanged items โ€“ This would reduce noise and make it easier to focus on the actual differences. No need for an unchanged label if it's not displayed at all.

  2. Add permalinks to changed items โ€“ This would allow us to quickly navigate to the API, function, or task in question and review the full change context beyond just the function stack view.

    Thanks!!

3