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 82d94b3 [BEAM-13119] Subdirectory prefix tag for Go SDK (#15881)
add 156bfc2 Merge pull request #15852 from [BEAM-13102] [Playground]
update playground according with the latest design changes
No new revisions were added by this update.
Summary of changes:
build.gradle.kts | 1 -
playground/frontend/assets/beam_lg.png | Bin 0 -> 1000 bytes
playground/frontend/assets/github.svg | 19 +++
playground/frontend/assets/output_bottom.svg | 19 +++
playground/frontend/assets/output_left.svg | 19 +++
playground/frontend/assets/output_right.svg | 19 +++
playground/frontend/assets/reset.svg | 19 +++
playground/frontend/assets/send_feedback.svg | 19 +++
playground/frontend/assets/shortcuts.svg | 19 +++
playground/frontend/assets/theme.svg | 19 +++
.../frontend/assets/thumb_down.svg | 10 +-
.../frontend/assets/thumb_up.svg | 16 +--
.../dropdown_button/dropdown_button.dart} | 132 +++++++++----------
.../lib/components/logo/logo_component.dart | 40 ++++--
playground/frontend/lib/config/theme.dart | 48 ++++---
playground/frontend/lib/constants/assets.dart | 3 +
playground/frontend/lib/constants/colors.dart | 6 +
playground/frontend/lib/constants/font_weight.dart | 2 +
.../fonts.dart} | 18 +--
playground/frontend/lib/constants/sizes.dart | 5 +-
.../modules/editor/components/editor_textarea.dart | 21 ++-
.../modules/editor/components/editor_themes.dart | 60 +++++++++
.../lib/modules/examples/example_selector.dart | 146 +++------------------
.../lib/modules/output/components/output_area.dart | 8 +-
.../components/output_header/output_header.dart | 2 +-
.../components/output_result.dart} | 24 ++--
.../modules/output/models/output_placement.dart | 4 +-
.../lib/modules/sdk/components/sdk_selector.dart | 53 ++++----
.../components/sdk_selector_row.dart} | 40 +++---
.../shortcuts/components/shortcuts_modal.dart | 2 +-
.../shortcuts/constants/global_shortcuts.dart | 5 +-
.../components/editor_textarea_wrapper.dart | 22 ++--
.../pages/playground/components/more_actions.dart | 3 +-
.../components/playground_feedback.dart} | 42 +++---
.../components/playground_page_footer.dart | 20 ++-
.../components/playground_page_providers.dart | 4 +-
.../lib/pages/playground/playground_page.dart | 16 +--
.../pages/playground/states/examples_state.dart | 6 -
.../pages/playground/states/playground_state.dart | 3 +-
playground/frontend/pubspec.lock | 77 +++++++++++
playground/frontend/pubspec.yaml | 1 +
.../playground/states/playground_state_test.dart | 10 +-
42 files changed, 611 insertions(+), 391 deletions(-)
create mode 100644 playground/frontend/assets/beam_lg.png
copy .test-infra/metrics/sync/github/README.md =>
playground/frontend/assets/thumb_down.svg (57%)
copy .test-infra/kubernetes/kafka-cluster/README.md =>
playground/frontend/assets/thumb_up.svg (58%)
copy playground/frontend/lib/{modules/examples/example_selector.dart =>
components/dropdown_button/dropdown_button.dart} (51%)
copy
playground/frontend/lib/{pages/playground/states/example_dropdown_state.dart =>
constants/fonts.dart} (69%)
create mode 100644
playground/frontend/lib/modules/editor/components/editor_themes.dart
copy
playground/frontend/lib/modules/{actions/components/header_icon_button.dart =>
output/components/output_result.dart} (69%)
copy
playground/frontend/lib/modules/{output/components/output_header/output_header.dart
=> sdk/components/sdk_selector_row.dart} (55%)
copy
playground/frontend/lib/{components/toggle_theme_button/toggle_theme_button.dart
=> pages/playground/components/playground_feedback.dart} (56%)