Skip to content

Commit

Permalink
deploy: 58a269b
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Sep 16, 2024
1 parent 6ceaf3b commit e69dc47
Show file tree
Hide file tree
Showing 189 changed files with 183,671 additions and 183,543 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@top command {
AddFile | ClearOPFS | PushFile | DeleteFile
AddFile | ClearOPFS | PushFile | DeleteFile | UpdatePreview
}


Expand All @@ -21,6 +21,10 @@ ClearOPFS {
"clear-opfs"
}

UpdatePreview {
"update-preview"
}

FileName {
folder? identifier '.' identifier
}
Expand Down
2 changes: 1 addition & 1 deletion -/ui.fifthtry.com/components/editor/editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion -/ui.fifthtry.com/components/editor/editor-bundle.js.map

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/authenticate-user/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/create-site-action/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/create-user/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/package-actions/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/domains/add-domain/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/domains/delete-domain/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/domains/make-primary-domain/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/domains/re-check-domain/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/editor/create-file/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/editor/delete-file/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/editor/open-file/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/editor/save-file/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/editor/upload-file/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/github/configure/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/github/reconfigure/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/github/remove-github-access/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/settings/basic/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/settings/environment/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/tokens/create-token/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/sites/tokens/delete-token/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/storybook/navigate/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/user/create-org-action/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/user/create-site-action/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/user/recover-password/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions actions/user/set-password/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions cards/onboarding-employee/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/about/product/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/about/team-member/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/auth-page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/avatar/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/blog/blog-authors/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/blog/blog-home/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/blog/blog-post/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/blog/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/dark-mode-toggle/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/download-button/index.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion components/editor/command-k/command.grammar
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@top command {
AddFile | ClearOPFS | PushFile | DeleteFile
AddFile | ClearOPFS | PushFile | DeleteFile | UpdatePreview
}


Expand All @@ -21,6 +21,10 @@ ClearOPFS {
"clear-opfs"
}

UpdatePreview {
"update-preview"
}

FileName {
folder? identifier '.' identifier
}
Expand Down
28 changes: 28 additions & 0 deletions components/editor/command-k/index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,34 @@ clear-opfs



-- component show-update-preview-help:
caption boolean show-question: false

-- ftd.column:
width: fill-container
spacing.fixed.px: 5
padding.px: 5

-- help-header: Update Preview
show-question: $show-update-preview-help.show-question

-- ftd.text:

You can update the preview by using this command. When you type we don't
auto update the preview due to performance reason. You can use this command
to update the preview.

-- ftd.code:
width: fill-container
lang: sh

update-preview

-- end: ftd.column

-- end: show-update-preview-help





Expand Down
2,050 changes: 1,025 additions & 1,025 deletions components/editor/command-k/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/editor/editor-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/editor/editor-bundle.js.map

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/left-gutter/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/main-editor/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/panels/package/index.html

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion components/editor/panels/preview.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,21 @@ padding-horizontal.px: 10
padding-vertical.px: 6


-- ftd.text: Preview
-- ftd.row:
spacing.fixed.px: 7
align-content: center

-- phosphor.light: seal-check
if: { vars.preview-upto-date }
size: 14

-- phosphor.light: seal
if: { !vars.preview-upto-date }
size: 14

-- ftd.text: Preview

-- end: ftd.row

-- ftd.row:
spacing.fixed.px: 5
Expand Down
2,050 changes: 1,025 additions & 1,025 deletions components/editor/panels/preview/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/right-gutter/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/status-bar/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/top-bar/file-switcher/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/top-bar/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/editor/top-bar/package-switcher/index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions components/editor/vars.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ url: /foo/blog/images/first-image.jpg



-- boolean $preview-upto-date: true

-- boolean $preview-maximized: false

-- boolean $preview-visible: true
Expand Down
2,050 changes: 1,025 additions & 1,025 deletions components/editor/vars/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/featured-templates/page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/featured-templates/template-view/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/footer/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/header-message/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/header/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/label/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/language-switcher/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/code-preview/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/create-site/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/editor/browser/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/editor/create-file-ui/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/editor/edit-ui/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/editor/upload-file-ui/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/file-browser/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/file-tree/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/header/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/setting/page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/show-site-info/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/site-domain-info/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/sites/token-info/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/university/show-course-info/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/user/header/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions components/user/page/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions ds/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions i18n/en/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions i18n/hi/index.html

Large diffs are not rendered by default.

2,050 changes: 1,025 additions & 1,025 deletions index.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,13 +1087,13 @@
},
"components/editor/command-k/command.grammar": {
"name": "components/editor/command-k/command.grammar",
"checksum": "69A6487873DD10045930DECD74D2FA112BE433326F09710527B233EE0ACB1541",
"size": 508
"checksum": "986314BF490511EC46C9DD76BFE62779758169A853A1E1B010A8840B16279E7B",
"size": 564
},
"components/editor/command-k/index.ftd": {
"name": "components/editor/command-k/index.ftd",
"checksum": "920AC4F55FFB305044CFFF2EA2885DC4604EF452F2DC4632529C482C7C5F80EE",
"size": 5750
"checksum": "6FB2E7F63531CD25F628975FB7C1F5214B8D41CF23BF18315009FFFB27CA6412",
"size": 6289
},
"components/editor/command-k/language.js": {
"name": "components/editor/command-k/language.js",
Expand All @@ -1107,13 +1107,13 @@
},
"components/editor/editor-bundle.js": {
"name": "components/editor/editor-bundle.js",
"checksum": "EB0318A68DFB6312BD90FCE1AA9611EB6785BEA62D3BEE0E2BCA7F9A31452859",
"size": 654837
"checksum": "D387061888122A9E86A3BF527375317F13AFDFA150F3FF3ACF57F6B41260BD5A",
"size": 655457
},
"components/editor/editor-bundle.js.map": {
"name": "components/editor/editor-bundle.js.map",
"checksum": "97E22790F503F546250A6EA91FE9897D872BFD54122766189FEBA6AF800A2941",
"size": 2402490
"checksum": "4C89F3E14E2CC682B47CC59058CF1016B3A25083172AA75E5C78C27E62094235",
"size": 2403021
},
"components/editor/editor.css": {
"name": "components/editor/editor.css",
Expand Down Expand Up @@ -1167,8 +1167,8 @@
},
"components/editor/panels/preview.ftd": {
"name": "components/editor/panels/preview.ftd",
"checksum": "D52FA2AA729D8B2CE22D7B8733C38ED1DE62980F36E06CE2F2B4A395C9A312BB",
"size": 3031
"checksum": "09203AC11AF53F90A8E5C66156DEF7D4524760539D4865936B14DC06597862B6",
"size": 3308
},
"components/editor/right-gutter.ftd": {
"name": "components/editor/right-gutter.ftd",
Expand Down Expand Up @@ -1202,8 +1202,8 @@
},
"components/editor/vars.ftd": {
"name": "components/editor/vars.ftd",
"checksum": "3808CDC1AEC1AA4539524B191A29A63868080B8A27CBDD4FBD0BE9D8360F1D04",
"size": 3784
"checksum": "1992DC56081AE13E760B999A62CE792E268B90341A94079B6D6F0BA08541E634",
"size": 3821
},
"components/featured-templates/page.ftd": {
"name": "components/featured-templates/page.ftd",
Expand Down Expand Up @@ -1892,5 +1892,5 @@
}
},
"zip_url": "https://codeload.github.com/fifthtry/ui/zip/refs/heads/main",
"checksum": "C0594DA1ADB81F88030157B23E699C800BD5299EFEF7A61E26DB4AB227EFC436"
"checksum": "78A57C5E51B1898387CAE58BCAA5227009E7A01B6B1E85DBEAC33B65F770B303"
}
Loading

0 comments on commit e69dc47

Please sign in to comment.