Commit Graph

141 Commits

Author SHA1 Message Date
cvmuser1000
6e304a3d6f add a js console navigation thingy
add a js console navigation thingy
2024-10-31 19:06:17 +00:00
Elijah R
576bdfb13c change fontawesome to being loaded locally
you can stop throwing rocks at my windows now
2024-08-05 16:12:24 -04:00
Mallory
51e01da1af
consistency 2024-07-12 16:15:10 -04:00
Elijah R
a82906d9c5 move binprotocol to submodule (webapp) 2024-06-25 21:27:07 -04:00
Elijah R
d1203a5b9b use msgpackr instead of @ygoe/msgpack 2024-06-25 20:09:36 -04:00
Elijah R
c4f6ff6af6 add support for binary JPEG (webapp) 2024-06-25 19:56:35 -04:00
MDMCK10
737c62bde5 Replace cidr-localenames-full with Intl.DisplayNames 2024-06-23 23:33:19 +02:00
Elijah R
3fb38f8614 improve load times by consolidating metadata into languages.json and only loading the requested language 2024-06-23 03:51:42 -04:00
Elijah R
1397764251 add country name to flag tooltip 2024-06-23 03:28:23 -04:00
Elijah R
03be418d97 add support for country flags 2024-06-23 02:18:35 -04:00
Elijah R
f0c09b2e1b Add toggle for ghost turning 2024-06-16 13:50:44 -04:00
Caleb
00da6db08d
Preload NotoColorEmoji.ttf (#92) 2024-06-16 13:31:29 -04:00
Elijah R
6fd6028a25 refactor display scaling again
- fix screen blanking bug
- turns out the timeout wasn't needed (only added it because I thought writing so many times was causing the above bug)
2024-04-10 21:28:58 -04:00
Elijah R
3b4d6ce6df minor bugfix in screen scaling 2024-04-10 19:03:17 -04:00
Elijah R
b87abde238 add emoji font because some systems dont have one 2024-04-10 18:51:24 -04:00
Elijah R
49f1daa634 add display scaling 2024-04-10 18:24:40 -04:00
Elijah R
b908427292 make OSK responsive (no longer goes offscreen on mobile) 2024-04-10 17:48:25 -04:00
Elijah R
2b7153cc37 Make welcome modal localStorage key configurable 2024-04-10 17:08:13 -04:00
Elijah R
d83f1c8e13 loadList shouldn't be awaited here 2024-04-10 17:05:09 -04:00
Elijah R
da9342180a Add dompurify support 2024-04-10 16:53:55 -04:00
Elijah R
21825fbdee Add required features for UserVM
- Add ability to override site name, welcome modal
- Add ability to load a JSON file to get nodes from
- Make NSFW vms configurable
2024-04-10 16:49:04 -04:00
Elijah R
c78298345c Switch to using parcel json imports instead of Config.ts 2024-04-10 16:49:04 -04:00
Elijah R
44e850dfa3 detect dark theme from browser 2024-04-09 19:51:13 -04:00
Elijah R
8a7ec2732d detect the browser language and use that if possible 2024-04-09 19:42:37 -04:00
Elijah R
17afad3dcd update dynamic strings on language change 2024-04-09 19:22:54 -04:00
Elijah R
9cd578e453 if language is not english, the rules button should re-open the modal instead of opening rules.html 2024-04-09 18:27:43 -04:00
Elijah R
dd01b84dd2 add link to contribute a language to the dropdown 2024-04-09 16:16:10 -04:00
Elijah R
6b4bf0de3d add language dropdown, remove pirate from list until we update it 2024-04-09 16:13:38 -04:00
Elijah R
9d60b44073 Fully implement i18n 2024-04-09 15:06:10 -04:00
Elijah R
1a24bed775 add light mode toggle 2024-04-09 01:42:37 -04:00
Elijah R
ef93d5866f fix username colors 2024-04-08 00:31:57 -04:00
Elijah R
70a2f9cc4e allow the client to request its preferred username even if webapp-wide auth is enabled since some VMs might not support auth 2024-04-07 14:39:38 -04:00
Elijah R
837a34d8cc implement password resets 2024-04-05 20:05:49 -04:00
Elijah R
29fcfbcc7c remove (bg|text)-* from account modal 2024-04-05 17:37:54 -04:00
Elijah R
c8b7b3e00a dogok banned for cause merge conflict 2024-04-05 17:32:16 -04:00
Elijah R
d2206ff547 implement date of birth 2024-04-05 17:26:24 -04:00
dakrk
e1b8bfcebb
Actually do bootstrap theme properly
why was it like this in the first place

(i ought to just complete the bootstrapless branch at this point)
2024-04-05 17:27:53 +01:00
dakrk
d3ad9a3585
Indent CSS
some things aren't. WHY
2024-04-05 17:20:30 +01:00
dakrk
72d0cbb37b
Fix indentation (consistent formatting CHALLENGE)
You people have a prettierrc yet never run prettier

tabs or spaces. WHICH IS IT
2 width or 4 width WHICH IS IT

(i'd make index.html 4 width tab but there's more that uses space there)
2024-04-05 17:16:20 +01:00
Elijah R
54255cc118 implement account authentication (webapp) 2024-04-05 09:11:21 -04:00
modeco80
999bdd0809 format fixes and unittest additions, translated document title
We also actually use our format utilities to set the title.
2024-03-16 18:57:19 -04:00
modeco80
0cef7194ce More i18n related updates
- More string keys
- Reworked string keys entirely
- Moved formatting into seperate typescript module
- Write unit tests using `jest` for the format module
- README improvements

Pirate language needs to be reworked and it should be a bit less painful now to actually add more string keys later on (eventually making the whole webapp strings lie inside the stringkeys)
2024-03-15 04:01:40 -04:00
modeco80
3a7e590797 Make i18n more robust to failure
Now we actually format the fallback key if we can't find the language's translation of a string key.

In the rare case that the fallback language actually doesn't have a key, we just return the key name and a little notice that something's gone wrong.

Local storage stuff is now handled by our i18n impl (upon setting a language, if it's not the fallback language, we'll write it to localstorage automatically so we remember the user's decision), just to cleanup the initalization in main.ts (and also because it's a bit simpler that way).

Also moved initalization to a DOMContentLoaded event, since that can be made async.
2024-03-13 21:55:01 -04:00
modeco80
6327036283 Implement basic i18n
Not fully functional yet, so this won't/shouldn't be pushed onto the site yet (no language dropdown, there are still quite a few hardcoded strings that need to become string keys ...) but it works more than well enough to at least test and add more things as string keys that are currently hardcoded.

There are two languages provided, "en-us" and "pirate". Pirate is a test language to make sure all string keys are applying properly and all that.

As a bonus the new I18n system also offers a slightly less boneheaded way to do replacements, which is much more flexible than blind replace calls, and can take any type which is able to be stringified.

The parsing code for this is far from my best work, but it'll do for now, and seems to work okay (and has basic idiot proofing), so eh.

Supersedes #13.
2024-03-12 06:45:03 -04:00
modeco80
7691b84073 add Permissions#set
This avoids constructing a Permissions just to reset it, when we can just set it to nothing

Also contains some var->let or var->const work
2024-03-12 03:02:02 -04:00
modeco80
acd2b949b8 make AdminOpcode enum numbers
Thanks to previous work they will be converted to a string anyways, so they need not be strings here.
2024-03-12 02:53:53 -04:00
modeco80
cfed6dbfa3 oops 2024-03-12 02:14:12 -04:00
modeco80
2661a1a142 Remove "new Promise" hoisting in most cases in main.ts
Not actually needed (and in most cases, the inner lambda was `async` colored anyways, so why not just async color the function itself?)
2024-03-12 01:44:04 -04:00
modeco80
125e6a769d reformat typescript code with prettier
Mostly just for nicity. I did manually clean up a few things, but other than that, this basically was just importing configs from cvm3/crusttest, adding prettier as a dev dependency, and just ctrl-shift-I on every typescript file part of the codebase
2024-03-12 01:28:23 -04:00
modeco80
6dc3ba20af Remove most "as" casting
Since the places where this was being done actually typecheck now (thanks mostly to the nanoevent interfaces), we no longer need wonky "as U" casts anymore!
2024-03-12 01:18:39 -04:00