feat(webui): add client cheats and new account cheat "Unlock All Focus Schools" #406

Merged
Sainan merged 3 commits from cheetos into main 2024-06-27 14:08:59 -07:00
Owner
No description provided.
OrdisPrime (Migrated from github.com) reviewed 2024-06-26 07:31:49 -07:00
@ -704,0 +727,4 @@
};
});
function doUnlockAllFocusSchools() {
OrdisPrime (Migrated from github.com) commented 2024-06-26 07:31:49 -07:00
Author
Owner

in general I noticed you like using the do prefix, however I think it doesn't add to the function name.
Just something I personally would change.

in general I noticed you like using the do prefix, however I think it doesn't add to the function name. Just something I personally would change.
Sainan reviewed 2024-06-26 11:34:33 -07:00
@ -704,0 +727,4 @@
};
});
function doUnlockAllFocusSchools() {
Author
Owner

I use this prefix for functions that are invoked from the UI as opposed to internal functions. I think it somewhat clarifies expectations.

I use this prefix for functions that are invoked from the UI as opposed to internal functions. I think it somewhat clarifies expectations.
Sign in to join this conversation.
No description provided.