Brian Fitzpatrick

Results 51 comments of Brian Fitzpatrick

Would love to enhance the stylesheet. Definitely open to suggestions on how to pull that off.

This PR -- https://github.com/redhat-developer/vscode-didact/pull/48 Right now with this PR, the behavior is: * Don't show all generic completion toast messages. These were generated for every command clicked in the Didact...

Will show up in the next release (already committed on master)

@gorkem I'm interested in the sorts of stylesheet animations we could provide for Didact links to make them more visible to the user. I was able pretty quickly to add...

Maybe something like this: https://codepen.io/Antariano/pen/vNeJrN ![Peek 2020-12-08 14-57](https://user-images.githubusercontent.com/530878/101546285-cbe20700-3965-11eb-9ffe-fc6bbc33c282.gif)

Here are a couple of examples of how it might work in light and dark themes ![Peek 2020-12-09 11-02](https://user-images.githubusercontent.com/530878/101668865-55e5aa80-3a0e-11eb-8b12-ef012cfd1e80.gif) ![Peek 2020-12-09 11-03](https://user-images.githubusercontent.com/530878/101668872-58e09b00-3a0e-11eb-9b08-0a1c20157439.gif)

@akieling as far as colors go, this is kind of tough, but I'm hoping I can glean a bit more of what you're after. Right now we have a stylesheet...

Comment I got from the VS Code developer's slack - > At the moment, the best you can do is use colours as they are defined in themes, so you...

> not sure if this is related, but I was hoping to trigger workbench.action.webview.reloadWebviewAction in order to refresh the tutorial with changed content, but it didn't work.. Is that separate...

@pwright can you give me a bit more of a use case for where you would want to trigger a refresh?