diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-28 09:34:19 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-28 09:34:19 +0100 |
| commit | ac04c0bb55f51dd18daaf6813c47a0db8525180f (patch) | |
| tree | 0905dce4274c39562b630fe73268b5eba8f101ff /tpl/index.pug | |
| parent | Lightbox (diff) | |
| download | iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.gz iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.tar.bz2 iro-design-ac04c0bb55f51dd18daaf6813c47a0db8525180f.zip | |
Added overflow button
Diffstat (limited to 'tpl/index.pug')
| -rw-r--r-- | tpl/index.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 1f4f522..15929cf 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
| @@ -17,6 +17,7 @@ include objects/checkbox.pug | |||
| 17 | include objects/switch.pug | 17 | include objects/switch.pug |
| 18 | include objects/form.pug | 18 | include objects/form.pug |
| 19 | include objects/action-button.pug | 19 | include objects/action-button.pug |
| 20 | include objects/overflow-button.pug | ||
| 20 | include objects/status-indicator.pug | 21 | include objects/status-indicator.pug |
| 21 | include objects/avatar.pug | 22 | include objects/avatar.pug |
| 22 | include objects/action-menu.pug | 23 | include objects/action-menu.pug |
| @@ -65,6 +66,7 @@ include views/checkbox.pug | |||
| 65 | include views/switch.pug | 66 | include views/switch.pug |
| 66 | include views/form.pug | 67 | include views/form.pug |
| 67 | include views/action-button.pug | 68 | include views/action-button.pug |
| 69 | include views/overflow-button.pug | ||
| 68 | include views/status-indicator.pug | 70 | include views/status-indicator.pug |
| 69 | include views/avatar.pug | 71 | include views/avatar.pug |
| 70 | include views/action-menu.pug | 72 | include views/action-menu.pug |
| @@ -108,6 +110,7 @@ html | |||
| 108 | +view-switch | 110 | +view-switch |
| 109 | +view-form | 111 | +view-form |
| 110 | +view-action-button | 112 | +view-action-button |
| 113 | +view-overflow-button | ||
| 111 | +view-status-indicator | 114 | +view-status-indicator |
| 112 | +view-avatar | 115 | +view-avatar |
| 113 | +view-action-menu | 116 | +view-action-menu |
