- 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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user