memo: Change count display to (current/max) and raise max to 1000 - #142
Merged
Conversation
Co-authored-by: ampcpmgp <13173632+ampcpmgp@users.noreply.github.com> Agent-Logs-Url: https://github.com/ampcpmgp/ampm-bookmarklets/sessions/093d47de-23dc-4372-a80b-2536bb2726ea
Copilot
AI
changed the title
[WIP] Update memo display to show count out of maximum
memo: Change count display to (current/max) and raise max to 1000
Mar 21, 2026
Contributor
🎉 Build Successful!🔗 即座に動作確認以下のリンクから、ダウンロード不要でブックマークレットを確認できます: このページでブックマークレットをブックマークバーにドラッグ&ドロップして、すぐに動作確認できます。 |
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.
The memo title bar showed
(filteredCount/totalCount), obscuring the storage limit. Change it to show(filteredCount/MAX)so users always see how close they are to the cap, and raise the cap from 300 → 1000.Changes
const MAX:300→1000Memo (${filteredData.length}/${data.length})→Memo (${filteredData.length}/${MAX})VERSION_INFO.HISTORY✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.