Closed joshdholtz closed 2 years ago
@joshdholtz looks good - I'm sure this is more clear. One thing I can't understand is (even before but also now) - how do 'pages' work? What are 'pages'?
@igor-makarov Pages allow a pane to have multiple content screens inside of it
👇 In this example below, Pane 4 shows all open PRs in each repo in the fastlane-community
GitHub organization and you cycle through with h
and l
https://user-images.githubusercontent.com/401294/145448545-422229c7-2904-4101-8a2a-6aa4b34c4fdc.mov
Motivation
Adding row (and pages) wasn't easily explainable because it was based on array or types. This also made the code very messy.
Description
The
page.content
block inSupfile
now has an argument passed into it which is aContentBuilder
add_row("display string")
add_row("display string", data_object_for_selection)
add_row("display string", data_object_for_selection, page: "Title of page")
Example
Single Page
Single Page
Single Page with data