mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-28 01:15:56 +03:00
[GH-ISSUE #508] Replace moment with dayjs for Smaller Bundle Size and Modern Support #506
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#506
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kics223w1 on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/508
Originally assigned to: @kics223w1 on GitHub.
📋 Description
moment, a library that is outdated and large (≈4.35MB).dayjs, a modern alternative that is:momentfor most common use cases.✅ Acceptance Criteria
momentis imported and used.dayjsfunctionality.ProxymanLogV2files exported usingmomentcan still be correctly opened and parsed usingdayjs.dayjs.📦 Expected Outcome