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: highlight own orders in orderbook #472

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

theborakompanioni
Copy link
Collaborator

Closes #413.

This does not actually display the nickname (counterparty ID), but lets the user highlight his own orders, as the nickname is already shown on the Earn page (see #461).

First attempt was to just filter the orderbook for the users orders by using the nickname as search value.
However, opted for highlighting the row instead, as this provides the functionality to sort the data and provide more insights and better hints about the positions of your own orders within the orderbook. Let me know what you think.

📸

@theborakompanioni theborakompanioni added enhancement New feature or request concept Wild idea, or too many details unknown yet UI/UX Issue related to cosmetics, design, or user experience labels Aug 15, 2022
@theborakompanioni theborakompanioni self-assigned this Aug 15, 2022
@theborakompanioni theborakompanioni marked this pull request as ready for review August 15, 2022 16:39
@theborakompanioni theborakompanioni requested review from a user and dergigi August 15, 2022 16:39
@dergigi
Copy link
Contributor

dergigi commented Aug 18, 2022

opted for highlighting the row instead, as this provides the functionality to sort the data and provide more insights and better hints about the positions of your own orders within the orderbook.

Excellent, I think that makes a lot of sense. 🧐👍

Copy link
Contributor

@dergigi dergigi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, looks and feels great. This was much needed imho, makes things way more transparent and easier to track for the user. Code looks good & tested on regtest.

LGTM ✅

@theborakompanioni theborakompanioni merged commit b19689d into master Aug 18, 2022
@theborakompanioni theborakompanioni deleted the nickname-orderbook branch August 18, 2022 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concept Wild idea, or too many details unknown yet enhancement New feature or request UI/UX Issue related to cosmetics, design, or user experience
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Earn: Show counterparty ID to the user
2 participants