import { createElement } from "../../lib/skeleton/index.js"; import rxjs from "../../lib/rx.js"; import { transition } from "../../lib/animate.js"; import t from "../../locales/index.js"; import config$ from "./model_config.js"; export default async function(render) { const hasFork = await config$.pipe(rxjs.filter(({ fork_button }) => fork_button !== false)).toPromise(); if (!hasFork) return; await new Promise((done) => setTimeout(done, 1000)); render(transition(createElement(`