Andrei Zhaleznichenka
Andrei Zhaleznichenka
### Description Addressing feedback from https://github.com/cloudscape-design/components/pull/1240. Usage examples: * https://github.com/cloudscape-design/components/pull/1359 * https://github.com/cloudscape-design/components/pull/1402 ### How has this been tested? Reworked unit tests for better structure. Added an integration test. Tested with...
### Description Related links, issue #, if available: n/a ### How has this been tested? Review checklist _The following items are to be evaluated by the author(s) and the reviewer(s)._...
### Description A showcase for https://github.com/cloudscape-design/components/pull/1246. Before change: https://github.com/cloudscape-design/components/assets/20790937/0ff144cc-269c-40f9-b53e-ab71fd43030c After change: https://github.com/cloudscape-design/components/assets/20790937/e0c9c019-ec0f-4fdb-8f11-4034f442fe18 ### How has this been tested? Review checklist _The following items are to be evaluated by the author(s)...
### Description Refactored table column-widths util with the help of async-store abstraction. Depends on https://github.com/cloudscape-design/components/pull/1246 The refactored variant does not require React context and can be further optimised so that...
### Description Made sticky cell feature better performant. Related links, issue #, if available: n/a ### How has this been tested? Review checklist _The following items are to be evaluated...
Adding same change as on https://github.com/TanStack/virtual/blob/main/packages/virtual-core/src/index.ts#L295 to ensure the ResizeObserver API is available. It fails in the JSDOM otherwise unless having the polyfill set up.
### Description Add a comment to internal modal utils to highlight AWSUI-41915. ### How has this been tested? Review checklist _The following items are to be evaluated by the author(s)...
### Description The PR introduces progressive loading feature for tables but without any public API updates yet. The feature is added in its simplest form: the extra rows are added...
### Description Adding `visibleItemsCount` argument to table's `renderAriaLive` so that the table can announce the difference in visible items when an expandable group is expanded or collapsed. For example: 1....
### Description An alternative to https://github.com/cloudscape-design/components/pull/2108 Related links, issue #, if available: n/a ### How has this been tested? Review checklist _The following items are to be evaluated by the...