Commit Graph

279 Commits

Author SHA1 Message Date
Daniel López Guimaraes
addc57b357 feat: new blog post
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2026-07-17 22:06:55 +01:00
MisterSheeple
5834fa91dd feat(docs): add setup guide for Azahar (#433)
Co-authored-by: Jonathan Barrow <jonbarrow1998@gmail.com>
2026-06-16 12:05:53 -04:00
limes.pink
ccc4ef0233 Merge pull request #423 from PretendoNetwork/dev
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
merge dev into master
2026-03-05 22:57:42 +01:00
limes
43a43637a6 chore(lint): fix 2026-03-05 22:51:07 +01:00
limes.pink
d8ba94a8d6 Merge pull request #367 from ariankordi/mii-maker-split-depth
Reduce Mii editor HTTP requests from 4 to 1 on every change
2026-03-05 22:43:12 +01:00
limes
6e6b50360f Merge branch 'dev' 2026-02-08 02:27:15 +01:00
limes
9a2132ee73 chore: update my github username/branding 2026-02-08 02:27:02 +01:00
Ash Logan
0024aacc36 feat: add Dec 25, 2025 blogpost 2025-12-25 23:03:07 +11:00
mrjvs
5ea20923a7 fix: fix event handlers not registering
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-10-05 22:07:52 +02:00
Jonathan Barrow
c8fbfa068b feat: add PNID deletion button to account page 2025-10-03 14:46:11 -04:00
Jonathan Barrow
35b45762a7 feat: may progress update
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-06-02 19:21:51 -04:00
William Oldham
743f99a9c6 style: update eslint-config and lint
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-02-01 21:06:48 +00:00
Arian Kordi
0fceac9dbb Address @stylistic/spaced-comment, @stylistic/arrow-parens, no-redeclare 2025-01-28 12:54:38 -05:00
William Oldham
c011287ab0 Merge pull request #329 from CappeSun/dev
Fixed blog post header hiding part of section when navigating using table of contents
2025-01-28 17:06:50 +00:00
William Oldham
26e8ce2415 docs: don't use cloudconvert 2025-01-28 16:38:35 +00:00
William Oldham
d0354ee85d docs: Add image readme for conversion 2025-01-28 11:28:35 +00:00
William Oldham
b8940c1e12 chore(images/blogposts): move to webp 2025-01-28 11:23:53 +00:00
William Oldham
d74aba0f5a chore(images/docs/errors): move to webp 2025-01-28 11:17:33 +00:00
William Oldham
89b132a084 chore(images/docs/install/3ds): move to webp 2025-01-28 11:16:01 +00:00
William Oldham
e2a493e027 chore(images/docs/install/cemu): move to webp 2025-01-28 11:15:12 +00:00
William Oldham
df6b83a6e9 chore(images/docs/install/juxt): move to webp 2025-01-28 11:13:44 +00:00
William Oldham
4a5256a960 chore(images/docs/install/wiiu): fix images and move to webp where it makes sense 2025-01-28 11:12:21 +00:00
Arian Kordi
8d15d9ed84 Merge remote-tracking branch 'origin-real/dev' into mii-maker-split-depth 2025-01-26 00:11:57 -05:00
William Oldham
1c1e453213 style: make linting changes 2025-01-20 12:13:47 +00:00
William Oldham
51fba60d8b Add 2024 blog posts
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
Co-authored-by: Jonathan Barrow <jonbarrow1998@gmail.com>
2025-01-20 11:22:29 +00:00
Arian Kordi
d7f02414b9 Revert change to mii-js include 2024-12-27 16:51:41 -05:00
Ash Logan
d13bc13a70 docs(install/wiiu): Rewrite and update Inkay, SSSL install guides 2024-11-30 00:26:25 +11:00
Jonathan Barrow
3c7b1f879f Merge pull request #306 from DanilochTop/dev2 2024-09-23 11:56:42 -04:00
Arian Kordi
0fa3fe5439 Draw Mii face with split depth rather than with bald head
Requesting a split depth render results in getting two renders in one
image, the top half having the back half of the Mii head (usually the
hair) and then the bottom half having the front half.

This is needed for the Mii editor because it's drawing the body
manually, and you want some elements of the head (hair) to be behind the
body and the rest to be in front.

Previously, it solved this problem by loading a copy of the Mii head
that's bald, but this along with other stuff added up to four Mii Studio
requests on every render - now it's just one.

NOTE!!!!: This actually doesn't handle importing mii-js from the new
TypeScript project, so as of this commit it WILL NOT work - installing
the new repo, which this doesn't even reference, doesn't produce
compiled JS from the TS source, so it will simply not import.
2024-09-19 20:43:22 -04:00
Arian Kordi
5356bda5a9 Defer loading the Mii save previews 2024-09-19 20:43:04 -04:00
Ash Logan
bb95ac0cf8 feat(home): Add moderation FAQs, update team, minor wording tweaks 2024-09-02 07:25:19 +00:00
Cappe
74d1fb8182 fix: fixed blog post header hiding part of section
blog post no longer scrolls to far when using table of contents to navigate, previously the header would hide part of selected section (when viewport wider than 900px), forcing user to scroll back up
2024-08-29 16:32:32 +02:00
Daniloch
d4e7d32410 feat: add captcha to forgot password requests 2024-05-31 03:42:35 -03:00
silver_volt4
673f7aa410 fix: fix CJK characters breaking unnecessarily 2024-05-23 15:13:45 +02:00
Jonathan Barrow
2b98579f19 Merge pull request #188 from MythicalPlayz/404 2024-04-26 09:41:05 -04:00
MythicalPlayz
e1bd69fe61 Reformatted using tabs 2024-04-25 10:22:50 +02:00
MythicalPlayz
a26023123d Updated Files 2024-04-24 19:38:03 +02:00
LiamM
332d482165 Add files via upload 2024-04-11 15:28:50 -04:00
LiamM
23250c6eb1 Add files via upload 2024-04-11 15:15:40 -04:00
Jonathan Barrow
9bb9f6a4f0 ui: update code block styles for visibility 2024-04-08 18:09:28 -04:00
Jonathan Barrow
a24945563f chore: missing blog posts and update setup docs 2024-04-08 12:37:38 -04:00
ExperiencersInternational
a8577738fb Delete public/assets/images/docs/install/wiiu/savedatabackup/test.md 2024-04-01 16:08:48 +01:00
ExperiencersInternational
1909d6cd1f Add files via upload 2024-04-01 16:08:08 +01:00
ExperiencersInternational
daf091515d Create test.md 2024-04-01 16:03:54 +01:00
gitlimes
4c3a52b773 docs: rewrote some sentences in "Switching..." section seciton
Also simplified image
2023-11-04 15:24:25 +01:00
ExperiencersInternational
f7c019682c Adding images for documentation 2023-11-02 22:29:44 +00:00
Jonathan Barrow
33cfa4b7f1 link to nightly.link in Inkay bleeding edge guide 2023-10-10 12:34:50 -04:00
Jonathan Barrow
e088db97f4 update 3DS docs 2023-10-10 12:20:38 -04:00
Jonathan Barrow
2f755af88f updated Juxt installation guide 2023-10-10 11:44:21 -04:00
ExperiencersInternational
2e67aa44da Add files via upload 2023-10-04 22:27:13 +01:00