JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

Fix: Activity table fixes and table refactoring #3757

Open mmioana opened 3 days ago

mmioana commented 3 days ago

Description

This PR aims to refactor (a tiny bit) the Table component and addresses the following issues

Tabs closed (note the position of the pill, title and metadata):

image

With one tab open (again, note the position of the pill, title and metadata):

image

Testing

TODO: Please test the above mentioned issues have been resolved, as well as the Table component refactoring didn't introduce bugs.

https://github.com/user-attachments/assets/f4844621-3029-4b7c-8c87-a36e37623b37

Screenshot 2024-11-22 at 16 03 44

Further testing

Please check the tables from http://localhost:9091/planex/balances http://localhost:9091/planex/incoming http://localhost:9091/account/crypto-to-fiat

Also please try creating an Advanced payment or Manage tokens action and check the tables there for both mobile and desktop

Any further testing ideas are highly welcomed 🙌 and thanks a lot for reaching this far in the testing 🥇

Diffs

Changes 🏗

Resolves #2695 Resolves #3550 Resolves #3668