🐛 Bug Fixes & Improvements
Platform Filter Icon Fix
Fixed incorrect icon displayed for Reddit in platform filters:
- Reddit Icon: Now correctly shows Reddit's orange logo instead of X (Twitter) icon
- Icon Loading: Fixed missing
siRedditimport in Timeline container
Timeline Enhancements
Improved timeline date grouping based on sort preferences:
- Smart Date Grouping: Timeline now groups posts by archived date when sorted by "Archived" and by published date when sorted by "Published"
- More Accurate: Posts appear in the correct date groups based on your selected sort order
Configuration Improvements
- Share URL Environment Variable: Share web URL now uses environment variable instead of hardcoded domain
- URL Canonicalization: Added utility function for URL normalization and deduplication
Technical Details
- Enhanced
TimelineContainer.groupPostsByDate()to respect sort state - Added
canonicalizeUrl()utility function insrc/utils/url.ts - Updated Worker share handler to use
SHARE_WEB_URLenvironment variable - Fixed platform icon mapping for all 8 supported platforms
Full Changelog: 1.0.7...1.0.8