Skip to content

fix: restore admin log context filters - #99

Open
stevene1919 wants to merge 2 commits into
mainfrom
fix/issue-78-admin-log-filters
Open

fix: restore admin log context filters#99
stevene1919 wants to merge 2 commits into
mainfrom
fix/issue-78-admin-log-filters

Conversation

@stevene1919

Copy link
Copy Markdown
Collaborator

Summary

  • Fix the Admin System Event Log Context Filter to consume the API response's contexts field.
  • Keep pagination state on the requested page; the API returns pages but not page.
  • Add typed frontend contracts for log entries and the logs response, removing the any response type.
  • Update the changelog.

Testing

  • pnpm --filter pricestalker-frontend test -- --run
  • pnpm --filter pricestalker-frontend run build
  • pnpm --filter pricestalker-backend test -- --run
  • pnpm --filter pricestalker-backend run build
  • pnpm run lint
  • git diff --check

The broader event-log JSON schema and UX redesign from the issue discussion is intentionally left for a separate follow-up.

Closes #78

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.

[BUG] Context Filter dropdown is empty in Admin Event Log due to property name mismatch

1 participant