Skip to content
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

feat: added new events to transactions table ('locked', 'claimed', 'reserved', 'collected', 'released') #475

Merged
merged 4 commits into from
Jan 22, 2025

Conversation

Jadapema
Copy link
Member

No description provided.

cswni and others added 4 commits January 20, 2025 21:26
- Removed an unused `GeoAddress` constant from `profile-header.tsx`.
- Cleanup improves code readability and eliminates redundant code.
- Moved event handling and notification logic from `src/routes/sections/index.tsx` to `src/App.tsx`.
- Created `AppContent` component in `src/App.tsx` for better encapsulation.
- Replaced redundant logic in `Router` with streamlined routing logic, reducing complexity.
- Simplified imports and removed unused constants and hooks in `src/routes/sections/index.tsx`.

This improves maintainability by centralizing event watch and notification logic in a dedicated component.
@Jadapema Jadapema requested review from geolffreym and cswni January 22, 2025 20:05
@Jadapema Jadapema self-assigned this Jan 22, 2025
@Jadapema Jadapema linked an issue Jan 22, 2025 that may be closed by this pull request
@geolffreym geolffreym merged commit 8dc3d7b into next Jan 22, 2025
2 of 6 checks passed
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.

feat: add new events to recent transaction table
3 participants