Hey there, my team has been using Plastic with the Unity web portal for a bit and I’d like to provide the feedback I’ve collected from them:
- Plastic Code Review UI side panel is too small to see the names of files sometimes. It would be great if this side panel could be resized.
- The amount of wasted space on the code review page is annoying. The leftmost bar should be hidden by default when reviewing code. There shouldn’t be a maxwidth on the right side:
For example, by tweaking the CSS, this is much more usable:
- The description on the code review page should just be expanded by default. It shows way too little information and there’s really no need for it to be collapsed like that.
- There should be an option in the Code Reviews tab to just hide merged code reviews, that should be the default.
These issues are such easy front-end fixes, some of which can be solved with some simple JS or CSS styling. For our use cases, since this was bothering our engineers, I decided to write a Chrome extension that modifies the frontend code. But yeah, it would be nice if we didn’t need to do that.