[
https://issues.apache.org/jira/browse/BEAM-13662?focusedWorklogId=728296&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728296
]
ASF GitHub Bot logged work on BEAM-13662:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Feb/22 15:53
Start Date: 16/Feb/22 15:53
Worklog Time Spent: 10m
Work Description: ElessarST commented on a change in pull request #16857:
URL: https://github.com/apache/beam/pull/16857#discussion_r808152901
##########
File path:
playground/frontend/lib/modules/examples/components/example_list/expansion_panel_item.dart
##########
@@ -72,12 +74,35 @@ class ExpansionPanelItem extends StatelessWidget {
? const TextStyle(fontWeight: FontWeight.bold)
: const TextStyle(),
),
- DescriptionPopoverButton(
- parentContext: context,
- example: example,
- followerAnchor: Alignment.topLeft,
- targetAnchor: Alignment.topRight,
- ),
+ Row(
+ children: [
+ if (example.isMultiFile)
Review comment:
@damondouglas thanks, I moved actions to the different component for the
better readability
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 728296)
Time Spent: 40m (was: 0.5h)
> [Playground] Disable Run button for multifile examples
> ------------------------------------------------------
>
> Key: BEAM-13662
> URL: https://issues.apache.org/jira/browse/BEAM-13662
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Aydar Zaynutdinov
> Assignee: Aydar Farrakhov
> Priority: P3
> Labels: beam-playground-frontend
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If an example is a _multifile_ the Run button is disabled. It also need to
> add notification that _miltifile_ examples are not executable on the
> playground on this version.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)