Commit de075a4
committed
Add tenant theming API, DTOs, and audit date improvements
- Introduce API client methods and DTOs for tenant theming (get, update, reset theme)
- Add ProvisioningClient with retry method and audit detail fetch by ID
- Switch DateTime query params to ISO 8601 ("o") format for accuracy
- Improve audit date filtering in UI using DateTimeOffset and UTC
- Update permissions, .gitignore, and NSwag config for new features1 parent b96c9ea commit de075a4
File tree
5 files changed
+721
-78
lines changed- .claude
- scripts/openapi
- src/Playground/Playground.Blazor
- ApiClient
- Components/Pages
5 files changed
+721
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments