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

The road to vuerd 2 #172

Closed
dineug opened this issue Sep 17, 2020 · 2 comments
Closed

The road to vuerd 2 #172

dineug opened this issue Sep 17, 2020 · 2 comments
Labels
v2 v2.0.0

Comments

@dineug
Copy link
Owner

dineug commented Sep 17, 2020

UI Panel Extension Modularization

If you have more features, your library will become too large and you need to be able to choose.

UI Related Issues List

I've implemented all the features I want, so I'm not motivated at the moment.

I don't know when the v2.0.0 task will start.

Maybe I'll work on it after my new pet project.

Currently, we are only going to do small bugs and maintenance.

If you have a feature you want, open the issue.

@dineug dineug pinned this issue Sep 17, 2020
@dineug
Copy link
Owner Author

dineug commented Feb 19, 2021

TODO

@dineug dineug added the v2 v2.0.0 label Feb 19, 2021
@sylann
Copy link

sylann commented Mar 19, 2021

In the mean time, one could hack their way around the problem by tweaking the svg's styling in the extension's minified code (rendering will update in real time).

file should be at the following path: ~/.vscode/extensions/dineug.vuerd-vscode-x.y.z/static/vuerd.min.js

For example, one really basic way is to add some scaling to the .vuerd-canvas-svg class:

  .vuerd-canvas {
    /* ... */
    transform: scale(0.9);
  }

It's not perfect but it can help if you need to momentarily get a higher overview and from there you may find your best tweak.

@dineug dineug mentioned this issue Apr 11, 2021
@dineug dineug unpinned this issue Apr 11, 2021
@dineug dineug closed this as completed Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 v2.0.0
Projects
None yet
Development

No branches or pull requests

2 participants