Skip to content
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(zones): move KDSSubscriptions to use a table/summary #2664

Merged
merged 5 commits into from
Sep 16, 2024

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Jun 20, 2024

Changes Zone Subscriptions only to use a table/summary view/interaction.

We decided that there would be far more space to show things if we used our common table/summary panel pattern instead of the accordion where there is very little space to show things:

Screenshot 2024-06-20 at 12 37 34

Screenshot 2024-06-20 at 12 37 44

See:


Questions:

1. Do we want to show the Subscription YAML, the Subscription JSON config, or both?
2. If we want to show both, should we add a separate [YAML] tab or use the Structured/YAML dropdown?

Note:

I'm guessing we'll want the same layout for DPP subscriptions, I plan to do this as a follow up and there will some changes made on top of here to make the panel work in both places.

Closes #2704

Copy link

netlify bot commented Jun 20, 2024

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit 77aaf2b
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/66e163b3fb018e0007df7e06
😎 Deploy Preview https://deploy-preview-2664--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen johncowen force-pushed the feature/kds-panel branch 2 times, most recently from e434257 to 2ce1472 Compare June 20, 2024 11:50
@johncowen johncowen self-assigned this Jun 20, 2024
@johncowen johncowen force-pushed the feature/kds-panel branch 2 times, most recently from 97d05a1 to ad69dd6 Compare June 20, 2024 13:25
@johncowen johncowen marked this pull request as ready for review June 20, 2024 14:16
@johncowen johncowen requested a review from a team as a code owner June 20, 2024 14:16
@johncowen
Copy link
Contributor Author

  1. Do we want to show the Subscription YAML, the Subscription JSON config, or both?
  2. If we want to show both, should we add a separate [YAML] tab or use the Structured/YAML dropdown?

I figured we probably don't want to show the YAML, its not like you'd want to use it for anything. If that incorrect we can always add as a follow up.

@johncowen johncowen added this to the 2.9.x milestone Jun 26, 2024
@johncowen johncowen force-pushed the feature/kds-panel branch 2 times, most recently from f3c2558 to c895162 Compare July 9, 2024 09:42
@johncowen johncowen force-pushed the feature/kds-panel branch 2 times, most recently from c0069cc to 7874509 Compare July 24, 2024 14:19
Copy link
Contributor

@lahabana lahabana left a comment

Choose a reason for hiding this comment

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

Some nits but I like the new view it looks more powerful

@johncowen johncowen force-pushed the feature/kds-panel branch 2 times, most recently from 5eafdc3 to 66ef964 Compare July 31, 2024 10:08
@johncowen
Copy link
Contributor Author

K this one has had a few alterations after a first round of reviews, good to go again now 👍

@lahabana
Copy link
Contributor

LGTM do we have issues to cover the same work for dataplane and zone proxies? If not can we open them and milestone them for 2.10 please?

@johncowen
Copy link
Contributor Author

@johncowen johncowen removed their assignment Sep 13, 2024
@johncowen johncowen merged commit df32438 into kumahq:master Sep 16, 2024
15 checks passed
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.

zones: text amends
2 participants