Timeline Package Updates: Enhanced UI, Fixed Configuration, and Published Multiple Versions#9
Open
AmirZhou wants to merge 4 commits into
Open
Timeline Package Updates: Enhanced UI, Fixed Configuration, and Published Multiple Versions#9AmirZhou wants to merge 4 commits into
AmirZhou wants to merge 4 commits into
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Changes
Package Versions Published
1.0.17: Enhanced task display features1.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
🤖 Generated with Claude Code