I was looking at ways to override the default foundry tab for settings and was wondering if there's a way to use svelte/TRL to display our system settings instead of core behavior. I also tried creating a new settings menu and instead of extending FormApplication using either
SvelteApplication
SvelteApplication
or
TJSDialog
TJSDialog
but foundry doesn't seem to register those as clickable buttons in the settings menu.