Vinzenz Rosenkranz

Results 28 issues of Vinzenz Rosenkranz

This is somehow related to implementing #417 On my old sense-based phone there was a feature in the contacts app I really liked and unfortunately have never seen on another...

feature request

Fix #53 As described in the issue, there is currently no way to trigger a function on hover. I added callbacks/handlers to the existing `@drag*` events in `tree-item.vue`. In my...

And another one :sweat_smile: It would be great to have another background color if the item is disabled. In the meantime I use this workaround: ```vue ... if(item.dropDisabled) { this.dragOverColor...

I really miss the possibility to reorder items. Do you have any plans to add this feature? If so, is there a way to help you?

First of all: Thanks for this component, it's nice! :tada: I need the possibility to open items on hover. As stated in the title I want to expand an item...

I'm very happy with ui-leaflet, but now I'm stuck. I had all my geojson data in an object which looked like this: ```javascript map.map.geojson = { data: { type: 'FeatureCollection',...

Hi, I have extended Arrays using `Array.prototype`. The added function `swap` completely breaks Layer Control (leaflet-1.X branch) and adds an overlay with the title "swap" on master branch. On leaflet-1.X...

Using markdown syntax/parsing would make the rendering a lot easier and would allow checklists. I'm not sure how it could be done and if the implementation is easy, but I...