Merge develop

This commit is contained in:
Pieter Vander Vennet 2025-01-23 14:31:13 +01:00
commit 7a2e7e0727
6 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@ cp node_modules/name-suggestion-index/dist/nsi.min.json public/assets/data/nsi
cp node_modules/name-suggestion-index/dist/wikidata.min.json public/assets/data/nsi
vite-node scripts/nsiLogos.ts -- patch
export NODE_OPTIONS=--max-old-space-size=20000
export NODE_OPTIONS=--max-old-space-size=32000
which vite
vite --version
vite build --sourcemap || { echo 'Vite build failed' ; exit 1; }

View file

@ -173,7 +173,7 @@ class NsiLogos extends Script {
}
}
const iconsTr: TagRenderingConfigJson = <any>{
const iconsTr: QuestionableTagRenderingConfigJson = <any>{
strict: true,
id: "icon",
mappings,

View file

@ -10,7 +10,6 @@ import Constants from "../Models/Constants.js"
import { Utils } from "../Utils.js"
import { UIEventSource } from "../Logic/UIEventSource"
import { WithSearchState } from "../Models/ThemeViewState/WithSearchState"
import { ThemeConfigJson } from "../Models/ThemeConfig/Json/ThemeConfigJson"
import ThemeConfig from "../Models/ThemeConfig/ThemeConfig"
import { AndroidPolyfill } from "../Logic/Web/AndroidPolyfill"

View file

@ -1,4 +1,4 @@
import { default as StatisticsSvelte } from "../UI/Statistics/StatisticsGui.svelte"
import StatisticsSvelte from "../UI/Statistics/StatisticsGui.svelte"
const target = document.getElementById("main")
target.innerHTML = ""

View file

@ -1,5 +1,5 @@
import MetaTagging from "./src/Logic/MetaTagging"
import SingleThemeGui from "./UI/SingleThemeGui.svelte"
import SingleThemeGui from "./src/UI/SingleThemeGui.svelte"
async function main() {