fix(desktop): show base branch in changes view#557
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Expand this to see my work.
|
|
Change looks correct and nicely minimal: the “Against …” section header now reflects the selected base branch instead of being hard-coded to “Main”. A couple small follow-ups I’d consider to make this more robust/maintainable:
|
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Description
Updates the Changes panel section header to display the currently selected base branch (instead of hard-coding "Against Main").
Related Issues
Closes #555
Type of Change
Testing
bun run lintbun turbo run typecheck --filter=@superset/desktop(Bun 1.3.3)cd apps/desktop && bun test(Bun 1.3.3)cd apps/desktop && bun run compile:app(Bun 1.3.3)Skipped locally:
bun turbo run build --filter=@superset/desktop(electron-builder packaging) — devbox is linux/arm64, so packaging output isn’t representative of CI (ubuntu/x64).Screenshots (if applicable)
Additional Notes