Skip to content

Add custom order notes - #15

Closed
SmallNeon wants to merge 2 commits into
spinsirr:mainfrom
SmallNeon:main
Closed

Add custom order notes#15
SmallNeon wants to merge 2 commits into
spinsirr:mainfrom
SmallNeon:main

Conversation

@SmallNeon

@SmallNeon SmallNeon commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

Added note feature. Requesting merge.

@SmallNeon SmallNeon changed the title 添加了备注功能,请求合并 Add custom order notes Apr 4, 2026
@spinsirr

Copy link
Copy Markdown
Owner

Thanks for this @SmallNeon! I've opened #17 which picks up your work rebased on the current main, with two adjustments:

  • Debounced the note save (400 ms + flush on blur) so a burst of typing coalesces into a single chrome.storage write and a single sync-queue entry instead of per-keystroke writes. The internal writeQueueRef serializer is no longer needed.
  • Dropped the actions/checkout@v4 → v5 bumps — happy to land those in a follow-up PR if lint is actually failing on v4.

Credit is preserved via a Co-authored-by trailer on the commit. Leaving this PR open for you to close when it's convenient.

@spinsirr spinsirr closed this Apr 23, 2026
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.

2 participants