Fully rename Pixeldrain to Nova

This commit is contained in:
2026-06-10 23:53:03 +02:00
parent 3c13cd1a14
commit 7b24a9d8cf
95 changed files with 321 additions and 1989 deletions

View File

@@ -1,9 +1,9 @@
import { writable } from "svelte/store"
import { fs_check_response, fs_path_url, type FSNode } from "./FilesystemAPI.svelte"
import { loading_finish, loading_start } from "lib/Loading"
import { get_user } from "lib/PixeldrainAPI"
import { get_user } from "lib/NovaAPI"
const bookmarks_file = "/me/.fnx/bookmarks.json"
const bookmarks_file = "/me/.nova/bookmarks.json"
export type Bookmark = {
id: string,