vaadin / designer

Public repository for Vaadin Designer
https://vaadin.com/designer
15 stars 3 forks source link

Still missing components on IDEA designer with Spring Boot project #2085

Closed alump closed 4 years ago

alump commented 5 years ago

Steps to reproduce

  1. Download Spring Boot starter 14 RC3
  2. Import to IDEA
  3. Run mvn clean package (I assume this is still requirement?)
  4. Create new 10+ design
  5. Scroll down to split layouts on palette

Actual behavior

Missing components still (eg. vaadin-split-layout missing as dependency), even that some components are now found by designer. See attached images:

Screen Shot 2019-07-05 at 16 01 26 Screen Shot 2019-07-05 at 16 04 02

I can anyhow use split layout from java code.

Expected behavior

All components should be available

IDE, Designer and OS version

szolo commented 5 years ago

Interesting. So, there is a folder flow-deps inside node_modules. There is its own folder node_modules inside flow-deps with dependencies which are missing (e.g. vaadin-split-layout, vaadin-tabs).

flow-deps

I've no idea why this dependencies are not present in the top level node_modules folder. Needs to be checked with the Flow team.

Returning back to Designer - we are explicitly ignoring nested node_modules folders, because they would cause incorrect import statement.

@ripla feel free to prioritize.

alump commented 5 years ago

New "final" release of designer and 14 rc5 still have those patterns disabled same way as in my earlier image. But split layouts are now found by designer.

stale[bot] commented 4 years ago

Hello there!

It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.

There are a few things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

stale[bot] commented 4 years ago

The issue was automatically closed due to inactivity. If you found some new details please comment on the issue so that maintainers can re-open it.