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

Extend output port and remove selection halo #11715

Merged
merged 6 commits into from
Dec 3, 2024

Conversation

vitvakatu
Copy link
Contributor

@vitvakatu vitvakatu commented Nov 29, 2024

Pull Request Description

Closes #11507

  • Output port area extended twice
  • Selection halo is removed (but most of the code is still there – I understood we don’t want to remove everything before testing)
no-halo.mp4

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • Screenshots/screencasts have been attached, if there are any visual changes. For interactive or animated visual changes, a screencast is preferred.
  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.
  • If meaningful changes were made to logic or tests affecting Enso Cloud integration in the libraries,
    or the Snowflake database integration, a run of the Extra Tests has been scheduled.
    • If applicable, it is suggested to paste a link to a successful run of the Extra Tests.

Copy link

github-actions bot commented Nov 29, 2024

🧪 Storybook is successfully deployed!

📊 Dashboard:

@@ -40,6 +40,7 @@
- [Default values on widgets are displayed in italic][11666].
- [The `:` type operator can now be chained][11671].
- [Fixed bug causing Table Visualization to show wrong data][11684].
- [No halo is displayed around components when hovering][11715].
Copy link
Contributor

Choose a reason for hiding this comment

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

I think easier output port discoverability is worth mentioning

@jdunkerley
Copy link
Member

This looks really good. Let's go ahead and remove the code we can always get from git history if we need to later.

@vitvakatu vitvakatu added the CI: Ready to merge This PR is eligible for automatic merge label Dec 2, 2024
@mergify mergify bot merged commit ce1df4e into develop Dec 3, 2024
46 of 47 checks passed
@mergify mergify bot deleted the wip/vitvakatu/extend-output-port branch December 3, 2024 13:54
jdunkerley pushed a commit that referenced this pull request Dec 3, 2024
Closes #11507

- Output port area extended twice
- Selection halo is removed (but most of the code is still there – I understood we don’t want to remove everything before testing)

https://github.com/user-attachments/assets/4c6d7837-362e-4309-aa9b-5c0679d600e9

(cherry picked from commit ce1df4e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend the Output Port appear zone.
4 participants