-
Notifications
You must be signed in to change notification settings - Fork 856
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
Search: Add hashtags to results #3780
Search: Add hashtags to results #3780
Conversation
Is it ready or WIP ._. |
Blocked is probably the best message for it (we are waiting for the IV pr to be merged but I don't expect any changes on my end unless something comes up in review) |
I can see LuanRT/YouTube.js#441 merged |
Yeah, that'll have to be done too |
57673fb
to
17a3539
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the Invidious pull request was just merged.
Co-Authored-By: absidue <48293849+absidue@users.noreply.github.com>
Looking at FreeTube's general heading structure, I think we can make a few improvements. But this looks in line with the existing structure. Waiting on an answer to absidue's q, but then LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just pass a "handle" (e.g. hi
, meow
) and generate outputs inside?
@ChunkyProgrammer ready for review or do you still need to address some things? |
I still can't understand the URL generation & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Missclick -.-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* development: (46 commits) Translated using Weblate (Hebrew) Translated using Weblate (Hebrew) Translated using Weblate (Chinese (Simplified)) Add subscribed icon to comments (FreeTubeApp#4007) Translated using Weblate (Icelandic) Translated using Weblate (Czech) Translated using Weblate (Bulgarian) Translated using Weblate (Polish) Translated using Weblate (Arabic) Translated using Weblate (Greek) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Hungarian) Translated using Weblate (Portuguese (Brazil)) Translated using Weblate (Ukrainian) Translated using Weblate (Spanish) Translated using Weblate (Hebrew) Translated using Weblate (Turkish) Search: Add hashtags to results (FreeTubeApp#3780) Implement right-to-left interface (FreeTubeApp#3970) ... # Conflicts: # src/renderer/components/ft-element-list/ft-element-list.vue # src/renderer/components/ft-prompt/ft-prompt.css # src/renderer/components/ft-toast/ft-toast.css # src/renderer/scss-partials/_ft-list-item.scss # src/renderer/views/Playlist/Playlist.scss
Search: Add hashtags to results
Pull Request Type
Related issue
#3483 (comment)
Description
This PR parses hashtags in the search results
Screenshots
Testing
(Test with both Invidious and local api)
#hi
, see hashtag in results#meow
see updated results + updated hashtagDesktop
Additional context
Requires iv-org/invidious#3989 to be merged and LuanRT/YouTube.js#441 to be released