Skip to content

Dev - #2

Merged
Adron merged 8 commits into
mainfrom
dev
Aug 1, 2026
Merged

Dev#2
Adron merged 8 commits into
mainfrom
dev

Conversation

@Adron

@Adron Adron commented Aug 1, 2026

Copy link
Copy Markdown
Member

No description provided.

Adron and others added 8 commits July 11, 2026 00:33
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>
@Adron
Adron merged commit 8db8acb into main Aug 1, 2026
7 checks passed
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.

1 participant