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

Add facade grid #85

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Add facade grid #85

wants to merge 10 commits into from

Conversation

andrewheumann
Copy link
Member

@andrewheumann andrewheumann commented Jan 7, 2022

This PR adds some experimental Facade-related functions to building blocks, namely:

  • Facade Grid (a new version intended to supersede older facade grid functions)

  • Generic Facade
    and two simple template/examples demonstrating how to add new facade styles:

  • Facade Strategy 1 (utilizing only inputs)

  • Facade Strategy 2 (utilizing cross-function overrides to inject multiple facade configurations)

  • The function has been deployed to dev.

  • [N/A] The function has been tested against the tour. If the function is not used in the tour, mark this as not applicable (NA).


This change is Reviewable

@andrewheumann andrewheumann requested a review from a team as a code owner January 7, 2022 20:47
Copy link
Contributor

@cdriesler cdriesler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Facade Grid

The Grid Defaults override appears to have trouble starting in some cases:

Screen Shot 2022-01-19 at 18.54.24.png

When clicked, nothing happens, console outputs o is undefined and this.contextFunctionInstance is null multiple times.

  • Generic Facade

does not play nice with the existing Facade Grid function, tripped myself on this.

Appears to have a similar issue with the override. Maybe I'm configured wrong? On click, nothing happens, console outputs e is undefined

Workflow: https://dev.hypar.io/workflows/a82fd57c-dba5-4a24-b6e1-3e6734980b9e

Reviewed 144 of 144 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @andrewheumann)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants