Skip to content

Fix timeline horizontal view UI issues#612

Merged
martinyde merged 2 commits intofeature/timeline-conversion2from
feature/timeline-fixes-after-implementation
Jan 27, 2026
Merged

Fix timeline horizontal view UI issues#612
martinyde merged 2 commits intofeature/timeline-conversion2from
feature/timeline-fixes-after-implementation

Conversation

@yepzdk
Copy link
Copy Markdown
Contributor

@yepzdk yepzdk commented Jan 27, 2026

Summary

Test plan

  • Load fixtures with task fixtures:load
  • Visit a project page with timeline enabled
  • Toggle to horizontal view and verify:
    • Timeline dots appear above the card with month/year labels
    • "I dag" marker shows as hollow orange dot with "I dag" label
    • Carousel starts at the most recent non-upcoming card
    • Clicking dots navigates to corresponding card
    • Pager appears below the card
    • Legend appears at the bottom with correct status colors
  • Verify no raw field data appears above the timeline
  • Test view toggle works in both directions

🤖 Generated with Claude Code

- Add legend component with status labels (#602)
- Skip today marker in carousel slides, show only as dot (#599)
- Reorder horizontal view: dots first, cards, then pager (#601)
- Add clickable dots with month/year labels on horizontal timeline (#600)
- Fix card text content layout for horizontal view (#604)
- Fix action button alignment with flex layout (#603)
- Auto-navigate to latest non-upcoming card on load
- Exclude timeline fields from raw content output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@yepzdk yepzdk changed the base branch from develop to feature/timeline-conversion2 January 27, 2026 07:12
@yepzdk yepzdk requested a review from martinyde January 27, 2026 07:12
@martinyde martinyde merged commit fd32943 into feature/timeline-conversion2 Jan 27, 2026
15 of 21 checks passed
@martinyde martinyde deleted the feature/timeline-fixes-after-implementation branch January 27, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timeline: Pager buttons should be below cards on horizontal view Timeline: Connecting line with dots missing in horizontal view

2 participants