Nico Hoffmann ෴.
Nico Hoffmann ෴.
@medienbaecker It technically isn't wrong: the view has finished loading when the event is fired. But our sections load async, so of course the page height could still change later...
This would be listening to `this.$store.state.isLoading` - however `isLoading` will be true anytime ay (non-silent) API request is in progress. So not just for loading a view.
I think it will be hard to implement that as there is no awareness of what everything is. The section all send their own API requests. So the API can...
@medienbaecker Maybe let's take a step back: what you mainly want is to restore scroll position, right? How would the panel/fiber determine when to restore scroll position?
@medienbaecker Fiber maybe started as Inertia clone but actually evolved from that with a much better fit for Kirby. Also, less cruft and dead code.
Btw I think I just remembered again why we stuck with making `.k-panel-view` scrollable. If you make body scrollable and have an open drawer that needs to scroll itself, you'll...
Can confirm, this is a duplicate of https://github.com/getkirby/kirby/issues/4306 (bug has same cause). Regarding the error toast messages for interacting with non-translatable fields, please open a feature request at https://kirby.nolt.io if...
@afbora @bastianallgeier what was the status of this? I recall we were running into an issue, but not exactly what it was anymore.
Yes, let's just make sure to store the code locally
Done