Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add context-menu to hide/unhide items in statusbar #24

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

DucNgn
Copy link
Owner

@DucNgn DucNgn commented Apr 12, 2021

What it does

  • Add context-menu to the status bar

How to test

Review checklist

Reminder for reviewers

@DucNgn DucNgn changed the title initial commit Add context-menu to hide/unhide items in statusbar Apr 12, 2021
@DucNgn DucNgn force-pushed the dn/statusbar-items branch 7 times, most recently from 07fbdbd to ac821ad Compare April 19, 2021 13:16
danarad05 and others added 2 commits April 19, 2021 09:31
setContext method wasn't invoked because of that code

Signed-off-by: Dan Arad <[email protected]>
@DucNgn DucNgn force-pushed the dn/statusbar-items branch from ac821ad to c3c90cd Compare April 19, 2021 15:41
vince-fugnitto and others added 13 commits April 19, 2021 12:41
The following commit sanitizes the `htmlContent` used by the
`ansi-console` to prevent cross-site-scripting (xss).

The commit makes use of `DOMPurify.sanitize` to sanitize the content of
the html content.

Signed-off-by: vince-fugnitto <[email protected]>
    In case where error is logged as console.error(error) it gets stringified to [object Object].
    So replaced such occurrences with the format console.error('<Method> failed:', e).

Signed-off-by: Anish Bhanwala <[email protected]>
Signed-off-by: Thomas Mäder <[email protected]>
The following commit refactors the `getting-started` widget to make use of the
`WindowService` when opening links in external windows since it is properly implemented by both
the browser and electron targets.

Signed-off-by: vince-fugnitto <[email protected]>
+ This commit adds a new context menu in the status bar, allowing users
  to hide/unhide the visibility of an item.

  Signed-off-by: Duc Nguyen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.