GPUOpen-Tools / GPU-Reshape

GPU Reshape (GRS) is an API agnostic instrumentation framework, with instruction level validation.
Other
359 stars 10 forks source link

Workspace icon "trash bin" description #21

Closed aurolou closed 11 months ago

aurolou commented 1 year ago

The little workspace icon of a trash bin has the same description as the other icon on its left: "Collapse all items". Also it deletes the workspace but not really, because it's still doing work? and when I re-add it all my counters are reset to 0 I think

miguel-petersen commented 1 year ago

Localization needs a lot of fixing / polish, perhaps a good time to start taking it seriously. I'll likely do a pass soon on this for everything.

Workspace deletion can leave some things behind, will address.

miguel-petersen commented 11 months ago

I'll do a pass on the labels. However, the counters are actually UI specific. The application itself (DX12, Vulkan) doesn't process any of the validation data, that's just sent directly to the frontend. So, unless the frontend keeps state between sessions somehow, I don't think that's possible with the current setup.