aboutsummaryrefslogtreecommitdiff
path: root/src/lib/User/BadgeWall/BadgePreview.svelte
Commit message (Collapse)AuthorAgeFilesLines
* fix(user): pass actual description to badge preview alt textFuwn2026-04-181-1/+1
| | | | | | | | | | The ParallaxImage alternativeText prop was passed as the literal string "selectedBadge.description" (quoted attribute syntax) instead of the expression, so every badge image rendered with that identifier name as its alt text. Switch to the expression form with a nullish-coalescing fallback so badges without a description render empty alt rather than the literal.
* chore(biome): drop formatter style overridesFuwn2026-03-011-71/+80
|
* chore(biome): enable svelte formattingFuwn2026-03-011-89/+89
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-4/+4
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-7/+4
|
* refactor(layout): Replace empty p elements with reusable Spacer componentFuwn2026-01-231-3/+4
|
* fix(html): Replace self-closing non-void HTML elements with proper closing tagsFuwn2026-01-231-3/+3
|
* format: Apply Prettier formattingFuwn2025-12-151-3/+3
|
* style(src): Remove self-closing p and div tagsFuwn2025-06-231-3/+3
|
* fix(BadgePreview): Correct badge preview widthFuwn2025-03-251-1/+0
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-219/+219
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* refactor(Database): move Supabase user modules to User moduleFuwn2024-07-251-2/+2
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* feat(BadgePreview): move seek buttons to preview panelFuwn2024-06-141-0/+16
|
* feat(BadgePreview): bigger preview windowFuwn2024-06-131-96/+91
|
* feat(BadgePreview): detect lofter.comFuwn2024-06-071-0/+2
|
* feat(badges): click counter for badgesFuwn2024-05-271-0/+8
|
* feat(BadgePreview): navigate using badge sideFuwn2024-05-021-7/+21
|
* feat(BadgePreview): simple designer linkFuwn2024-04-301-3/+21
|
* feat(BadgePreview): simple source nameFuwn2024-04-301-2/+21
|
* feat(BadgePreview): SauceNAO buttonFuwn2024-04-211-3/+6
|
* fix(BadgePreview): high-resolution image load on navigateFuwn2024-04-211-1/+13
|
* feat(User): move BadgeWall to User moduleFuwn2024-04-201-0/+158