Skip to content

Topic links cannot be opened in new tabs -> should use <a> tags #828

@mschmidm

Description

@mschmidm

Currently, users cannot open topics in new tabs because the application uses onClick handlers instead of proper HTML <a> tags to navigate to https://example.com/topics/<topic-id>.

This prevents standard browser interactions like middle-click, right-click → "Open in new tab", or Ctrl/Cmd + Click.

Proposed solution:
Replace onClick handlers with <a> tags.

Benefits:

  • Users can browse the topic list and open multiple interesting topics in background tabs for comparison
  • Enables standard browser navigation without losing their place in the list
  • Improves accessibility (screen readers can properly identify links)
  • Better semantic HTML

Thank you for your work! :)

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