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

integration fetching on automations #1140

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Conversation

gaspergrom
Copy link
Contributor

@gaspergrom gaspergrom commented Jul 19, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at ce1053a

The pull request improves the user experience of creating and editing automations by fetching the latest integrations from the backend and rendering the automation-form component only when needed. It modifies the automation-form.vue and automation-list-page.vue files in the frontend.

🤖 Generated by Copilot at ce1053a

v-if is the gate to the form of doom
Only the chosen ones can enter the room
Integrations from the abyss, they rise and fall
automation-form will summon them all

Why

How

🤖 Generated by Copilot at ce1053a

  • Import and use onMounted and useStore functions to fetch and update integrations for automation form (link, link, link, link)
  • Add v-if directive to conditionally render automation-form component in automation-list-page component based on openAutomationForm prop (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@gaspergrom gaspergrom added the Bug Created by Linear-GitHub Sync label Jul 19, 2023
@gaspergrom gaspergrom self-assigned this Jul 19, 2023
@gaspergrom gaspergrom merged commit 6ae4148 into main Jul 19, 2023
5 checks passed
@gaspergrom gaspergrom deleted the bugfix/automation-platform-list branch July 19, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants