Conversation
…able components for improved accessibility
…ity improvements for Button and AddressTable components
Summary of ChangesHello @arhtudormorar, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request advances the project to version 0.1.16, primarily by enhancing the customizability and potential accessibility of several UI components. This is achieved through the strategic addition of Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
…t attributes for improved accessibility in Button and AddressTable components
There was a problem hiding this comment.
Code Review
This pull request bumps the version to 0.1.16 and introduces part attributes to several components (Button, AddressTable, Pagination) to allow for greater style customization from outside the shadow DOM. The changes are well-implemented. I've left one suggestion on the CHANGELOG.md to make the description of the changes more accurate and comprehensive.
CHANGELOG.md
Outdated
|
|
||
| ## [[0.1.16](https://github.com/multiversx/mx-sdk-dapp-ui/pull/297)] - 2026-01-27 | ||
|
|
||
| - [Add part attributes to Button and AddressTable components for improved accessibility](https://github.com/multiversx/mx-sdk-dapp-ui/pull/297) |
There was a problem hiding this comment.
The changelog entry is not fully comprehensive. The changes also add part attributes to the Pagination component, which should be mentioned. Additionally, while styling can be used for accessibility, the primary purpose of part attributes is for external styling. Consider rephrasing for clarity and accuracy, as reflected in the pull request description.
| - [Add part attributes to Button and AddressTable components for improved accessibility](https://github.com/multiversx/mx-sdk-dapp-ui/pull/297) | |
| - [Add part attributes to Button, AddressTable, and Pagination components for improved external styling capabilities](https://github.com/multiversx/mx-sdk-dapp-ui/pull/297) |
… Button, AddressTable, and Pagination components, enhancing external styling capabilities.
Summary
• Bump version to 0.1.16 with accessibility improvements
• Add part attributes to Button and AddressTable components for improved external styling capabilities
• Add part attributes to Pagination component elements
• Fix typo in CHANGELOG.md for helpers export entry
• Remove unused import from tsconfig.utils.json