You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/04/27 18:30:29 UTC

[beam] branch master updated (5aafb125ced -> 3c80555d630)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 5aafb125ced Remove out of date experimental warning on SDFs (#26450)
     add 3c80555d630 [ToBF] Refinement 26.04.23 (#26428)

No new revisions were added by this update.

Summary of changes:
 .../tour-of-beam/frontend/lib/models/node.dart     |  2 -
 .../frontend/lib/models/parent_node.dart           |  3 --
 .../tour-of-beam/frontend/lib/models/unit.dart     |  3 --
 .../lib/pages/tour/controllers/content_tree.dart   | 54 +++++++++++-----------
 .../frontend/lib/pages/tour/state.dart             |  6 +--
 .../lib/pages/tour/widgets/content_tree.dart       | 51 +++++++++++---------
 .../frontend/lib/pages/tour/widgets/group.dart     | 38 ++++-----------
 .../lib/pages/tour/widgets/group_title.dart        |  8 ++--
 .../frontend/lib/pages/tour/widgets/module.dart    | 28 ++++-------
 .../lib/pages/tour/widgets/module_title.dart       | 11 +++--
 .../tour/widgets/{group_nodes.dart => nodes.dart}  |  4 +-
 .../tour/widgets/{group.dart => parent_node.dart}  | 32 ++++++-------
 .../tour/widgets/stateless_expansion_tile.dart     |  2 +-
 13 files changed, 103 insertions(+), 139 deletions(-)
 rename learning/tour-of-beam/frontend/lib/pages/tour/widgets/{group_nodes.dart => nodes.dart} (94%)
 copy learning/tour-of-beam/frontend/lib/pages/tour/widgets/{group.dart => parent_node.dart} (72%)