Open wofferl opened 2 weeks ago
cc @GretaD
Hello, this is "intended" by implementation. But we understand concerns raised in this ticket. I'm unsure how to proceed. I'll loop @ShGKme so we can discuss this soon if we can approach this differently.
Wouldn't v-show
for the list be the right approach here or are there technical reasons for removing the list?
<slot v-show="!showDetails" name="list" />
<slot v-if="showDetails" />
https://github.com/nextcloud-libraries/nextcloud-vue/blob/b7eeee8966b33e8f963b30d665b48ada2c2c6d48/src/components/NcAppContent/NcAppContent.vue#L63-L73
Is this change in 8.10.0 (6f74155) intentional, to remove the list from dom every time the details are shown?