Skip to content

fix: auto-dismiss MetaMask popover to prevent e2e click interception - #91

Open
isaackps wants to merge 18 commits into
developfrom
fix/e2e-metamask-popover-dismiss
Open

fix: auto-dismiss MetaMask popover to prevent e2e click interception#91
isaackps wants to merge 18 commits into
developfrom
fix/e2e-metamask-popover-dismiss

Conversation

@isaackps

Copy link
Copy Markdown
Contributor

The 'What's new' popover renders asynchronously after home.html loads, so the one-shot 3s visibility check in dismissMetaMaskPopups could miss it. Once shown, it intercepted pointer events on account-menu-icon until the 30s click timeout (seen in err-transfer-and-reject-beneficiary).

Register a Playwright addLocatorHandler so the popover is dismissed whenever it appears, including mid-action, and add the missing dismissal call in addMetaMaskAccount.

RishabhS7 and others added 18 commits June 2, 2026 10:37
* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loader (#64)

* feat: qr document loader

* fix: update decrypt string imports

* fix: tests

* chore: remove ACTION_LOADING_FEATURE.md

* chore: e2e tests (#69)

* chore: e2e tests for txns

* fix: update data test ids

* fix: update tests

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: increase timeout

* fix: increase timeout

* fix: add timeouts and video recording

* fix: reduce wait timeout

* fix: timeouts

* fix: timeouts

* fix: add video recording

* fix: remove switch network popup

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: local networ rpc change

* fix: local networ rpc change

* fix: local networ rpc change

* ci: trigger e2e workflow

* fix: reject internal blockchain trnsactions

* fix: e2e wallet setpup

* fix: e2e wallet setpup

* fix: tokenId

* fix: token id

* feat: matic pol (#70)

* chore: develop to main (#65)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* feat: develop (#68)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loader (#64)

* feat: qr document loader

* fix: update d…
* fix: gtm issues

* fix: declarations for duplicate entities
* feature: integration of sentry

* feature: update sentry env variable and configurations

* fix: types issue with sentry test files

* fix: coderabbit issues

* Update src/lib/sentry/scrub.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Refactor Sentry integration to use scoped context

- Updated Sentry mock in tests to utilize a scoped context instead of global methods, improving test isolation and accuracy.
- Refactored `withScope` function to accept a scope parameter, allowing for better context management during error capturing.
- Enhanced tests for `captureVerificationInvalid` to verify context attachment through the scoped approach.
- Adjusted Sentry initialization to ensure proper context handling in production and testing environments.

* Refactor component structure in main.tsx for improved readability

- Rearranged the component hierarchy within the render method to enhance clarity and maintainability.
- Ensured that the SentryErrorBoundary wraps the DocumentProvider, improving error handling for the entire application.

* Enhance URL scrubbing in Sentry integration

- Added functionality to strip hash fragments and `q` query parameters from URLs in both event requests and navigation breadcrumbs, improving data privacy.
- Updated tests to verify that sensitive URL components are correctly removed, ensuring robust handling of potentially sensitive information.

* Enhance error handling and URL scrubbing in Sentry integration

- Updated tests to ensure that Sentry test errors are correctly blocked in production environments.
- Improved URL scrubbing functionality to strip sensitive query parameters and hash fragments from URLs.
- Added test cases to verify the removal of sensitive information from URLs and to report timeout aborts to Sentry, enhancing overall data privacy and error reporting.

* Enhance data redaction in Sentry scrubbing functionality

- Added a test case to ensure camelCase sensitive keys are redacted regardless of casing, improving data privacy.
- Updated sensitive keys in the scrub module to be case-insensitive, ensuring consistent redaction of sensitive information.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* feature: integration of sentry

* feature: update sentry env variable and configurations

* fix: types issue with sentry test files

* fix: coderabbit issues

* Update src/lib/sentry/scrub.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Refactor Sentry integration to use scoped context

- Updated Sentry mock in tests to utilize a scoped context instead of global methods, improving test isolation and accuracy.
- Refactored `withScope` function to accept a scope parameter, allowing for better context management during error capturing.
- Enhanced tests for `captureVerificationInvalid` to verify context attachment through the scoped approach.
- Adjusted Sentry initialization to ensure proper context handling in production and testing environments.

* Refactor component structure in main.tsx for improved readability

- Rearranged the component hierarchy within the render method to enhance clarity and maintainability.
- Ensured that the SentryErrorBoundary wraps the DocumentProvider, improving error handling for the entire application.

* Enhance URL scrubbing in Sentry integration

- Added functionality to strip hash fragments and `q` query parameters from URLs in both event requests and navigation breadcrumbs, improving data privacy.
- Updated tests to verify that sensitive URL components are correctly removed, ensuring robust handling of potentially sensitive information.

* Enhance error handling and URL scrubbing in Sentry integration

- Updated tests to ensure that Sentry test errors are correctly blocked in production environments.
- Improved URL scrubbing functionality to strip sensitive query parameters and hash fragments from URLs.
- Added test cases to verify the removal of sensitive information from URLs and to report timeout aborts to Sentry, enhancing overall data privacy and error reporting.

* Enhance data redaction in Sentry scrubbing functionality

- Added a test case to ensure camelCase sensitive keys are redacted regardless of casing, improving data privacy.
- Updated sensitive keys in the scrub module to be case-insensitive, ensuring consistent redaction of sensitive information.

* Update build scripts and Vite configuration for improved performance

- Added NODE_OPTIONS to build scripts to increase memory allocation during build processes.
- Enhanced Vite configuration with manual chunking for better optimization of vendor libraries, specifically for web3 and React dependencies.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* feat: ga gtm integration (#75) (#78)

* feat: ga gtm integration (#75)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loader (#64)

* feat: qr document loader

* fix: update decrypt string imports

* fix: tests

* chore: remove ACTION_LOADING_FEATURE.md

* chore: e2e tests (#69)

* chore: e2e tests for txns

* fix: update data test ids

* fix: update tests

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: increase timeout

* fix: increase timeout

* fix: add timeouts and video recording

* fix: reduce wait timeout

* fix: timeouts

* fix: timeouts

* fix: add video recording

* fix: remove switch network popup

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: local networ rpc change

* fix: local networ rpc change

* fix: local networ rpc change

* ci: trigger e2e workflow

* fix: reject internal blockchain trnsactions

* fix: e2e wallet setpup

* fix: e2e wallet setpup

* fix: tokenId

* fix: token id

* feat: matic pol (#70)

* chore: develop to main (#65)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* feat: develop (#68)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

…
* feat: ga gtm integration (#75) (#78)

* feat: ga gtm integration (#75)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loader (#64)

* feat: qr document loader

* fix: update decrypt string imports

* fix: tests

* chore: remove ACTION_LOADING_FEATURE.md

* chore: e2e tests (#69)

* chore: e2e tests for txns

* fix: update data test ids

* fix: update tests

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: increase timeout

* fix: increase timeout

* fix: add timeouts and video recording

* fix: reduce wait timeout

* fix: timeouts

* fix: timeouts

* fix: add video recording

* fix: remove switch network popup

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: local networ rpc change

* fix: local networ rpc change

* fix: local networ rpc change

* ci: trigger e2e workflow

* fix: reject internal blockchain trnsactions

* fix: e2e wallet setpup

* fix: e2e wallet setpup

* fix: tokenId

* fix: token id

* feat: matic pol (#70)

* chore: develop to main (#65)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* feat: develop (#68)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.norep…
* feat: ga gtm integration (#75)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4



* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------




* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------




* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------




* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------




* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx



* Update src/index.css



* Update src/index.css



* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------



* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------




* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------





* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: qr document loader (#64)

* feat: qr document loader

* fix: update decrypt string imports

* fix: tests

* chore: remove ACTION_LOADING_FEATURE.md

* chore: e2e tests (#69)

* chore: e2e tests for txns

* fix: update data test ids

* fix: update tests

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: increase timeout

* fix: increase timeout

* fix: add timeouts and video recording

* fix: reduce wait timeout

* fix: timeouts

* fix: timeouts

* fix: add video recording

* fix: remove switch network popup

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: local networ rpc change

* fix: local networ rpc change

* fix: local networ rpc change

* ci: trigger e2e workflow

* fix: reject internal blockchain trnsactions

* fix: e2e wallet setpup

* fix: e2e wallet setpup

* fix: tokenId

* fix: token id

* feat: matic pol (#70)

* chore: develop to main (#65)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4



* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------




* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------




* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------




* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------




* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx



* Update src/index.css



* Update src/index.css



* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------



* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------




* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------





* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




---------







* feat: develop (#68)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4



* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------




* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------




* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------




* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------




* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx



* Update src/index.css



* Update src/index.css



* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------



* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------




* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------





* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------




* feat: qr document loader (#64)

* f…

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
* Develop (#84)

* feat: ga gtm integration (#75)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loader (#64)

* feat: qr document loader

* fix: update decrypt string imports

* fix: tests

* chore: remove ACTION_LOADING_FEATURE.md

* chore: e2e tests (#69)

* chore: e2e tests for txns

* fix: update data test ids

* fix: update tests

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: actions

* fix: increase timeout

* fix: increase timeout

* fix: add timeouts and video recording

* fix: reduce wait timeout

* fix: timeouts

* fix: timeouts

* fix: add video recording

* fix: remove switch network popup

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: double call metamask

* fix: local networ rpc change

* fix: local networ rpc change

* fix: local networ rpc change

* ci: trigger e2e workflow

* fix: reject internal blockchain trnsactions

* fix: e2e wallet setpup

* fix: e2e wallet setpup

* fix: tokenId

* fix: token id

* feat: matic pol (#70)

* chore: develop to main (#65)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* feat: develop (#68)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

* chore: bump @trustvc/trustvc to ^2.12.4

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* Tt 989/partner integration (#56)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/partner card layout (#57)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel speed (#58)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 989/fix carausel ios (#59)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* Tt 1334/about us page (#60)

* feat: add About page with capabilities and new SVG assets

- Introduced a new About page that highlights TrustVC's core capabilities.
- Added SVG images for visual representation of capabilities, including single-source, unified foundation, global interoperability, privacy, tamper evidence, and ecosystem approach.
- Updated routing to include the About page and modified the Navbar for navigation.
- Enhanced CSS for the About page's light and dark themes, including background images and card styles.
- Implemented responsive design adjustments for mobile views.

* feat: implement CapabilityCard component and refactor About page

- Added CapabilityCard component to encapsulate the rendering of individual capability details, including title, description, icon, and tags.
- Updated About page to utilize CapabilityCard for displaying core capabilities, enhancing code organization and readability.
- Refactored tests for About page to improve clarity and consistency in test descriptions.
- Adjusted dark and light mode styles for CapabilityCard to ensure visual consistency across themes.

* refactor: update Navbar tests to reflect changes in navigation items

- Removed references to 'Home' in Navbar tests and replaced them with 'About'.
- Updated assertions to check for the presence of 'About', 'Partners', and 'News & Updates' in the Navbar.
- Adjusted test cases to ensure correct styling checks for 'About' based on the current route.

* feat: add EcosystemCard component and integrate into About page

- Introduced EcosystemCard component to encapsulate the rendering of ecosystem-related content, including a heading, subtitle, and image.
- Updated About page to utilize EcosystemCard, enhancing code organization and readability.
- Added comprehensive tests for EcosystemCard to ensure correct rendering and styling.
- Removed redundant CSS styles related to the ecosystem card from index.css.

* refactor: update App tests to check for new navigation elements

- Replaced assertions for 'Home' and 'News & Updates' with checks for 'About', 'Partners', and 'News & Updates' to align with recent navigation changes.
- Ensured that the tests verify the presence of multiple instances of 'About' and 'Partners' for improved coverage.

* Update src/pages/About/index.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update src/index.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: adjust background size in dark mode styles

- Changed background size from '100% cover' to '100% auto' for improved layout consistency in dark mode.

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Hotfix/button color isue (#61)

* chore: sync to main (#55)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: manishdex25 <Manish.Singh@dextech.ai>

* feat: add new partner SVG images

- Added AEOTRADE, Angsana Technology, ASTROn, and Automaxis SVG files to the partners directory.
- Each SVG includes a rectangle filled with a pattern and an embedded image for branding purposes.

* feat: add marquee animation and remove unused partner SVGs

* feat: add Partners link to Navbar and scroll to top on route change

* fix: update partner logo URLs and enhance accessibility features

* feat: add comprehensive tests for Partners and PartnerCard components

* Remove multiple partner SVG files from the project, including AEOTRADE, Angsana Technology, ASTROn, Automaxis, Banco, Bank of China, and BlockPeer. This cleanup is part of ongoing efforts to streamline assets and improve project maintainability.

* refactor: update partner data structure and enhance PartnersSection

- Refactored partner data to include new logo and banner image paths.
- Updated PartnersSection to utilize the new partner data structure, enabling responsive images and a marquee animation for partner logos.
- Adjusted Tailwind CSS configurations for improved animation performance.
- Cleaned up unused partner SVG references in the codebase.

* fix: update marquee duration and enhance partner logo tests

- Increased marquee animation duration from 900s to 1400s for improved visual experience.
- Updated tests to ensure at least one partner logo is rendered and adjusted loading attributes for better performance.
- Enhanced test descriptions for clarity and accuracy regarding partner logo rendering and visibility.

* fix: reduce marquee animation duration for improved performance

* fix: refine marquee styling for improved visual consistency

* feat: add partners page styling and animation enhancements

* fix: enhance rendering performance in PartnersSection by adding transform properties

* refactor: remove unused marquee keyframes and update Partners test cases to use full width class

* style: update button styles and enhance AttachmentFileList component with solid color

* style: enhance button color handling in AttachmentFileList component for dark mode

* style: improve Safari marquee animation performance and prevent compositing issues

- Updated CSS for marquee animation to promote GPU layer before animation starts, enhancing performance on Safari.
- Adjusted PartnersSection component to avoid using 3D transforms on elements with WebkitMaskImage to prevent icons from disappearing during animation.
- Added decoding attribute to partner images for better loading performance.

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#63)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* chore: sync to main (#55) (#66)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* chore: sync to main (#55) (#67)

* fix: merge conflicts (#49)

* fix: merge conflicts

* fix: remove consoles

* fix: stabilize dropdown and news text styling (#50)

* fix: stabilize dropdown and news text styling

Prevent global button/text styles from breaking Contact enquiry dropdown visuals and News article link readability, while aligning news sub-body text to the left for consistent content presentation across states.

Made-with: Cursor

* feat: enhance styling for news articles and select field components

* fix: metamask transaction message (#51)

* fix: metamask traction error messages

* fix: test cases

* fix: update links and improve code formatting

---------

* fix: merge (#54)

* fix: merge

* fix: update test mocks and add obfuscation notice for documents

* fix: stub AssetManagementApplication

* fix: expired tag

* fix: unknown error metamask

---------

---------

Co-authored-by: rongquan1 <85145303+rongquan1@users.noreply.github.com>
Co-authored-by: RishabhS7 <59636880+RishabhS7@users.noreply.github.com>

* feat: qr document loade…
permissionless@0.3.7 declares peerOptional ox@^0.11.3 but viem@2.55.1
ships ox@0.14.30, which is out of range. trustvc@2.15.0-beta.2 requires
both viem@^2.53.1 and permissionless@^0.3.6, so neither can be downgraded.
legacy-peer-deps makes npm skip the conflicting optional peer check.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Lock file was missing @sentry/react, @sentry/vite-plugin, and react-ga4
that were added during the upstream merge, causing npm ci to fail in CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ibility

The two whitelist-fallback tests require hasGaslessConfig=true (PIMLICO_API_KEY
set) to reach the whitelist check. In CI without a .env file the module-level
constant is undefined, so the hook skips delegation/whitelist entirely and the
assertions on checkPaymasterWhitelist always failed.

Moving them into the gasless section which uses vi.stubEnv + vi.resetModules +
dynamic imports ensures PIMLICO_API_KEY is set when these tests run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…talled

synpress-cache imports playwright-core at runtime. Since @playwright/test
was only a transitive peer dep of synpress (not listed directly), it was
not installed under legacy-peer-deps, causing ERR_MODULE_NOT_FOUND in CI
during the e2e:setup-wallet step. Pinning to 1.48.2 matches the version
already resolved in the lock file.
The pattern /verify-.*\.spec\.ts/ only matched files starting with
"verify-", leaving amoy-verify.spec.ts and pol-verify.spec.ts in the
main MetaMask suite. Those specs hit external RPC endpoints (Amoy/Polygon
mainnet) which are unreliable in CI and have no MetaMask dependency.

Widened to /.*verify.*\.spec\.ts/ so all verify specs (local, amoy, pol)
run only via playwright.verify.config.ts.
The 'What's new' popover renders asynchronously after home.html loads,
so the one-shot 3s visibility check in dismissMetaMaskPopups could miss
it. Once shown, it intercepted pointer events on account-menu-icon until
the 30s click timeout (seen in err-transfer-and-reject-beneficiary).

Register a Playwright addLocatorHandler so the popover is dismissed
whenever it appears, including mid-action, and add the missing dismissal
call in addMetaMaskAccount.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 27a6cccd-df0d-4939-b778-d77233ee2ad6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/e2e-metamask-popover-dismiss

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Base automatically changed from feat/gasless-transactions to develop July 29, 2026 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants