1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-09 20:00:12 +00:00
jfa-go/ts
Harvey Tindall d2e5209832
ts: move "page" stuff to module
not the happiest with it, but it works alright. PageManager is
instantiated, you pass is Page{} objects, which have a (code)name, page
title, and url, and a show, hide, and shouldSkip function, each
returning a bool. The first two are self explanatory, the last tells you
if the page is disabled for some reason (like on setup some are disabled
    if messages are). You can then call load(<(code)name>), or
        prev/next(<name>).
2024-08-27 18:55:28 +01:00
..
modules ts: move "page" stuff to module 2024-08-27 18:55:28 +01:00
typings userpage: add password reset direct link 2024-08-27 14:56:24 +01:00
admin.ts api: adjust a couple of URIs 2024-08-21 20:35:08 +01:00
crash.ts tailwind: upgrade a17t, somewhat functional dark mode 2021-12-30 00:49:43 +00:00
form.ts form/admin: don't allow "+" in username/email 2024-08-24 15:04:18 +01:00
pwr-pin.ts PWR: Add option to set new password from magic link 2021-06-07 13:49:05 +01:00
pwr.ts pwr: add captcha daemon 2023-12-23 20:18:16 +00:00
setup.ts ts: move "page" stuff to module 2024-08-27 18:55:28 +01:00
tsconfig.json users: huge cleanup/dedupe, interface-based third-party services 2024-08-03 21:27:46 +01:00
user.ts ts: move "page" stuff to module 2024-08-27 18:55:28 +01:00