To resolve #1144, this PR uses a b-table to list a document's metadata. This allow build-in sort features and simplify the implementation. This new table also includes input with copy button for usability. Finally, the PR removes the "show more" button which wasn't adding any value to the user experience.
PR description
To resolve #1144, this PR uses a
b-table
to list a document's metadata. This allow build-in sort features and simplify the implementation. This new table also includes input with copy button for usability. Finally, the PR removes the "show more" button which wasn't adding any value to the user experience.