-
Notifications
You must be signed in to change notification settings - Fork 6
feat: table in RB #732
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
Merged
Merged
feat: table in RB #732
Changes from 7 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
5c39760
yoyoy
Elessar1802 a0d351a
feat: table in RB
Elessar1802 3747f38
fix: keep rows loading until rows is provided
Elessar1802 99010be
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 98a1615
fix: popup menu ref
Elessar1802 0d590b3
revert: change in useAsync
Elessar1802 b5820c6
fix: RB table bulk actions props
Elessar1802 cf594e3
fix: sticky columns in table
Elessar1802 a28de9b
fix: loading state of table & checkbox alignment
Elessar1802 a2ee314
fix: alignment for CellComponents
Elessar1802 06f0059
feat: add icons to Icon component & fix style in table
Elessar1802 53d3548
fix: uat changes
Elessar1802 6fcae35
fix: loading during search causes search bar focus loss
Elessar1802 e83ae75
feat(Icon): add speedometer icon and update icon map
AbhishekA1509 5d34558
feat(ResourceBrowser): add ResourceRecommenderHeaderType and related …
AbhishekA1509 a2cbb09
fix(ResourceBrowser.Types): update K8sResourceDetailDataType to handl…
AbhishekA1509 17a32de
feat(Helpers): add getGroupVersionFromApiVersion function to parse AP…
AbhishekA1509 2f10c26
feat(Icon): add ic-minus icon and update icon map
AbhishekA1509 fb1d4a2
feat: add GVKOptionValueType
AbhishekA1509 fde0bd6
feat: add GetResourceRecommenderResourceListPropsType
AbhishekA1509 8a75222
feat(BulkSelectionActionWidget): add resource recommendation view and…
AbhishekA1509 2f99511
feat: add container registry icon and update related components
AbhishekA1509 425615b
fix: update K8sResourceDetailDataType to use string for value in curr…
AbhishekA1509 4c275b9
feat(GetResourceRecommenderResourceListPropsType): update props to in…
AbhishekA1509 7fcfd77
feat: add width mapping for resource recommender headers
AbhishekA1509 d2ea89d
Merge branch 'main' of https://github.com/devtron-labs/devtron-fe-com…
AbhishekA1509 b817cf1
fix: update K8sResourceDetailDataType to allow 'none' as a valid valu…
AbhishekA1509 206f0f3
feat: add gavel icon and update icon map
AbhishekA1509 42a5441
chore: update version to 1.15.1-beta-1 in package.json and package-lo…
AbhishekA1509 b8a37ff
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 ec408e0
Merge branch 'feat/rb-table' into fix/rb-table
Elessar1802 041865c
fix: uat changes
Elessar1802 8ef90b3
feat: scale resize-btn on hover
Elessar1802 08ffe92
chore: override sortable-table-cell__resize-btn from table css
Elessar1802 fbcd109
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 509f9b3
feat: add ic-two-cubes icon and update icon map
AbhishekA1509 1e4ef0e
fix: adjust opacity for readonly input fields in rjsfForm.scss
AbhishekA1509 d433cef
refactor: remove unused resource recommender header mappings from con…
AbhishekA1509 9ff305b
fix: add abort controller reference to createNewResource function
AbhishekA1509 42f5460
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 fe3db8d
Merge branch 'feat/rb-table' into fix/rb-table
Elessar1802 a20748f
chore: update version to 1.15.1-beta-5 in package.json and package-lo…
AbhishekA1509 2f2e1e5
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
AbhishekA1509 985ef2f
feat: add new API status code and update types for resource recommend…
AbhishekA1509 47b078d
feat: update button size handling in InfoBlock component
AbhishekA1509 2d4e6ef
fix: add optional chaining for buttonProps in InfoBlock component
AbhishekA1509 ebfb583
feat: add route for editing cluster environment in global config
AbhishekA1509 c8de7d5
feat(css): uat
Elessar1802 0c2fd13
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 a33217e
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
AbhishekA1509 451cc0b
feat: add defaultUrl property to CommonTabArgsType for tab reset func…
AbhishekA1509 306753e
fix: scrollTo func instead of scrollToTop prop
Elessar1802 d1bf390
fix: bulk select all if not paginated
Elessar1802 9b8f2a9
Merge branch 'feat/resource-recommender-develop' of github.com:devtro…
Elessar1802 da9d3d9
fix: new pagination const
Elessar1802 eb2b1b0
fix: bulk selection count logic
Elessar1802 fa075f8
feat: add download icon and update icon map; add ResourceRecommenderA…
AbhishekA1509 b954eff
Merge branch 'fix/rb-table' of https://github.com/devtron-labs/devtro…
AbhishekA1509 e15749b
fix: filter if filter func provided
Elessar1802 f22829a
fix: add new clearFilters prop to table props
Elessar1802 74c4046
fix: update version from 1.15.3-pre-4 to 1.15.3-beta-3 in package.jso…
AbhishekA1509 2e1f380
fix: update version from 1.15.3-beta-3 to 1.15.3-beta-4 in package.js…
AbhishekA1509 5acb7b9
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 07ee634
fix: retain previous active element on backdrop open/close
Elessar1802 f545d66
chore: bump version
Elessar1802 959491c
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 e3bce42
Merge branch 'feat/rb-table' into fix/rb-table
Elessar1802 0a7d2ec
fix: review comments
Elessar1802 b86da2f
chore: expose URL_FILTER_KEYS
Elessar1802 654fca7
Merge branch 'feat/rb-table' into fix/rb-table
Elessar1802 44d758f
fix: review comments
Elessar1802 1cb7a9c
fix: dont scroll to view on horizontal scroll
Elessar1802 1f18d07
chore: bump version
Elessar1802 d4dc889
chore: conditional wrap in bulk selection
Elessar1802 a30adde
Update src/Shared/Components/BulkSelection/types.tsx
Elessar1802 ec6a4c9
Merge branch 'feat/rb-table' into fix/rb-table
Elessar1802 fbb3975
Merge pull request #804 from devtron-labs/fix/rb-table
Elessar1802 23cf3f9
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.