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

Extract playground components #23253

Merged
merged 18 commits into from
Sep 24, 2022

Commits on Sep 5, 2022

  1. [Tour of Beam][Frontend][apache#22600] TourScreen layout

    * theme setup
    
    * Replaced ThemeProvider with ThemeSwitchNotifier
    
    * header with theme mode switcher and logo
    
    * page container with header & footer
    
    * theme mode tests
    
    * renamed the directory to tour-of-beam
    
    * compressed beam_logo.png
    
    * added missing license comments
    
    * rudimentary layout of the first screen
    
    * review comments fixes #1
    
    * moved notifyListeners inside then
    
    * responsive todo
    
    * split into 2 simple functions
    
    * deleted redundant constants &
    replaced 2018 text theme with 2021
    
    * styling refinement
    
    * home screen layout
    
    * clickable sign in text
    
    * font weights fix
    
    * removed _getBaseFontTheme function
    
    * fixed border and bg color
    
    * color fixes
    
    * difficulty component
    
    * _LastModuleBody
    
    * todo in test
    
    * footer border
    
    * fixed overflows
    
    * replaced Project prefix with Tob
    
    * replaced then with await
    
    * inferred type
    
    * started translation of the home screen
    
    * sorted translations
    
    * Complexity comments
    
    * comment fixes
    
    * home screen translations
    
    * sign in overlay
    
    * import fix
    
    * integration test does not fail
    
    * playground_components package with
    dismissible_overlay
    
    * missing license
    
    * removed _dots from build
    
    * widgets refinement
    
    * renamed home screen to welcome screen
    
    * deleted copyWith
    
    * _SdkButton
    
    * trailing comma & pubspec formatting
    
    * license and lints
    
    * license
    
    * removed license from .metadata
    
    * pubspec formatting
    
    * total lints update
    
    * changed from tour_of_beam to
    tour-of-beam in build.gradle.kts
    
    * license check
    
    * _SdkButton mimics Radio button
    
    * renamed MyApp to TourOfBeamApp
    
    * onChanged mimics Radio button
    
    Tour of Beam frontend blank project
    
    [Tour of Beam][Frontend][apache#22600] TourScreen layout
    
    TourScreen layout (apache#22600)
    
    common theme, constants, split view
    
    missing license
    
    flutter_gen, summary layout details
    
    content layout details
    
    no functional widgets in split view
    
    main screen todos & translation
    
    main screen todos & translation
    
    comment fixes #1
    
    ExpansionTileWrapper
    
    SplitViewController
    
    lists in tour screen widgets
    
    comment fixes #1 (31.08)
    
    split view package in PGC
    
    fixed button overflow
    
    splitter theme color
    
    comment fixes #2 (31.08)
    
    gradlew check
    
    welcome screen overflow test (apache#22600)
    
    SDK dropdown (apache#22600)
    
    flexible complete unit OutlinedButton (apache#22600)
    
    renamed PageContainer to TobScaffold
    
    dropdown style refinement
    
    DropdownButton implicit type
    
    sdk instead of e
    
    licenses apache#22600
    
    renamed _ShrinkedTour to _NarrowTour apache#22600
    
    tour screen style refinement apache#22600
    
    BeamDivider in PGC apache#22600
    
    removed todo, added license apache#22600
    
    built with text apache#22600
    
    _WideWelcome with IntrinsicHeight (apache#22600)
    
    Co-Authored-By: darkhan.nausharipov <darkhan.nausharipov@kzn.akvelon.com>
    2 people authored and nausharipov committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    59daadb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. addressing review comments apache#22600

    replaced magic numbers apache#22600
    
    comments (apache#22600)
    
    comments apache#22600
    
    comments apache#22600
    
    comments apache#22600
    
    comments apache#22600
    
    comments, flutter 3.3.0 upgrade apache#22600
    
    renamed ActionPadding to ActionVerticalPadding apache#22600
    
    actions formatting apache#22600
    darkhan.nausharipov authored and nausharipov committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e64d3c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. branded sign in buttons apache#22600

    darkhan.nausharipov authored and nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8222fae View commit details
    Browse the repository at this point in the history
  2. _BrandedSignInButtons apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dd585bc View commit details
    Browse the repository at this point in the history
  3. _Divider color apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f9ed0ce View commit details
    Browse the repository at this point in the history
  4. profile apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    999e916 View commit details
    Browse the repository at this point in the history
  5. moved split_view from PGC into ToB apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1d1ff90 View commit details
    Browse the repository at this point in the history
  6. indentation fix apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dfca997 View commit details
    Browse the repository at this point in the history
  7. split ProfileContent into widgets apache#22600

    darkhan.nausharipov committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f8e462d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad2d51d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    0ac6513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d735c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    1baa787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6dc5bc View commit details
    Browse the repository at this point in the history
  3. Add precommit Gradle task for playground_components, add code generat…

    …ion to frontend Gradle task, remove generated mocks, fix linter issues (apache#22600)
    alexeyinkin committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    09c32b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. startTour button (apache#22600)

    darkhan.nausharipov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    14858f8 View commit details
    Browse the repository at this point in the history
  2. lint fixes (apache#22600)

    darkhan.nausharipov committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    63919e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00889a View commit details
    Browse the repository at this point in the history