feat(memo): 全表示UIを削除し一覧表示のみに統一 (v60) - #145
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/ampcpmgp/ampm-bookmarklets/sessions/aabbb851-6d5a-4dba-b850-9afec4dc91b4 Co-authored-by: ampcpmgp <13173632+ampcpmgp@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ampcpmgp/ampm-bookmarklets/sessions/aabbb851-6d5a-4dba-b850-9afec4dc91b4 Co-authored-by: ampcpmgp <13173632+ampcpmgp@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ampcpmgp
March 28, 2026 12:53
View session
ampcpmgp
marked this pull request as ready for review
March 28, 2026 13:16
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.
変更内容
memo.jsの全表示(Full view)UIを完全に削除し、一覧表示(List view)のみに統一しました。削除した要素
titleOnlyButton)を削除emojiTitleRowContainer、titleInput(タイトル入力)、input(テキストエリア)、saveButton、絵文字ピッカー等の全表示専用フォーム要素isTitleOnlyMode変数、loadViewMode/saveViewMode関数、LS_VIEW_MODE_KEY定数、_cache.viewModecurrentEmoji/currentTags(全表示フォーム専用)renderList()の全表示レンダリングブロック(600行超)viewFull/viewList/viewToggleTitlecontentArea.onclickによる全表示への切替ロジック保持した要素
createCompactNewMemoForm)createEditUI)バージョン情報
VERSION_INFO.CURRENT、LAST_UPDATED、HISTORYを更新規模
5992行 → 5376行(616行削除)