Wiki ingest: PR #568 Refactor stage 5 (slice 1): event-row verbs move to the environment#577
Open
avpv wants to merge 1 commit into
Open
Wiki ingest: PR #568 Refactor stage 5 (slice 1): event-row verbs move to the environment#577avpv wants to merge 1 commit into
avpv wants to merge 1 commit into
Conversation
… to the environment
Owner
Author
|
Auto-merge could not be enabled: the repository has no branch protection rules configured for Generated by Claude Code |
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.
Summary
wiki/modules/views.md: correctedMenuBarView.swiftline count 211→185 and added.environment(\.eventRowActions, eventRowActions)to body modifier chain description; correctedEventRowView.swiftline count 721→647 and cluster counts (+HoverActions169→198,+Title102→104); added newEventRowActionsentry to Event/task rows component list with full 17-verb inventory; updated+EventRowdescription to note it now houses both theeventRowActionsvalue andeventRow()builder.wiki/concepts/menu-bar-popover.md: added EventRowActions environment pattern to the How-it's-wired section — oneEventRowActionsvalue built byMenuBarView+EventRow.swift:18and installed atMenuBarView.body:134.wiki/log.md.Trigger
Auto-generated by the wiki-ingest routine for merged PR #568 (9c79696).
Notes
Biggest corrections: (1)
EventRowActions.swiftadded — new 17-verb environment carrier replaces individual closure parameters onEventRowView; documented in the Event/task rows component list. (2)EventRowView.swiftline count 721→647;+HoverActions169→198. (3)MenuBarView.swiftline count 211→185 with.environment(\.eventRowActions, …)added to modifier chain. No pages flagged; §5 verification fully passed.Generated by Claude Code