amsik / liquor-tree

Tree component based on Vue.js
MIT License
398 stars 95 forks source link

Is this project dead? #244

Open undergroundwires opened 2 years ago

undergroundwires commented 2 years ago

First of all thank you a lot for this component. Well-documented, easy-to-use and zero dependencies. I use this component as main UI in privacy.sexy.

However latest commit is two years ago and we do not get attention for issues/PRs.

It would be nice to get some official information @amsik . How do you see the future of this project? Did you dump it completely, or do you plan to maintain it again?

dogukanoksuz commented 1 year ago

@undergroundwires Did you find any alternative components that doesn't require too much effort to migrate?

undergroundwires commented 1 year ago

@dogukanoksuz Maalesef hocam, I'm in process of rewriting this component as it blocks migration to Vue 3.0. Lessons learnt so I will not go for any third-party tree component but maintain a simple one myself.

timz commented 7 months ago

@dogukanoksuz Maalesef hocam, I'm in process of rewriting this component as it blocks migration to Vue 3.0. Lessons learnt so I will not go for any third-party tree component but maintain a simple one myself.

did you succeed? Would you like to share?

undergroundwires commented 7 months ago

Yes, running it on production. I have rewritten it from scratch. It uses typescript, Vue 3, hooks etc with completely different internals, API and less functionality. You can see the source code here and this is how it's used.

curiosus42 commented 6 months ago

@undergroundwires Nice work with the port! Would you consider forking this project with your Vue 3 version of it?