Skip to content

memo: Change count display to (current/max) and raise max to 1000 - #142

Merged
ampcpmgp merged 2 commits into
mainfrom
copilot/update-memo-display-format
Mar 21, 2026
Merged

memo: Change count display to (current/max) and raise max to 1000#142
ampcpmgp merged 2 commits into
mainfrom
copilot/update-memo-display-format

Conversation

Copilot AI commented Mar 21, 2026

Copy link
Copy Markdown
Contributor

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: 3001000
  • Title display: Memo (${filteredData.length}/${data.length})Memo (${filteredData.length}/${MAX})
  • Version: bumped to v58, date updated to 2026-03-21, v58 entry added to 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.

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
Copilot AI requested a review from ampcpmgp March 21, 2026 00:49
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Build Successful!

🔗 即座に動作確認

以下のリンクから、ダウンロード不要でブックマークレットを確認できます:

👉 PR Preview を開く

このページでブックマークレットをブックマークバーにドラッグ&ドロップして、すぐに動作確認できます。

@ampcpmgp
ampcpmgp marked this pull request as ready for review March 21, 2026 01:55
@ampcpmgp
ampcpmgp merged commit ecb61c4 into main Mar 21, 2026
1 check passed
@ampcpmgp
ampcpmgp deleted the copilot/update-memo-display-format branch March 21, 2026 01:55
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