This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from fbd0330 Fix Python docs build pre-commit failures. #15812
add ec1decd Merge pull request #15709 from [BEAM-12967] [Playground]
Create Example Selector initital structure
No new revisions were added by this update.
Summary of changes:
playground/frontend/analysis_options.yaml | 4 +-
.../toggle_theme_button/toggle_theme_button.dart | 4 +-
playground/frontend/lib/config/theme.dart | 12 +-
playground/frontend/lib/constants/assets.dart | 16 +-
playground/frontend/lib/constants/sizes.dart | 14 +-
.../actions/components/new_example_action.dart | 4 +-
.../modules/actions/components/reset_action.dart | 2 +-
.../modules/editor/components/editor_textarea.dart | 2 +-
.../lib/modules/editor/components/run_button.dart | 2 +-
.../example_list/category_expansion_panel.dart | 77 +++++++++
.../components/example_list/example_list.dart} | 39 +++--
.../example_list/expansion_panel_item.dart} | 44 ++---
.../examples/components/examples_components.dart | 18 +-
.../components/filter/category_bubble.dart | 68 ++++++++
.../components/filter/type_filter.dart} | 32 ++--
.../components/search_field/search_field.dart | 83 +++++++++
.../lib/modules/examples/example_selector.dart | 185 +++++++++++++++++++++
.../{example_model.dart => category_model.dart} | 8 +-
.../lib/modules/examples/models/example_model.dart | 9 +-
.../examples/models/selector_size_model.dart | 16 +-
.../examples/repositories/example_repository.dart | 90 ++++++++--
.../lib/modules/output/components/output_area.dart | 6 +-
.../lib/modules/sdk/components/sdk_selector.dart | 6 +-
.../frontend/lib/modules/sdk/models/sdk.dart | 8 +-
.../components/editor_textarea_wrapper.dart | 2 +-
.../pages/playground/components/more_actions.dart | 20 +--
.../components/playground_page_footer.dart | 6 +-
.../components/playground_page_providers.dart | 5 +-
.../lib/pages/playground/playground_page.dart | 17 +-
.../playground/states/example_dropdown_state.dart} | 13 +-
.../pages/playground/states/examples_state.dart | 16 +-
.../pages/playground/states/playground_state.dart | 18 +-
playground/frontend/pubspec.lock | 7 +
playground/frontend/pubspec.yaml | 1 +
.../code_repository/code_repository_test.dart | 8 +-
.../playground/states/mocks/example_mock.dart | 9 +-
.../playground/states/playground_state_test.dart | 4 +-
37 files changed, 711 insertions(+), 164 deletions(-)
create mode 100644
playground/frontend/lib/modules/examples/components/example_list/category_expansion_panel.dart
copy
playground/frontend/lib/modules/{actions/components/header_icon_button.dart =>
examples/components/example_list/example_list.dart} (53%)
copy playground/frontend/lib/modules/{output/components/output_area.dart =>
examples/components/example_list/expansion_panel_item.dart} (53%)
copy .test-infra/jenkins/NoPhraseTriggeringPostCommitBuilder.groovy =>
playground/frontend/lib/modules/examples/components/examples_components.dart
(64%)
create mode 100644
playground/frontend/lib/modules/examples/components/filter/category_bubble.dart
copy
playground/frontend/lib/modules/{actions/components/header_icon_button.dart =>
examples/components/filter/type_filter.dart} (63%)
create mode 100644
playground/frontend/lib/modules/examples/components/search_field/search_field.dart
create mode 100644
playground/frontend/lib/modules/examples/example_selector.dart
copy playground/frontend/lib/modules/examples/models/{example_model.dart =>
category_model.dart} (82%)
copy learning/katas/java/IO/Built-in IOs/Built-in
IOs/test/org/apache/beam/learning/katas/io/builtinios/TaskTest.java =>
playground/frontend/lib/modules/examples/models/selector_size_model.dart (81%)
copy
playground/frontend/lib/{modules/output/models/output_placement_state.dart =>
pages/playground/states/example_dropdown_state.dart} (77%)