aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Hayai.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 days1-2/+2
| | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests.
* chore(biome): drop formatter style overridesFuwn2026-03-011-61/+73
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+1
|
* chore(biome): enable svelte formattingFuwn2026-03-011-59/+59
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-2/+3
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-2/+2
|
* format: Apply Prettier formattingFuwn2025-12-151-2/+2
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-72/+72
|
* feat(hayai): add usage informationFuwn2024-03-181-1/+7
|
* feat(hayai): add short descriptionFuwn2024-03-181-0/+8
|
* feat(hayai): better algorithmFuwn2024-03-181-15/+28
|
* feat(hayai): whole description as bionicFuwn2024-03-171-1/+1
|
* feat(tools): hayai v2Fuwn2024-03-171-0/+75