diff --git a/pb_hooks/web.pb.js b/pb_hooks/web.pb.js index 179b8f5..939d623 100644 --- a/pb_hooks/web.pb.js +++ b/pb_hooks/web.pb.js @@ -2,18 +2,23 @@ // Pretty URLs for the family-facing web surfaces. // -// One page now does what three did: `account.html` is sign-in, profiles, +// One page now does what three did: `index.html` is sign-in, profiles, // playback preferences, sources, devices and downloads behind a persisted // session. `/settings` keeps working because it is in people's muscle memory and // in older messages — it lands on the sources section of the new page. // // `/tv` is the short form of `/get/tv`, because that URL gets typed on a // television remote inside the Downloader app, one character at a time. +// +// `onboarding.html` and `settings.html` are gone rather than left lying around. +// The first offered a signup form that can now only fail — registration is +// owner-only — and a dead button is worse than no button. The second is a subset +// of the sources section. -routerAdd("GET", "/account", (e) => e.redirect(302, "/account.html")) +routerAdd("GET", "/account", (e) => e.redirect(302, "/")) // Deep-link straight to sources; the page reads the hash to pick its tab. -routerAdd("GET", "/settings", (e) => e.redirect(302, "/account.html#addons")) +routerAdd("GET", "/settings", (e) => e.redirect(302, "/#addons")) // Typing this on a remote is the actual cost being optimised. routerAdd("GET", "/tv", (e) => e.redirect(302, "/get/tv")) diff --git a/pb_public/account.html b/pb_public/account.html deleted file mode 100644 index c22af77..0000000 --- a/pb_public/account.html +++ /dev/null @@ -1,879 +0,0 @@ - - -
- - - -Přihlas se a spravuj svůj účet, profily a nastavení. - Přihlášení zůstane uložené, takže příště to bude rovnou tady.
- - - - - - -Účty zakládá Richard — registrace tu není. Když se nemůžeš - dostat dovnitř, napiš mu.
-amber.petruzalekr.cz/tv —
- stáhne se instalace.Filmy, seriály a anime pro celou rodinu — česky, na televizi i na počítači.
-Průvodce ti vytvoří účet a rovnou nastaví vše potřebné. Budeš potřebovat - kód pozvánky od Richarda.
- Vytvořit účet -/get/tvPřihlas se svým účtem — stažení je vázané na účet.
-Přihlas se a spravuj svůj účet, profily a nastavení. + Přihlášení zůstane uložené, takže příště to bude rovnou tady.
+ + + + + + +Účty zakládá Richard — registrace tu není. Když se nemůžeš + dostat dovnitř, napiš mu.
+amber.petruzalekr.cz/tv —
+ stáhne se instalace.