Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Nov 29, 2023
1 parent 8ef5ddd commit 9eb3853
Show file tree
Hide file tree
Showing 120 changed files with 95 additions and 5,519 deletions.
32 changes: 0 additions & 32 deletions slides/all-templates.ftd

This file was deleted.

50 changes: 0 additions & 50 deletions slides/editor.ftd

This file was deleted.

14 changes: 0 additions & 14 deletions slides/folders.ftd

This file was deleted.

12 changes: 0 additions & 12 deletions slides/index.ftd

This file was deleted.

10 changes: 0 additions & 10 deletions slides/login.ftd

This file was deleted.

23 changes: 0 additions & 23 deletions slides/present.ftd

This file was deleted.

96 changes: 0 additions & 96 deletions slides/presentation-settings.ftd

This file was deleted.

17 changes: 0 additions & 17 deletions slides/setting.ftd

This file was deleted.

12 changes: 0 additions & 12 deletions slides/signup.ftd

This file was deleted.

95 changes: 95 additions & 0 deletions slides/templates.ftd
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
-- record template:
integer id:
caption title:
string url:
string team:
string owner_name:
string thumbnail:



-- component show-template-list:
caption title: All templates
template list templates:

-- ftd.column:
width: fill-container
padding-horizontal.px: 40
padding-bottom.px: 24
padding-top.px: 12

-- ftd.text: $show-template-list.title
role: $inherited.types.heading-medium
color: $inherited.colors.text-strong

-- ftd.row:
width: fill-container
padding-vertical.px: 24
spacing.fixed.px: 24
align-content: top-left
wrap: true

-- template-short: $template
for: $template in $show-template-list.templates

-- end: ftd.row

-- end: ftd.column

-- end: show-template-list









-- component template-short:
caption template template:

-- ftd.column:
width.fixed.px: 243
spacing.fixed.px: 8
padding-bottom.px: 8
border-radius.px: 8
link: $template-short.template.url

-- ftd.image:
src: $template-short.template.thumbnail
width: fill-container

-- ftd.row:
width: fill-container
spacing.fixed.px: 8
padding-top.px: 8

-- ftd.image:
src: $assets.files.assets.avatar.svg
width.fixed.px: 32
height.fixed.px: 32
fit: cover
align-self: center

-- ftd.column:
spacing.fixed.px: 4

-- ftd.text: $template-short.template.title
role: $inherited.types.heading-tiny
color: $inherited.colors.text-strong

-- ftd.text: $template-short.template.owner_name
role: $inherited.types.copy-small
color: $inherited.colors.text
style: light

-- end: ftd.column

-- end: ftd.row

-- end: ftd.column

-- end: template-short


Loading

0 comments on commit 9eb3853

Please sign in to comment.