Skip to content

Conversation

@SteKoe
Copy link
Contributor

@SteKoe SteKoe commented Sep 17, 2025

addresses #4305

@SteKoe SteKoe requested a review from a team as a code owner September 17, 2025 07:39
@SteKoe SteKoe merged commit 071969a into master Sep 17, 2025
2 checks passed
@SteKoe SteKoe deleted the fix/instance-details branch September 17, 2025 07:49
}>();
const panelCollapsed = ref(false);
const panelOpen = ref(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this one different from all the others?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same concept is used in details-process.vue. It is the use of composition API in Vue 3 instead of the options API which is/was backwards compatible to Vue 2. Hence, many of our components still use options API. I have rewritten some components to use composition API as it is little easier to read and much easier to use.

@SteKoe SteKoe added this to the 3.5.5 milestone Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants