Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
WixUI_Minimal already sets ARPNOMODIFY, causing a WIX0091 duplicate-symbol error. Also, the wixproj's BeforeTargets="Build" auto-publish target never actually fired before WiX's file harvesting ran (confirmed in CI logs) — publish is now an explicit prior step in both the CI workflow and local docs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Needed for the MSIX packaging project's nested publish of this project as a ProjectReference — without it, MSBuild's restore for that nested publish has no win-x64 target in project.assets.json (NETSDK1047), confirmed in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10.0.22621.0 isn't present on GitHub's windows-latest runner — confirmed via a diagnostic CI step; it has 10.0.26100.0 and 10.0.10240.0 instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Both MSI and MSIX jobs are green as of the previous three commits' fixes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Closes the bulk of the gap between the native client and the web app, verified endpoint-by-endpoint against the live API (OpenAPI + probing with the test account). App builds clean in Debug and Release; the self-contained win-x64 publish (what the WiX MSI harvests) succeeds. New nav views: - Direct Messages — recipients + thread + send/read - People — profile lookup, follow/unfollow, request approve/reject, a user's messages, block/mute/report - Settings — profile edit, avatar-from-URL, email change, notification prefs, blocked/muted management, API-session list + revoke, CSV data export Feed depth: - replies/threads, edit/delete own posts, report, image attachments (upload + display), and click-through from an author to their profile (Navigator hub) Existing views enhanced: - Lists: row edit + delete (were write-once) - Documents: folder create/rename/delete + new-doc-in-folder - Organizations: full member management (add via search, change role, remove), edit/delete org - Notifications: mark-one-read + delete-one Service layer: 10 new/extended partials + multipart upload helper + shared JSON helpers; wire models added for all of the above. Write paths follow the codebase's read-after-write discipline. Corrected stale CLAUDE.md constraints (re-verified live 2026-07-31): org members and LinkedIn targets accept the bearer token (were documented as 401 walls), and the sync-token DOES have a server-side revoke (GET/DELETE /api/user/sessions). See the-gaps.md for the full gap analysis, per-session progress, and remaining post-v1 items. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.