-
Notifications
You must be signed in to change notification settings - Fork 19
Tech Preview feature not working for Integration Editor #409
base: master
Are you sure you want to change the base?
Conversation
PR Storybook available here |
app/ui-react/syndesis/src/modules/connections/components/ConnectionsWithToolbarNew.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name, it has to change 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest EditorStep
for the name.
app/ui-react/syndesis/src/modules/connections/components/ConnectionsWithToolbarNew.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/connections/components/ConnectionsWithToolbarNew.tsx
Outdated
Show resolved
Hide resolved
Alright, here are the changes I've made, based on feedback, that seem to work (albeit some are hacky):
And still using the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick check, I’ll test this more thoroughly tomorrow
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorStepsWithToolbar.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorStepsWithToolbar.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
PR Storybook available here |
e302395
to
1885990
Compare
PR Storybook available here |
PR Storybook available here |
PR Storybook available here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this needs a rebase, the error I posted above is because we have an extension on staging and this PR is based on a version of the app that was bugging out with that. |
fed2c74
to
22674e3
Compare
No additional or changes to interfaces, no |
PR Storybook available here |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PR Storybook available here |
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorStepsWithToolbar.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorSteps.tsx
Outdated
Show resolved
Hide resolved
app/ui-react/syndesis/src/modules/integrations/components/editor/EditorStepsWithToolbar.tsx
Outdated
Show resolved
Hide resolved
06dfeb4
to
bf39ab3
Compare
…ns module with IUIIntegrationStep type
Lint fixes
Re-add map for flag to work properly Lint fix Update the icon
Rm getConnectionHref
Lint fixes
Re-add checks until further clarification
…for Extensions and Steps
…x, more refactoring in useConnection
14e2d6e
to
c8cfc7e
Compare
Created another version of
ConnectionsWithToolbar
per @riccardo-forina 's suggestion.fix #374