zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Improve Details template visuals and Extension integration #95

Open plante-msft opened 1 week ago

plante-msft commented 1 week ago

Description of the new feature / enhancement

Improve the Details template visually to include robust image handling for thumbnails and appropriate metadata handling for list item information. Extensions should be able to easily pass image data and metadata associated with a list item that is accurately rendered in the pane section of the Details template.

Devs can pass a thumbnail image and up to X key value pairs for rendering (example from File: Full Path <--> C:\Users\connorplante\Downloads\foo.txt)

Scenario when this would be used?

User: a user is searching within an extension that is leveraging a details template view to display list item metadata side-by-side

Extension Dev: a dev can easily include the metadata object for populating the metadata pane in details template.

Supporting information

No response