-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature branch: Transactions and alerts #2037
Conversation
|
* fix: swagger * fix: revert * fix: eslint --------- Co-authored-by: Lior Zamir <[email protected]>
* feat(*): the transactions drawer no longer uses hardcoded heading and summary * feat(backoffice-v2): added counterparty id to search query params * refactor(backoffice-v2): removed alert-definitions domain and moved logic to alerts domain * feat(backoffice-v2): added loading state to heading and summary * feat(backoffice-v2): added fallback state to alerts drawer * refactor(seed.ts): updated seed to alternative between business and counterparty id * revert(*): reverted counterparty id changes * fix(*): fixed changes that broke from conflicts * refactor(workflows-service): added optional chaining * fix(workflows-service): lint error
* fix(backoffice-v2): fixed filters in state but not in the url reaching the backend * refactor(backoffice-v2): removed console.log * revert(backoffice-v2): removed assignee default filter * fix(backoffice-v2): fixed key warning on navbar * fix(*): lockfile fix
* refactor(*): updated instances of alert state * refactor(backoffice-v2): updated toast text * refactor(backoffice-v2): simplified pattern matching for decision * refactor(workflows-service): addressed pr comment * fix(workflows-service): fixed return of function
26e8c4e
to
44ec84c
Compare
44ec84c
to
676ec3b
Compare
cffbbe9
to
32b9f17
Compare
32b9f17
to
676ec3b
Compare
…chema to support filtering by alert type fix(TransactionMonitoringAlertsAnalysis.page.tsx): add key prop to AlertAnalysisSheet component to force re-render when alertId changes fix(useTransactionMonitoringAlertsAnalysisPageLogic.tsx): remove duplicate navigateBack() call in useEffect hook fix(schema.prisma): fix indentation and rename underReview enum value to under_review for consistency fix(alert.service.ts): fix mapping of under_review enum value to pending status
0812b7d
to
6f00953
Compare
Description
Elaborate on the subject, motivation, and context.
Related issues
Breaking changes
How these changes were tested
Examples and references
Checklist