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

🐞 Platform bug squashing #1178

Merged
merged 11 commits into from
Aug 2, 2023
Merged

🐞 Platform bug squashing #1178

merged 11 commits into from
Aug 2, 2023

Conversation

shahrishabh7
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 2, 2023 9:44pm

@ergomake
Copy link

ergomake bot commented Aug 2, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-1178.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-1178.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-1178.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-1178.env.ergomake.link

Here are your environment's logs.

For questions or comments, join Discord.

Click here to disable Ergomake.

@@ -89,6 +96,15 @@ const WorkflowPage: NextPage = () => {
const showLoader = !router.isReady || (isLoading && !!workflowId);
const showCreateForm = !workflowId && router.isReady;

useEffect(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

we should remove use effect

@@ -252,7 +258,7 @@ const WorkflowPage: NextPage = () => {
nodesModel={nodesModel}
edgesModel={edgesModel}
className="min-h-screen flex-1"
onPaneClick={() => setOpen(true)}
onPaneClick={onPaneClick}
Copy link
Contributor

Choose a reason for hiding this comment

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

I changed this to onPaneDoubleClick in a different commit, should be good to merge after fixing conflicts :)

@shahrishabh7 shahrishabh7 merged commit 6c03026 into main Aug 2, 2023
4 of 5 checks passed
@awtkns awtkns deleted the platform-bug-squashing branch August 3, 2023 20:44
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.

None yet

3 participants