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: add 'show details' action to manage page #1322

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

d-loose
Copy link
Member

@d-loose d-loose commented Aug 9, 2023

UDENG-1048

Just a single item in the dropdown for the MVP

Screencast.from.2023-08-09.17-45-45.webm

Just a single item in the dropdown for the MVP
@d-loose d-loose requested a review from jpnurmi August 10, 2023 07:16
Copy link
Member

@jpnurmi jpnurmi left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Comment on lines 306 to 312
onPressed: () {
if (controller.isOpen) {
controller.close();
} else {
controller.open();
}
},
Copy link
Member

Choose a reason for hiding this comment

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

I just realized that one could get away without allocating a closure ;)

onPressed: controller.isOpen ? controller.close : controller.open,

@d-loose d-loose enabled auto-merge (squash) August 10, 2023 07:44
@d-loose d-loose merged commit b0f29c2 into ubuntu:dev Aug 10, 2023
6 checks passed
tim-hm pushed a commit to tim-hm/app-center that referenced this pull request Sep 1, 2023
* feat: add 'show details' action to manage page

Just a single item in the dropdown for the MVP

* simplify 'onPressed'
tim-hm pushed a commit to tim-hm/app-center that referenced this pull request Sep 1, 2023
* feat: add 'show details' action to manage page

Just a single item in the dropdown for the MVP

* simplify 'onPressed'
@d-loose d-loose deleted the show-details branch September 19, 2023 21:01
ashuntu pushed a commit to ashuntu/app-center that referenced this pull request Feb 28, 2024
* feat: add 'show details' action to manage page

Just a single item in the dropdown for the MVP

* simplify 'onPressed'
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.

2 participants