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

[bug] buttons render in reverse order #179

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

Jurredr
Copy link
Contributor

@Jurredr Jurredr commented Nov 22, 2024

Problem

Buttons seem to be rendered in reverse order. As you can see in the video, the buttons from left to right are Build and execute Modify and Skip and finish, this is when adding the buttons in the list in the reverse way, i.e. adding Skip and finish first and Build and execute last.
However: when narrowing the chat window the button appears on the top is Skip and finish which aligns with what seems intuitive.

Solution

The buttons still show up in the reversed order, as we don't want to suddenly break everyone's button ordering. The order when wrapped has been fixed to be consistent with the reversed order, though. A deprecation notice has been added as a notice that we will make sure the order is no longer reversed starting from the next major version.

Screen.Recording.2024-11-22.at.13.59.36.mov

Tests

  • I have tested this change on VSCode
  • I have tested this change on JetBrains

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Sorry, something went wrong.

@Jurredr Jurredr added the bug Something isn't working label Nov 22, 2024
@Jurredr Jurredr self-assigned this Nov 22, 2024
@Jurredr Jurredr requested a review from a team as a code owner November 22, 2024 14:00
@Jurredr Jurredr linked an issue Nov 22, 2024 that may be closed by this pull request
@Jurredr Jurredr merged commit 3d2f455 into main Nov 22, 2024
1 check passed
@Jurredr Jurredr deleted the 177-bug-buttons-render-in-reverse-order branch November 22, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Buttons render in reverse order
2 participants