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

refactor(flow, flow-item)!: Adds open property to flow-item to control which panel should be displayed. #4852

Closed
wants to merge 70 commits into from

Conversation

driskull
Copy link
Member

@driskull driskull commented Jul 6, 2022

Related Issue: #5072

Summary

refactor(flow, flow-item)!: Adds open property to flow-item to control which panel should be displayed.

BREAKING CHANGE: The open property must be defined to display a specific flow-item within a flow.

@driskull driskull self-assigned this Jul 6, 2022
@github-actions github-actions bot added the refactor Issues tied to code that needs to be significantly reworked. label Jul 6, 2022
# Conflicts:
#	src/components/flow/flow.tsx
# Conflicts:
#	src/components/flow/flow.e2e.ts
# Conflicts:
#	src/components/flow/flow.e2e.ts
#	src/components/flow/flow.tsx
#	src/components/panel/panel.tsx
@driskull driskull changed the title refactor(flow)!: Adds active property to panel to control which panel should be displayed. refactor(flow, panel)!: Add open property to panel to control which flow panel should be displayed. Jul 8, 2022
@driskull driskull requested a review from jcfranco July 11, 2022 23:22
@driskull
Copy link
Member Author

@jcfranco do you want to discuss this PR soon?

Besides the flow, the only other component that removes an element seems to be the pick list: https://github.com/Esri/calcite-components/blob/master/src/components/pick-list/shared-list-logic.ts#L201-L204

@driskull driskull changed the base branch from master to dris0000/flow-item August 10, 2022 22:13
Base automatically changed from dris0000/flow-item to master August 25, 2022 16:51
# Conflicts:
#	src/components/flow-item/flow-item.e2e.ts
#	src/components/flow-item/flow-item.scss
#	src/components/flow-item/flow-item.tsx
#	src/components/flow/flow.scss
#	src/components/flow/flow.tsx
#	src/demos/flow.html
@driskull driskull changed the title refactor(flow, panel)!: Adds open property to panel to control which panel should be displayed. refactor(flow, flow-item)!: Adds open property to flow-item to control which panel should be displayed. Sep 7, 2022
@driskull driskull changed the title refactor(flow, flow-item)!: Adds open property to flow-item to control which panel should be displayed. refactor(flow, flow-item)!: Adds open property to flow-item to control which panel should be displayed. Oct 19, 2022
@driskull driskull closed this Nov 18, 2022
@driskull driskull deleted the dris0000/flow-active-index branch November 18, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues tied to code that needs to be significantly reworked. Stale Issues or pull requests that have not had recent activity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants