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

fix(console): respect node.title in the map view #6464

Merged
merged 2 commits into from
May 16, 2024

Conversation

skyrpex
Copy link
Contributor

@skyrpex skyrpex commented May 13, 2024

Update the display of node names in the MapView component to show the title if available, falling back to the id if not.

Fixes #6457.

Update the display of node names in the MapView component to show the
title if available, falling back to the id if not.

Fixes #6457.
Copy link

github-actions bot commented May 13, 2024

Thanks for opening this pull request! 🎉
Please consult the contributing guidelines for details on how to contribute to this project.
If you need any assistence, don't hesitate to ping the relevant owner over Discord.

Topic Owner
Wing SDK and utility APIs @chriscbr
Wing Console @ainvoner, @skyrpex, @polamoros
JSON, structs, primitives and collections @hasanaburayyan
Platforms and plugins @hasanaburayyan
Frontend resources (website, react, etc) @tsuf239
Language design @chriscbr
VSCode extension and language server @markmcculloh
Compiler architecture, inflights, lifting @yoav-steinberg
Wing Testing Framework @tsuf239
Wing CLI @markmcculloh
Build system, dev environment, releases @markmcculloh
Library Ecosystem @chriscbr
Documentation @hasanaburayyan
SDK test suite @tsuf239
Examples @hasanaburayyan
Wing Playground @eladcon

@monadabot
Copy link
Contributor

monadabot commented May 13, 2024

Console preview environment is available at https://wing-console-pr-6464.fly.dev 🚀

Last Updated (UTC) 2024-05-16 12:44

@skyrpex skyrpex marked this pull request as ready for review May 13, 2024 08:09
Copy link
Contributor

@eladb eladb left a comment

Choose a reason for hiding this comment

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

Is there a way to test this?

@skyrpex
Copy link
Contributor Author

skyrpex commented May 13, 2024

Is there a way to test this?

We have to revisit the test suite and then we could start adding the tests back. But right now they are just being skipped.

@eladb
Copy link
Contributor

eladb commented May 13, 2024 via email

@skyrpex skyrpex marked this pull request as draft May 16, 2024 11:49
@skyrpex skyrpex marked this pull request as ready for review May 16, 2024 13:29
@skyrpex skyrpex requested a review from ainvoner May 16, 2024 13:36
Copy link
Contributor

mergify bot commented May 16, 2024

Thanks for contributing, @skyrpex! This PR will now be added to the merge queue, or immediately merged if respect-node-title-in-the-map-view is up-to-date with main and the queue is empty.

mergify bot added a commit that referenced this pull request May 16, 2024
@mergify mergify bot merged commit 7e45072 into main May 16, 2024
14 checks passed
@mergify mergify bot deleted the respect-node-title-in-the-map-view branch May 16, 2024 14:44
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.73.49.

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.

Regression: node.title is not respected in Wing Console
4 participants