-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(consumers): new empty state [khcp-14823] #1921
Conversation
@@ -49,6 +49,31 @@ | |||
</Teleport> | |||
</template> | |||
|
|||
<template | |||
v-if="enableV2EmptyStates && config.app === 'konnect'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: can we move 'konnect' to a constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at it, that kind of refactor would be too large and I can't see an easy way forward without making the change for all entities in a single PR. Can you create a separate ticket for this work?
packages/entities/entities-consumers/src/components/ConsumerList.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Shared changes to `EntityBaseTable` for new empty states + usage in consumers. Part of [KHCP-14823](https://konghq.atlassian.net/browse/KHCP-14823).
Shared changes to `EntityBaseTable` for new empty states + usage in consumers. Part of [KHCP-14823](https://konghq.atlassian.net/browse/KHCP-14823).
Summary
Shared changes to
EntityBaseTable
for new empty states + usage in consumers.Part of KHCP-14823.