Skip to content

Timeline Package Updates: Enhanced UI, Fixed Configuration, and Published Multiple Versions#9

Open
AmirZhou wants to merge 4 commits into
mainfrom
feature/timeline-package-updates
Open

Timeline Package Updates: Enhanced UI, Fixed Configuration, and Published Multiple Versions#9
AmirZhou wants to merge 4 commits into
mainfrom
feature/timeline-package-updates

Conversation

@AmirZhou

Copy link
Copy Markdown
Owner

Summary

  • Enhanced task display with formatted titles and clickable reference links
  • Fixed critical Convex URL hardcoding issue in published package
  • Refined dot indicators for cleaner timeline UI
  • Published multiple package versions (1.0.17 → 1.0.20)

Key Changes

  • Task Title Enhancement: Added week formatting and clickable link detection in Reference fields
  • Environment Variable Fix: Removed build-time hardcoded Convex URLs - package now properly requires consumer configuration
  • UI Refinements: Optimized dot indicators - kept timeline structure dots, removed redundant status dots
  • TypeScript Fixes: Resolved null/undefined type errors in components

Package Versions Published

  • 1.0.17: Enhanced task display features
  • 1.0.18: Fixed hardcoded Convex URL issue (critical fix)
  • 1.0.19: Removed all dot indicators (overcorrection)
  • 1.0.20: Restored timeline dots, removed only redundant status dots (final correct state)

Test Plan

  • Package builds successfully without TypeScript errors
  • No hardcoded environment variables in dist files
  • Timeline visual structure maintained with large dots
  • TaskCard status indicators preserved
  • Published packages available on npm registry

🤖 Generated with Claude Code

AmirZhou and others added 4 commits August 25, 2025 16:18
- Update package version from 1.0.16 to 1.0.17
- Fix TypeScript null/undefined errors in TaskModal component

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Replace build-time env variable substitution with runtime detection
- Remove import.meta.env access that gets baked into bundle
- Update version to 1.0.18
- Ensure package consumers must provide their own Convex URL

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove timeline dots from TimelineNode component
- Remove status dots from TaskCard component
- Clean up task display layout for minimal design
- Update version to 1.0.19

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
…ineNode status dot

- Restore large timeline dot (4x4) in TimelineNode for visual timeline structure
- Keep TaskCard status dot (2.5x2.5) for status indication
- Only removed the small status dot from TimelineNode task content area
- Update version to 1.0.20

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

1 participant