zellij/zellij-utils/src/input/unit/fixtures/layouts
a-kenji cd0b0119a0 Split tab-layout into template & tabs section
* adjust example layouts and move them from `./example` to
  `./example/layouts`

* simplify the deserialization of the layout

* layouts are now constructed as follows:

```
---
template:
  direction: Horizontal
  parts:
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 1
      run:
        plugin: tab-bar
    - direction: Vertical
      body: true # <== The body section specifies the position of the
      # inserted tab
    - direction: Vertical
      borderless: true
      split_size:
        Fixed: 2
      run:
        plugin: status-bar
tabs:
  - direction: Vertical
  - direction: Vertical
```
2021-08-26 15:06:59 +02:00
..
deeply-nested-tab-layout.yaml Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
multiple-tabs-should-not-error.yaml Change layout panics to errors 2021-08-02 12:07:30 +02:00
no-layout-template-specified.yaml Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
no-tab-section-specified.yaml Split tab-layout into template & tabs section 2021-08-26 15:06:59 +02:00
three-panes-with-tab-and-command.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00
three-panes-with-tab-and-default-plugins.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00
three-panes-with-tab.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00
three-tabs-merged-correctly.yaml Add template section in layout file 2021-08-21 23:27:23 +02:00