Skip to content

LOW: Fix Load More button replacing items instead of appending #42

Description

@Brad-Edwards

Severity: Low (Quality L6)

`src/server/components/item-card.tsx:114` — HTMX `hx-swap="innerHTML"` replaces `#items-list` entirely with just the new page, losing previously loaded items. Users expect append behavior.

Recommendation: Change to `hx-swap="beforeend"` and adjust the target/response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions