Code review comment for lp:~zsombi/ubuntu-ui-toolkit/dynamic-tabs

Revision history for this message
Zsombor Egri (zsombi) wrote :

> 411 + Component {
> 412 + id: dynamicTab
> 413 + Tab {
> 414 + title: "Original Title"
> 415 + page: Page {}
> 416 + }
> 417 + }
>
> You could add delete/move buttons here, just for testing.
I've added a bit more to the sample to also reflect indexes for each tab. Revno 827.

« Back to merge proposal