Sorin Sarca

Results 26 comments of Sorin Sarca

> Can this still be accomplished in 4.x? Not at this time, but a similar mechanism can be added in 5 minutes. However, in 4.x there are no wrappers, meaning...

Changing the width of the progress bar will completely break the component, [see pen](https://codepen.io/sorins/pen/rNpqNJG?editors=1010). The problem seems to be in the component design: in order to completely move the `fill`...

I like this idea, but the postgresql examples has two queries. I think that the below example also works for postgresql ```sql create table sizes ( size VARCHAR2(10) CHECK( size...

A `details` slot (just after the label) will allow to add some details/actions to the item. Some examples include: File size ![tree-details-1](https://user-images.githubusercontent.com/3427195/170736621-fa122aee-7697-4864-8b1a-504e29d742e0.png) Favorites/Bookmarks ![tree-details-2](https://user-images.githubusercontent.com/3427195/170736771-0f6cf1a6-dcc9-40a5-9dc1-8ef3dec46c49.png) Adding the content directly into the...

I see that there is now an optional [Actions area](https://spectrum.adobe.com/page/tree-view/#Actions-area) to which I referred as "details" slot. I don't know if it was there from the beginning.