You are browsing as a guest. Sign up (or log in) to start making projects!

Nova

@Nova

Joined May 31st, 2026

  • 3Devlogs
  • 2Projects
  • 0Ships
  • 0Votes
tired transfem who makes cool projects :3 (she/they)
⋇⋆✦⋆⋇ https://novatea.dev ⋇⋆✦⋆⋇
Open comments for this post
Reposted by @Nova

1h 33m 17s logged

FIRST DEVLOG YAYAYAYAY

Set up the project :p

Currently working on making a pixel-perfect system for the game so it looks super polished like Celeste (the original Voidborne had crazy mixels 🫩)

Looks HORRIBLE rn but I plan to start artmaxxing soon!!

FIRST DEVLOG YAYAYAYAY

Set up the project :p

Currently working on making a pixel-perfect system for the game so it looks super polished like Celeste (the original Voidborne had crazy mixels 🫩)

Looks HORRIBLE rn but I plan to start artmaxxing soon!!

Replying to @fireentity

2
483
Open comments for this post

1h 36m 16s logged

Web - Finished SDK Migration

More of what I was doing in my last devlog! I updated to @folderharbor/[email protected], and implemented it across the rest of the panel.
Specifically, in this time, I added it to:

  • all admin routes (users, roles, acls, permissions, config, logs)
  • user settings

Web - Consolidation

I also removed all of the web panel’s types that overlapped with the SDK’s ones, such as getting rid of the ClientConfig type and using FHClientConfig from the SDK instead.

Notes

I’m just about to merge this code into the main branch! :3

Web - Finished SDK Migration

More of what I was doing in my last devlog! I updated to @folderharbor/[email protected], and implemented it across the rest of the panel.
Specifically, in this time, I added it to:

  • all admin routes (users, roles, acls, permissions, config, logs)
  • user settings

Web - Consolidation

I also removed all of the web panel’s types that overlapped with the SDK’s ones, such as getting rid of the ClientConfig type and using FHClientConfig from the SDK instead.

Notes

I’m just about to merge this code into the main branch! :3

Replying to @Nova

0
3
Open comments for this post

1h 41m 59s logged

Web - SDK Migration

I recently made an SDK for FolderHarbor (as a different project)! I’m now rewriting parts of the web panel to use it instead of direct API calls, as the SDK provides better type-safety.
This isn’t done yet, but I’ve gotten the migration done in a few places. I’m doing this on a branch since it’s very breaking (most pages are broken on the branch during this rewrite, but the main branch’s version is still operational with the old code).

Server - Fixes

I fixed some things with the server, namely:

  • Making a locked account return an error in checkPath() calls (this is to stop in-progress transfers on lock).
  • Fixing the PNPM configuration, making it work properly with PNPM v11 (including on the CI/CD).

Web - SDK Migration

I recently made an SDK for FolderHarbor (as a different project)! I’m now rewriting parts of the web panel to use it instead of direct API calls, as the SDK provides better type-safety.
This isn’t done yet, but I’ve gotten the migration done in a few places. I’m doing this on a branch since it’s very breaking (most pages are broken on the branch during this rewrite, but the main branch’s version is still operational with the old code).

Server - Fixes

I fixed some things with the server, namely:

  • Making a locked account return an error in checkPath() calls (this is to stop in-progress transfers on lock).
  • Fixing the PNPM configuration, making it work properly with PNPM v11 (including on the CI/CD).

Replying to @Nova

0
2

Followers

Loading…