docs: update changelog for admin create flows

This commit is contained in:
xuhongbin
2026-03-09 19:07:56 +08:00
parent 293b62b444
commit 5c38238028

View File

@@ -16,7 +16,14 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
- `CODE_OF_CONDUCT.md`
- `SECURITY.md`
- `CHANGELOG.md`
- New admin creation flows:
- `app/users/create-user.tsx` for creating users via `/api/v1/admin/users`
- `app/accounts/create.tsx` for creating accounts via `/api/v1/admin/accounts`
- New users tab quick action to open the create-user screen.
### Changed
- Repository naming aligned to `sub2api-mobile` in public docs.
- Request URL composition in `src/lib/admin-fetch.ts` now handles duplicated `/api`/`/api/v1` prefixes safely.
- Better admin request error handling for invalid server responses.
- Server settings screen removed the "current compatible sub2api version" display block.