Skip to content

Commit

Permalink
deploy: e68d038
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Oct 6, 2024
1 parent 7cd2d2d commit c9e0df6
Show file tree
Hide file tree
Showing 190 changed files with 202,675 additions and 202,654 deletions.
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.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as ftd2 from "../../ftd2";
import * as preact from "preact";
import { useEffect } from "preact/hooks";

const ROOT_ID = "package-content-placeholder";
const ROOT_DATA = "outer-folder";
Expand Down Expand Up @@ -85,8 +86,10 @@ function show_package_content({folders, files, ftd_root}) {
let modified_files = new ftd2.FastnTik([], ftd_root, MODIFIED_FILES).get();
let only_modified_files = new ftd2.FastnTik(false, ftd_root, ONLY_MODIFIED_FILES).get();

// saves open file state on every render
window.dispatchEvent(new CustomEvent("ide-event", {detail: {name: "save-file-tree", data: folder.get()}}));
useEffect(() => {
// saves open file state on every render
window.dispatchEvent(new CustomEvent("ide-event", {detail: {name: "save-file-tree", data: folder.get()}}));
}, [folder.get()]);

return preact.h(
show_folder, {
Expand Down
2,264 changes: 1,132 additions & 1,132 deletions actions/authenticate-user/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions actions/package-actions/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions actions/storybook/navigate/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ pre[class*=language-].fastn-theme-light {
color: #07a;
}

.fastn-theme-light .token.inserted,
.fastn-theme-light .token.section-caption {
color: #1c7d4d;
}
Expand Down Expand Up @@ -110,12 +111,13 @@ pre[class*=language-].fastn-theme-light {
color: #8b3b3b;
}

.fastn-theme-light .token.coord,
.fastn-theme-light .token.header-value {
color: #36464e;
}

/* END ----------------------------------------------------------------- */

.fastn-theme-light .token.unchanged,
.fastn-theme-light .token.cdata,
.fastn-theme-light .token.comment,
.fastn-theme-light .token.doctype,
Expand Down Expand Up @@ -144,7 +146,6 @@ pre[class*=language-].fastn-theme-light {
.fastn-theme-light .token.attr-name,
.fastn-theme-light .token.builtin,
.fastn-theme-light .token.char,
.fastn-theme-light .token.inserted,
.fastn-theme-light .token.selector,
.fastn-theme-light .token.string {
color: #36464e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ pre[class*=language-].fastn-theme-dark {
color: #d5d7e2;
}


.fastn-theme-dark .token.section-name {
color: #6791e0;
}

.fastn-theme-dark .token.inserted-sign,
.fastn-theme-dark .token.section-caption {
color: #2fb170;
}
Expand Down Expand Up @@ -96,6 +98,7 @@ pre[class*=language-].fastn-theme-dark {
color: #54b59e;
}

.fastn-theme-dark .token.deleted-sign,
.fastn-theme-dark .token.header-name {
color: #c973d9;
}
Expand All @@ -104,12 +107,14 @@ pre[class*=language-].fastn-theme-dark {
color: #9871ff;
}

.fastn-theme-dark .token.coord,
.fastn-theme-dark .token.header-value {
color: #d5d7e2;
}

/* END ----------------------------------------------------------------- */

.fastn-theme-dark .token.unchanged,
.fastn-theme-dark .token.comment,
.fastn-theme-dark .token.prolog,
.fastn-theme-dark .token.doctype,
Expand Down
2,264 changes: 1,132 additions & 1,132 deletions components/about/product/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/avatar/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/blog/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 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,264 changes: 1,132 additions & 1,132 deletions components/editor/left-gutter/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions components/editor/panels/package/package-content.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as ftd2 from "../../ftd2";
import * as preact from "preact";
import { useEffect } from "preact/hooks";

const ROOT_ID = "package-content-placeholder";
const ROOT_DATA = "outer-folder";
Expand Down Expand Up @@ -85,8 +86,10 @@ function show_package_content({folders, files, ftd_root}) {
let modified_files = new ftd2.FastnTik([], ftd_root, MODIFIED_FILES).get();
let only_modified_files = new ftd2.FastnTik(false, ftd_root, ONLY_MODIFIED_FILES).get();

// saves open file state on every render
window.dispatchEvent(new CustomEvent("ide-event", {detail: {name: "save-file-tree", data: folder.get()}}));
useEffect(() => {
// saves open file state on every render
window.dispatchEvent(new CustomEvent("ide-event", {detail: {name: "save-file-tree", data: folder.get()}}));
}, [folder.get()]);

return preact.h(
show_folder, {
Expand Down
2,264 changes: 1,132 additions & 1,132 deletions components/editor/panels/preview/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/editor/vars/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/footer/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/header/index.html

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/label/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/page/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/sites/header/index.html

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/sites/page/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/user/header/index.html

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions components/user/page/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5232,7 +5232,8 @@ const ftd = (function () {
.replaceAll(",", "$")
.replaceAll("\\", "/")
.replaceAll("/", "_")
.replaceAll(".", "_");
.replaceAll(".", "_")
.replaceAll("~", "_");
}

function getDocNameAndRemaining(s) {
Expand Down
2,264 changes: 1,132 additions & 1,132 deletions ds/index.html

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions i18n/en/index.html

Large diffs are not rendered by default.

2,264 changes: 1,132 additions & 1,132 deletions i18n/hi/index.html

Large diffs are not rendered by default.

2,266 changes: 1,133 additions & 1,133 deletions index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,13 +1107,13 @@
},
"components/editor/editor-bundle.js": {
"name": "components/editor/editor-bundle.js",
"checksum": "D7FE9291550A686E445CC6207B3EAC830E922FB0285B7D6BE695BC2E5342FEFF",
"size": 655747
"checksum": "A5E6833622A28A946F3969934BC6C04E669FB63A8ACD19553B2D18693A6C1380",
"size": 655938
},
"components/editor/editor-bundle.js.map": {
"name": "components/editor/editor-bundle.js.map",
"checksum": "D9851F3947C7D48FFF84521A64557BF600D52A29E1C47A59FE1B2ED3718D8808",
"size": 2403858
"checksum": "C13755022CA365E849E1C00AA3236AC93FA4C5A1F1EB850FDFD487C9820EB3E1",
"size": 2404340
},
"components/editor/editor.css": {
"name": "components/editor/editor.css",
Expand Down Expand Up @@ -1162,8 +1162,8 @@
},
"components/editor/panels/package/package-content.mjs": {
"name": "components/editor/panels/package/package-content.mjs",
"checksum": "C9A052B6E252E02145B4BE5CB57E2CBD460B130D2C9DF990A1089E88FC6DFCF1",
"size": 11081
"checksum": "CF0B9AED6EE774B8E35E8C2A5D3335D3F9D34D3AC68FC2D6B1ECDE0076355BCB",
"size": 11177
},
"components/editor/panels/preview.ftd": {
"name": "components/editor/panels/preview.ftd",
Expand Down Expand Up @@ -1892,5 +1892,5 @@
}
},
"zip_url": "https://codeload.github.com/fifthtry/ui/zip/refs/heads/main",
"checksum": "6FF249F333F4754707F22EB9F266D6D878CD5CAD7F5C13DA809406693A8CB50F"
"checksum": "3D72E038643ADE642AF1DFCDB8910E2848792DEC2E9C9A67212C011E23E5C025"
}
Loading

0 comments on commit c9e0df6

Please sign in to comment.