Fixed
- ARL input persistence across view switches – Fixed
SettingsView.sveltelosing pasted ARL text when navigating away to Search/Downloads before saving. Added asettingsArlDraftSvelte store so unsaved ARL input is preserved while navigating between views, and the draft is cleared automatically after a successful login/save. - SvelteKit tsconfig warning during build – Fixed "Cannot find base config file ./.svelte-kit/tsconfig.json" warning by running
svelte-kit syncbeforevite build, ensuring the.svelte-kitfolder exists before TypeScript/Vite reads the config.