aaronshaf / dynamodb-admin

GUI for DynamoDB Local or dynalite
MIT License
1.34k stars 133 forks source link

Enhances the styling of the items table #306

Closed sagarbaver closed 2 years ago

sagarbaver commented 2 years ago

I've updated the styling of the table that lists all the items under a particular DynamoDB table page.

Screenshot 2022-09-18 at 18-49-32 DynamoDB Admin Note: The values in the above screenshot have been masked.

These styling changes make it easier to navigate rows with long string values. They improve the experience problems highlighted under https://github.com/aaronshaf/dynamodb-admin/issues/92.

sagarbaver commented 2 years ago

@rchl If you get a moment, could you please review this PR?

rchl commented 2 years ago

Thanks