You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impl: icons with support for light&dark themes (#32)
- LAF support in Toolbox is quite primitive, it turns out icon support
for light and dark themes is enabled by a masked flag on the icons.
- the mask flag controls whether the svg colors are inverted in
light&dark themes.
Among other things we also fixed and issue with the `Start` button which
remained active when a workspace was stopped and outdated. In order to
be more consistent with the web client we renamed the button to `Update
and start` to reflect that it also starts the workspace.
Running and outdated workspaces also received a new action button:
`Update and restart`.
- resolves#31


0 commit comments