-
Notifications
You must be signed in to change notification settings - Fork 14
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
Product Feedback v2 #118
Comments
I made selecting filters on desktop stay in place because the filters and results are side by side, whereas for mobile selecting a filter moves to results page and then it wouldn't be a good ux to keep user mid scroll. Looking at it now all filters should scroll to the top because its new data and you want users aware these are new results. Oh and for what you experienced, this applies to homepage as well. As when there's no query params (search, filter or sort) we just swap the results page for homepage. FIXED in 5d423d5 |
I think its because when the modal comes into focus and the background is out of focus, the scrollbar is hidden which leaves more room for the header to expand. But on modal close, the scrollbar is visible and takes the usual space. I don't think this issue should be a blocker. |
paper is working on this |
@aassoiants you're nitpicking! 👀
As Theo said, the modal causes the scrollbar to be hidden, hence extra space and the header expands to fill that space. It doesn't show up on mac tho because of native mac scrollbar behavior. |
Haha eagle eyes! Don't worry if can't repli.
If this takes more than a day to solve, then put to post-launch please |
I've been on chat for a while, this issue is a bit niche and hard to test as it only shows up in Windows. Let's move it post-launch. |
Thanks @adamjonas! QuestionsDo Now
Do Later |
Its an issue with the scraping, I think andreas is looking into it cc: @kouloumos
"Bitcoin Dev Mailing List" -> mailing-list.bitcoindevs.xyz (our google groups list) @urvishp80 replaced the domain gnusha domain with ours on the index, seems a recent scraper reintroduced the gnusha domain back, given that the earliest appearance is 11th May.
I'm indifferent about it, but you make a solid case. edit: The PR bitcoinsearch/scraper#64 fixes the 2 scraping issues |
@Emmanuel-Develops can you explain (or point to the relevant code) how we come up with
is this something that comes directly from elasticsearch? Everything should be called "Bitcoin Dev Mailing List" on the frontend. If this needs to be fixed in elasticsearch-index level then we should call them all the same at that level. The urls show the actual source (archive, active, _) but that's not something that concerns the user when searching on Bitcoin Search. @urvishp80 has more context on that. |
@kouloumos
bitcoinsearch-app/src/config/mapping.json Lines 63 to 64 in fe14f45
No it is not, it comes from the mapping.json shown above. They can't all be "Bitcoin Dev Mailing List" because the ES index returns both the archive The index is meant to map |
Based on chat with @adamjonas, I updated the scraper (related to bitcoin-dev) code as follows:
However, as the PR has not been merged yet. Here are the counts for the docs in the Elasticsearch Index for the given domain:
Here is the message from @Emmanuel-Develops regarding the Frontend. |
Great work team!
I did test using Windows Brave. And mobile Brave.
Mobile Page
Too much empty space between first and second value props
Let's please remove or blur out the location in the left lightning image
Search Page
When i click out of a selected source when AND when there is nothing searched (t.i., only after choosing something from the search bar drop down), it returns me to the homepage at the same scroll that i was on in the search page. Not anchored to the above the scroll as it should be. (Doesn't happen on mobile)
https://github.com/bitcoinsearch/bitcoinsearch-app/assets/126297088/5908cbee-3dc2-445b-9ada-83e1a6934dab
The applied filters don't follow English capitalization formatting (Both mobile & desktop)
The Sources list seems like it's not left-justified. "Bitcoin Dev Mailing List Archive" seems like it's a space further to the left compared to others. (Only desktop)
Clicking the logo button to get the homescreen took a second longer than it should have. See if you can replicate.
The screen kind of moves around when toggling between the "suggest a source" feature and existing it (look at the header). (Only desktop).
https://github.com/bitcoinsearch/bitcoinsearch-app/assets/126297088/437204fa-78be-4022-b11c-965015df001c
The text was updated successfully, but these errors were encountered: