You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>).
5 months ago
..
account-linking.ts
discord: hide "Join Server" text when invite not provided
1 year ago
accounts.ts
form/admin: don't allow "+" in username/email
5 months ago
activity.ts
ips: log on activities, show on card
1 year ago
captcha.ts
trim base css of most redundant classes
1 year ago
common.ts
web: fix intermittent "coudln't connect" on page load
6 months ago
discord.ts
fix more oddities
3 years ago
invites.ts
api: adjust a couple of URIs
5 months ago
lang.ts
web: fix intermittent "coudln't connect" on page load
6 months ago
login.ts
userpage: add password reset direct link
5 months ago
modal.ts
ts/modal: dont close when not open!
5 months ago
pages.ts
ts: move "page" stuff to module
5 months ago
profiles.ts
api: adjust a couple of URIs
5 months ago
search.ts
ui: general adjustments
1 year ago
settings.ts
config: migrate to new yaml format
5 months ago
stripmd.ts
rewrite stripmd, fix some typos
4 years ago
tabs.ts
ui: general adjustments
1 year ago
theme.ts
setup: flex-ify, light/dark, keep page position on reload
5 months ago
update.ts
fix form layout
3 years ago
validator.ts
userpage: implement change password functionality
2 years ago