sylvainjule / kirby-annotator

Kirby field for adding notes to images by pinning them to specific coordinates. Kirby 2 and 3.
MIT License
108 stars 8 forks source link

4.0 Compatibility #23

Closed afbora closed 8 months ago

afbora commented 1 year ago

Tested on 4.0.0-beta.1 and the plugin doesn't working correctly. Tools on image are can't be clicked.

screen-capture-1611-Test - Mægazine-localhost

mrflix commented 1 year ago

The UI is getting disabled based on this logic:

Screenshot 2023-08-02 at 14 52 17

Looks like the state structure changed and this.$store.state.languages.current doesn't match any longer:

Screenshot 2023-08-02 at 14 52 52

When I overwrite the pointer-events: none and opacity: .4 everything works fine.

squareclouds commented 1 year ago

would be great to have this plugin ready soon! :) it was always very helpful

distantnative commented 11 months ago

@sylvainjule the computed disabled prop should probably read now

return !this.translate && !this.$panel.language.default
sylvainjule commented 8 months ago

This plugin should now work in K4 ✓