-
Notifications
You must be signed in to change notification settings - Fork 20
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
refactor: rename EntityListContent to EntityView #959
refactor: rename EntityListContent to EntityView #959
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…efactor/entity-view
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.
LGTM, except:
- one bug with displaying status filter
- I don't think it's necessary to have
Test*MetricsLayer
andTest*MetricsContext
(maybe just simplifieduseTestMetrics = (name) => useTestMetricsQuery(/* ... */)
helper is what we want?)
packages/web/src/components/atoms/EntityDropdown/EntityDropdown.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/atoms/EntityDropdown/EntityDropdown.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/organisms/EntityView/EntityView.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/organisms/EntityView/EntityViewFilters/EntityViewFilters.tsx
Outdated
Show resolved
Hide resolved
...ages/web/src/components/organisms/EntityView/EntityViewFilters/StatusFilter/StatusFilter.tsx
Show resolved
Hide resolved
...ages/web/src/components/pages/TestSuites/TestSuitesList/metrics/TestSuitesMetricsContext.tsx
Outdated
Show resolved
Hide resolved
...ages/web/src/components/pages/TestSuites/TestSuitesList/metrics/TestSuitesMetricsContext.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/pages/Tests/TestsList/metrics/TestsMetricsContext.tsx
Outdated
Show resolved
Hide resolved
…efactor/entity-view
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.
Last minor issues (most importantly ?? []
) and will LGTM 👍
packages/web/src/components/molecules/EntityGrid/EntityGridItemPure.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/molecules/TestActionsDropdown/TestActionsDropdown.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/molecules/TestActionsDropdown/TestActionsDropdown.tsx
Show resolved
Hide resolved
packages/web/src/components/molecules/TestSuiteActionsDropdown/TestSuiteActionsDropdown.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/molecules/EntityGrid/EntityGridItemPure.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/pages/Tests/TestsList/TestsList.tsx
Outdated
Show resolved
Hide resolved
packages/web/src/components/pages/TestSuites/TestSuitesList/TestSuitesList.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.
One trivial issue (left unused empty component/directory), besides LGTM 👍
Changes
EntityListContent
toEntityView
as we will support bothgrid
andtable
views for tests/test suitesFixes
How to test it
screenshots
Checklist