- Added native confirmation sheets in the Mac client.

Manual content actions now confirm clearly:
Draft shows “Draft Saved”
Publish shows “Published”
Update shows “Updated”
Delete first asks “Delete Post/Page?” and then shows “Deleted” after the 
API succeeds
Autosave stays quiet so it does not spam popups.
Updated:
[macclient/AppKitClient/main.m](/Users/tyemeclifford/Documents/GH/blog/macclient/AppKitClient/main.m)
[macclient/README.md](/Users/tyemeclifford/Documents/GH/blog/macclient/README.md)
[CHANGELOG.md](/Users/tyemeclifford/Documents/GH/blog/CHANGELOG.md)
This commit is contained in:
Ty Clifford
2026-07-05 21:22:17 -04:00
parent 3e7cea4491
commit df56bfd57c
8 changed files with 366 additions and 38 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ The native AppKit macOS 12+ client lives in `macclient/`.
```bash
cd macclient
./build-app.sh
open TCMSMacClient.app
open TCMS.app
```
Point the client at any TCMS site URL. It will call `api.php` at that site for posts, pages, media, comments, local autosave, and optional remote draft autosave.