-
Notifications
You must be signed in to change notification settings - Fork 6
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(ui): replace MatrixInput
with Matrix
Glide Data Grid integration
#2138
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
from
September 16, 2024 15:16
ebee9b4
to
4d88eb6
Compare
hdinia
changed the title
refactor(ui): replace
refactor(ui): replace Sep 16, 2024
MatrixInput
with Glide Data Grid integrationMatrixInput
with Matrix
Glide Data Grid integration
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
6 times, most recently
from
September 17, 2024 16:39
c7afb81
to
b9ac03a
Compare
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
3 times, most recently
from
September 23, 2024 15:39
dc59b09
to
41ca3e4
Compare
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
6 times, most recently
from
September 30, 2024 15:24
42bbcab
to
f47ac02
Compare
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
4 times, most recently
from
October 14, 2024 18:26
960e55f
to
5929d82
Compare
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
2 times, most recently
from
October 16, 2024 16:28
c9b1871
to
649fbe0
Compare
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
from
October 17, 2024 14:29
649fbe0
to
5a84cfc
Compare
skamril
requested changes
Oct 21, 2024
webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Storages/Matrix.tsx
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Modelization/Links/LinkView/LinkMatrixView.tsx
Outdated
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Modelization/Links/LinkView/LinkMatrixView.tsx
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Results/ResultDetails/ResultFilters.tsx
Outdated
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Results/ResultDetails/ResultFilters.tsx
Outdated
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Results/ResultDetails/index.tsx
Show resolved
Hide resolved
webapp/src/components/App/Singlestudy/explore/Results/ResultDetails/index.tsx
Show resolved
Hide resolved
fix: correct lint and types issues fix(ui): resolve merge conflict
refactor(ui): rename variables and add minor improvements
…ay presence correctly
feat(ui): update `useMatrixPortal` and improve test coverage
test(ui): improve MatrixActions test suite organization test(ui): improve and fix type issues in useColumnMapping tests test(ui): improve useGridCellContent test organization test(ui): fix async handling in useMatrix tests test(ui): improve utils test suite organisation and typing
Temporary solution to convert API numeric arrays to string arrays for Matrix component headers. Will be removed when API model is updated to return proper string labels.
hdinia
force-pushed
the
feature/integrate-matrix-grid
branch
from
October 30, 2024 10:20
3f9c25e
to
bd53261
Compare
skamril
approved these changes
Oct 30, 2024
webapp/src/components/App/Singlestudy/explore/Modelization/Areas/Storages/Matrix.tsx
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ANT-1557