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

Ms2/deployment view #337

Merged
merged 12 commits into from
Jul 26, 2024
Merged

Ms2/deployment view #337

merged 12 commits into from
Jul 26, 2024

Conversation

LucasMGo
Copy link
Contributor

Summary

Added view for deployments and engines

Details

  • added view for engines
  • added view for deployments
  • added env variable to activate execution views

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

src/management-system-v2/components/process-list.tsx Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

You should also check the ability, but you can do it in a future PR

return 0;
});

const openFolder = async (id: string) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

You should give feedback if something goes wrong, maybe do it in a sepparate PR after #340

<>
<ElementList
data={processes}
columns={breakpoint.xl ? selectedColumns : mobileColumns}
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no need to do this, the responsive key on each column can blend that column out, you could just use one big column list.

pagination: { pageSize: 10, position: ['bottomCenter'] },
}}
data={engines}
columns={breakpoint.xl ? selectedColumns : mobileColumns}
Copy link
Contributor

Choose a reason for hiding this comment

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

There is no need to have to separate lists, you can just set the responsive property on each column accordingly.

Copy link

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-337---ms-server-staging-c4f6qdpj7q-ew.a.run.app

Copy link
Contributor

@FelipeTrost FelipeTrost left a comment

Choose a reason for hiding this comment

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

The columns should still be refactored I think, but since it is also like that in the process list I think it is fine

@LucasMGo LucasMGo merged commit bba87a2 into main Jul 26, 2024
11 checks passed
@LucasMGo LucasMGo deleted the ms2/deployment-view branch July 26, 2024 19:41
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