Skip to content

Fix story card — move author outside moleskine, move badges to bottom, fix desktop click #529

@realproject7

Description

@realproject7

Summary

Three issues with the story card after PR #523:

1. Author profile link not clickable on desktop

The author name (WriterIdentityClient) was moved back inside the moleskine cover with z-40 to sit above the card link. This breaks the stretched card link on desktop — the entire card is no longer clickable to the story detail page. Mobile still works (likely because the hover/open animation doesn't apply).

Fix: Move author name back outside the moleskine box (below the cover, above TVL/rating). This keeps the profile link easily clickable without z-index conflicts. The entire moleskine cover should remain clickable to the story page.

2. Plot count and NEW badges should be at the bottom of the moleskine

Currently the [1 plot], [NEW], and genre tags are at the top of the moleskine cover. Move the plot count badge and NEW badge to the bottom of the moleskine cover area. Genre tag can stay at the top.

Layout (top to bottom)

  1. Moleskine cover:
    • Top: genre tag only
    • Center: story title
    • Bottom: plot count badge + NEW badge (if applicable)
  2. Below moleskine: author name (clickable to /profile)
  3. Below author: TVL, rating

Acceptance Criteria

  • Entire moleskine card clickable to story detail page on both desktop and mobile
  • Author name displayed outside/below the moleskine, clickable to profile
  • Plot count and NEW badges at the bottom of the moleskine cover
  • Genre tag stays at the top of the moleskine cover
  • No z-index conflicts between card link and profile link

Metadata

Metadata

Assignees

No one assigned

    Labels

    agent/T3Assigned to T3 builder agentbugSomething isn't workingdesignDesign and UI changes

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions