Skip to content

feat: persist book filters and decouple maker form state#2419

Open
kanishka0411 wants to merge 1 commit intoRoboSats:mainfrom
kanishka0411:fix/decouple-maker-form-filters
Open

feat: persist book filters and decouple maker form state#2419
kanishka0411 wants to merge 1 commit intoRoboSats:mainfrom
kanishka0411:fix/decouple-maker-form-filters

Conversation

@kanishka0411
Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes #2372

This PR introduces/refactors/...

  • Store book filters (type, currency, mode) in localStorage and recover on reload
  • Decouple Maker form filters from Order Book filters
  • Changing filters in Create Order no longer affects Order Book

Checklist before merging

  • Install pre-commit and initialize it: pip install pre-commit, then pre-commit install. Pre-commit installs git hooks that automatically check the codebase. If pre-commit fails when you commit your changes, please fix the problems it points out.

@kanishka0411 kanishka0411 force-pushed the fix/decouple-maker-form-filters branch from 2e4e8e2 to 38a6464 Compare February 6, 2026 06:59
@kanishka0411 kanishka0411 force-pushed the fix/decouple-maker-form-filters branch from 38a6464 to 4ec9ab5 Compare February 6, 2026 07:03
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.

Store book filters in local storage

1 participant