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
Throughout the application we have toolbar item icons which can be used by multiple extensions (ex: clear-all). The only problem is that if for instance the extension that provides the icon is not added to an application, the icon will not be displayed. I believe for these cases, global icons should be displayed in core for others to use.
As an example, here is clear-all:
It's CSS styling as a toolbar item is being defined in search-in-workspace:
Fixes#6513
- fixes the display of toolbar item icons when applications are created
with a subset of available extensions. The common icons are added to core
for others to use.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
changed the title
[ui/ux] what is the plan for icons?
[ui/ux] toolbar icons missing in apps with a limited set of dependencies
Nov 7, 2019
Fixes#6513
- fixes the display of toolbar item icons when applications are created
with a subset of available extensions. The common icons are added to core
for others to use.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixeseclipse-theia#6513
- fixes the display of toolbar item icons when applications are created
with a subset of available extensions. The common icons are added to core
for others to use.
Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
Description
Throughout the application we have toolbar item icons which can be used by multiple extensions (ex:
clear-all
). The only problem is that if for instance the extension that provides the icon is not added to an application, the icon will not be displayed. I believe for these cases, global icons should be displayed incore
for others to use.As an example, here is
clear-all
:It's CSS styling as a toolbar item is being defined in
search-in-workspace
:theia/packages/search-in-workspace/src/browser/styles/index.css
Lines 76 to 78 in 9161b50
And re-used:
theia/packages/debug/src/browser/console/debug-console-contribution.tsx
Line 36 in 9161b50
theia/packages/keymaps/src/browser/keymaps-frontend-contribution.ts
Line 50 in 9161b50
theia/packages/output/src/browser/output-contribution.ts
Line 29 in 9161b50
The text was updated successfully, but these errors were encountered: