Skip to content

Commit

Permalink
Replace Moment.js with Luxon for date handling, updating relevant par…
Browse files Browse the repository at this point in the history
…sing and formatting functions throughout the codebase. Adjust manifest and README to reflect the change. Remove Moment.js library.
  • Loading branch information
Lingpeng Zheng committed Nov 7, 2025
1 parent dd8d357 commit e6925d1
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 139 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ TDX-Enhanced/
│ ├── ui.js # UI components (toolbar, status, styles injection)
│ └── observer.js # MutationObserver for dynamic content
└── lib/
├── moment.min.js # Moment.js for date manipulation
├── luxon.min.js # Luxon for date and time handling
└── tinycolor.min.js # TinyColor for color operations
```

Expand Down
Loading

0 comments on commit e6925d1

Please sign in to comment.