Kevin Cunnane
c1e95a2246
Fix errors due to icon to codicon rename in VSCode ( #7837 )
...
Found numerous errors where icons weren't rendering correctly.
- Anything that's an action must have CSS using "codicon" not "icon"
since VSCode sets the "codicon" class automatically.
This affected Agent view in particular, but also:
- acounts view
- new tab view in dashboard
- many more
- Anything referencing the common-icons.css icons needed updating.
This hid help tooltip text in FormContainer UI for example.
- Finally I tried to convert all references from icon -> codicon,
even when the CSS was technically correct. This was done
for maintainability reasons - from now on always add codicon.
Fixes #7827
2019-10-21 12:02:30 -07:00
AlexFsmn
3f2a728ed0
Fixed issue where task icons got hidden if text was too long ( #6699 )
...
* Fixed issue where task icons got hidden if text was too long
#6116
* Changed padding to min width
#6116
* Update tasksPanel.css
2019-10-03 10:10:56 -07:00
Anthony Dresser
ea0f9e6ce9
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 ( #7206 )
...
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463
* fix config changes
* fix strictnull checks
2019-09-15 22:38:26 -07:00
Anthony Dresser
d9c5b7ea9e
Clean up some more disposable usage ( #7190 )
...
* clean up some more disposable usage
* fix a bug
* add more to register
2019-09-13 12:28:33 -07:00
Amir Omidi
33a7fe38e1
Revert "Revert "OE clicking and awaiting the expansion calls"" ( #6923 )
...
* Revert "Revert "OE clicking and awaiting the expansion calls" (#6921 )"
This reverts commit b9e3a468ae .
* Handle edge cases better
* Polling for OE load time
2019-09-03 10:31:29 -07:00
Charles Gagnon
b9e3a468ae
Revert "OE clicking and awaiting the expansion calls" ( #6921 )
2019-08-23 15:27:05 -07:00
Amir Omidi
ab9c4e0cbd
Revert "Revert "OE clicking and awaiting the expansion calls ( #6761 )" ( #6866 )" ( #6875 )
...
This reverts commit a8d831d32e .
2019-08-22 13:16:39 -07:00
Amir Omidi
a8d831d32e
Revert "OE clicking and awaiting the expansion calls ( #6761 )" ( #6866 )
...
This reverts commit b731c56076 .
2019-08-21 22:21:54 -07:00
Amir Omidi
b731c56076
OE clicking and awaiting the expansion calls ( #6761 )
...
* Server selection with proper awaits
* Handle keyboard clicks immedietely.
* Clean up the event a little more
* Eat the event if its not mouse or keyboard
2019-08-21 10:25:52 -07:00
Charles Gagnon
8a6dc02e5b
Change double-quote hygiene rule to tslint rule ( #6514 )
2019-08-05 09:46:22 -07:00
Charles Gagnon
b2b2840990
Add double quotes for localize hygiene check ( #6492 )
...
* Add localize single quote hygiene task
* Update localize calls
* Update comment
* Fix build failures and remove test code
2019-07-25 10:35:14 -07:00
Anthony Dresser
ef2b6f91f1
Fix task flicker ( #5694 )
...
* adjust timer rendering
* give each element a unique id
* remove testing code
* remove unused imports
* change task timeout to 1000
2019-05-29 11:34:27 -07:00
Anthony Dresser
5c5ee50983
fix error icon ( #5373 )
2019-05-06 12:33:38 -07:00
Anthony Dresser
0023714884
Fix menu entry for tasks ( #5355 )
...
* fix menu entry for tasks
* change wording for action
2019-05-03 18:20:51 -07:00
Karl Burtram
c7f5278430
Remove 'Try backup or restore task' from task message ( #5340 )
2019-05-02 18:52:11 -07:00
Anthony Dresser
56ad0dbaf2
revert changes to common file and move icons to specific folder ( #5335 )
2019-05-02 18:14:13 -07:00
Anthony Dresser
1bfdce9642
fix icons for various status; move menu entry to the other panels ( #5319 )
2019-05-02 14:31:58 -07:00
Anthony Dresser
3a9b32b6e8
Task item look update ( #5299 )
...
* wip
* wip
* wip
2019-05-01 13:25:18 -07:00
Anthony Dresser
9e804089e0
Move Tasks Panel ( #5162 )
...
* moving tasks panel
* fix css styling
* clean up code
* do a bunch of renaming
2019-04-24 13:54:58 -07:00