Skip to content

Implement file decoration API

Warren Gifford requested to merge tj/file-decs into main

Created by: tjkandala

The File Decoration API now belongs to the new app namespace (scrapped tree).

Components in the web app request decorations for one level in the tree at a time, expect for single child directories, in which case the web app asks for decorations for that node and all of its children. Since it's possible that multiple components request decorations for the same entries, we memoize the observable of decorations (cache key based on parent node's uri).

Screenshot from 2020-11-26 13-29-03

Merge request reports

Loading