1.3.1
v1.3.1: Fix community review warnings
- Replace style.setProperty with direct assignment (standard CSS properties)
- Add eslint-disable comments for custom CSS variables
- Replace localStorage with plugin.settings
- Replace vault.delete with vault.trash
- Add .fleur-underline-wavy and .fleur-underline-solid CSS classes (fix missing underline styles)
- Add void to unhandled Promises
- Add eslint-disable comment for fetch (SSE streaming)
- All setTimeout → window.setTimeout
- All as any → proper type checks