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

Added side table for cutsets #218

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Conversation

Kasmadei
Copy link
Collaborator

@Kasmadei Kasmadei commented Mar 22, 2024

Resolves: #1

Copy link
Contributor

@blcham blcham left a comment

Choose a reason for hiding this comment

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

See my comments.

@Kasmadei Kasmadei requested a review from blcham March 27, 2024 18:24
import { FaultEventScenario } from "../../../../models/faultEventScenario";
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow, Paper } from "@mui/material";
import useStyles from "./FaultEventScenariosTable.styles";
import { asArray } from "@utils/treeUtils";
Copy link
Contributor

Choose a reason for hiding this comment

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

Although it is confusing that it belongs to treeUtils as it does not have anything to do with trees, but it is acceptable to me like that. I would rather add it to a new class called CollectionsUtils, ArrayUtils or just Utils.

@blcham blcham self-requested a review March 27, 2024 19:09
Copy link
Contributor

@blcham blcham left a comment

Choose a reason for hiding this comment

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

LGTM, see my comment ... no need to be change it, you can merge.

@blcham blcham merged commit 99f0af5 into kbss-cvut:main Mar 27, 2024
1 check passed
@Kasmadei Kasmadei deleted the feature/side-table branch May 6, 2024 15:20
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