-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add table view to Bisq Easy offerbook #1972
Comments
There have been an icon for grid/list view for trade protocols. It got removed but the icon should be still in the images folder. If not it should be in the GH history (maybe 6-8 months back). |
I have worked on the table view for Bisq Easy. Following are the mock-ups.
@HenrikJannsen @DrColver - Any thoughts? |
Great thanks for the work on that! From a concept POV I think it should be possible to maximize the list view and to have more columns (reputation, payment methods). I think some users just want to have the Bisq 1 like offer book view. I understand that you try to preserve the chat feeling but I am not sure if users will share that. The width of the minimized views feels too large. I understand that the icon must be large to fit to the design of the header, but maybe we can use for markets a similar approach as in left nav to show only the market flags so that the empty space does not look weird. for the list view we could use the same approach as for the sidepane (channel info). to move the icon to the main header and when opening its shown without any placeholder visible before. We could even have 3 icons: chat view, list view, both combined. then when the user clicks chats view its chatview only. if user clicks lsit view its list view only. if both views clicked both are split 50%/50% in a splitpane with a handle so user can change with distribution (and persits for next time). the markets view can be independent of all that. just like left nav. maybe we can use also the same minimize icon on rollover (that could be improved at left nav also maybe). but basically that we re-apply same UX as left nav. Some minor details:
|
I don't know if you noticed that the reputation is already included in the mock-up. If you're suggesting sorting, I planned to incorporate it into the filter/sorting options in the subheader. Wrt payment methods as we have them now (in text) and since there could be multiple, it's difficult to include them in the table now. When we do the switch to icons instead of text, I will look into it and add it. Overall, this concept isn't meant to replicate the full bisq 1 table; it's a concise summary with key information. This is a basic feature in chats, usually to search, find files, images, links, etc you get the list and when clicking it scrolls to that particular message. Then, for full details, users can click on a row to view the specific chat message offer.
Introducing this complementary table will enhance the overall bisq easy 'chat' experience. Again, we should consider testing it for a while and gather new feedback from users.
The size doesn't seem too large or weird to me. We can adjust the icon size and reduce some of it, but I don't agree with you here. You can find similar solutions in other apps, like protonmail for example.
I was thinking to remove the arrows, positioning them somewhere else for example as you suggest near the sub-header or remove it completely.
Imo, three icons seem excessive. Chat should always be visible (as explained in the concept). So in your suggestion, we would only need the list view icon. I like the split pane and I think it would work well with the current design, will look into adding this. Then, as the offer list becomes larger, we can add more columns with additional info.
I think there's room for improvement and unification in both menu styles.
Its the same experience as the user profile. I see it more as a closing than minimising but we can change that. Any suggestions?
The market icon is somewhat related and representative of markets and market price (something I wanted to add to the current markets column), but don't have strong feelings with it. Do you have a better suggestion in mind? |
@axpoems I like your choice of slide in list view with minimal info as a complement to the chat. It does feel like it enhances the chat, which is still the main component of bisq easy. Since bisq easy is chat driven that makes sense. For other trade protocols other UX choices would probably make more sense. One can always argue which columns should be included, and I think payment method would be a useful one, or added as a filter so I could set my own acceptable methods and only show those, no need for a column in that case. I guess the point of having a list with columns is to be able to sort the data, such as reputation and price. When testing it just now I noticed I got three rows for every offer, not sure if that's a known bug. |
@DrColver - Thanks for your feedback. I will add one more column for the payment methods and perhaps also a sort&filter dropdown menu as in markets.
No, I haven't seen this. Can you try with this branch? #2135 |
The text was updated successfully, but these errors were encountered: