Vauxs
TTyphonJS
•Created by Vauxs on 12/30/2024 in #typhonjs-runtime
Live-changing Title
Is this possible to do with SvelteApp? To have an input change the title of the application live.
7 replies
TTyphonJS
•Created by Vauxs on 12/20/2024 in #typhonjs-runtime
SidebarControl musings
I got very intrigued by FVTTSidebarControl and it calls to me to make PF2e Graphics basically have its own sidebar for displaying stored animations.
I'd even indulge in that calling but do you have any ideas on how to make such a thing work without an actual collection to save all of it in? I thought of maybe some kind of derived store that takes in all user flags and world setting but that sounds... inefficient.
86 replies
TTyphonJS
•Created by Vauxs on 8/14/2024 in #typhonjs-runtime
Separate components unintentionally updating one another
I don't know how I ended up here, but I have a bizarre bug where I have two windows open and one of them sends data to another. There is no code that shares state between the two.
60 replies
TTyphonJS
•Created by Vauxs on 8/10/2024 in #typhonjs-runtime
TJSGameSettings getStore not saving properly?
I have a bizzare interaction right now with TJSGameSettings.getStore / getWritableStore.
It gets updated, I even see in the console through
game.settings.get
that the setting has been "updated"
Then I refresh and the changes made disappear. What gives?21 replies
TTyphonJS
•Created by Vauxs on 3/29/2024 in #typhonjs-runtime
Cannot open Application after TJSDialog
19 replies
TTyphonJS
•Created by Vauxs on 3/8/2024 in #typhonjs-runtime
ApplicationShell, elementRoot, and reactive offsetHeight with resizable: true
I am trying to make a menu that requires a bit of JS in order to work to set maximum heights for lists that otherwise should scroll. Problem is that I cannot find a way to get an up to date
elementRoot.offsetHeight
when the user resizes the application window. Is there a way to get those values?47 replies
TTyphonJS
•Created by Vauxs on 6/13/2023 in #typhonjs-runtime
TJSGameSettings with not registered settings.
50 replies
TTyphonJS
•Created by Vauxs on 4/8/2023 in #typhonjs-runtime
Creating a svelte store of a document's flags
Is this wise, if even possible?
Like I want to create a writable store of a message's flags, so that I can freely edit it without having to worry about Foundry's
update
functions.16 replies
TTyphonJS
•Created by Vauxs on 3/30/2023 in #typhonjs-runtime
Settings are not a store and Chat Messages Talk
38 replies