Skip to content

clipboard item duplication #20

@mberrishdev

Description

@mberrishdev

The database does not check for duplicate entries before insertion. If the same text or image is copied multiple times, it will create multiple database entries with different timestamps. Consider adding logic to check for duplicates (e.g., comparing the last N entries) or adding a unique constraint on text/image content if duplicates should be prevented.

Originally posted by @Copilot in #19

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions