Channel subscribe button in search results#4376
Merged
FreeTubeBot merged 10 commits intoFreeTubeApp:developmentfrom Nov 28, 2023
Merged
Channel subscribe button in search results#4376FreeTubeBot merged 10 commits intoFreeTubeApp:developmentfrom
FreeTubeBot merged 10 commits intoFreeTubeApp:developmentfrom
Conversation
…t, hashtag, video) in list view
efb4f5ff-1298-471a-8973-3d47447115dc
previously approved these changes
Nov 23, 2023
Member
Member
Collaborator
Author
|
@PikachuEXE What conditions are you seeing where the text is being clipped like in the image? Are you sure you don't just need to re-close and open dev tools? |
Collaborator
Author
Member
|
Why would resizing the window reproduce a different result from using Replace whole style block starting with .ft-list-channel {
&.grid {
align-items: center;
text-align: center;
.info {
margin-block-end: 12px;
.infoLine {
text-align: center;
}
}
}
&.list {
align-items: start;
display: grid;
grid-template:
'channelThumbnail info channelSubscribeButton'
/ auto 1fr auto;
.channelThumbnail {
grid-area: channelThumbnail;
}
.info {
grid-area: info;
align-content: start;
}
.channelSubscribeButton {
grid-area: channelSubscribeButton;
margin-block: auto;
margin-inline: 7px;
}
@media only screen and (max-width: 1000px) {
grid-template:
'channelThumbnail info'
'channelThumbnail channelSubscribeButton'
/ auto 1fr;
}
}
} |
Collaborator
Author
…con resizing on smaller device sizes
81225bd to
9ffc053
Compare
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Nov 24, 2023
PikachuEXE
approved these changes
Nov 25, 2023
Member
PikachuEXE
left a comment
There was a problem hiding this comment.
It's a rare chance for me to learn grid
ChunkyProgrammer
approved these changes
Nov 28, 2023
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Nov 29, 2023
* development: (38 commits) Channel subscribe button in search results (FreeTubeApp#4376) Translated using Weblate (Czech) Translated using Weblate (Portuguese (Brazil)) Use F5 to refresh subscriptions (FreeTubeApp#4399) Miscellaneous improvements to settings page styling (FreeTubeApp#4235) Translated using Weblate (Icelandic) Translated using Weblate (Swedish) Translated using Weblate (Arabic) Bump lefthook from 1.5.2 to 1.5.4 (FreeTubeApp#4398) Bump electron from 27.1.0 to 27.1.2 (FreeTubeApp#4395) Bump electron-builder from 24.6.4 to 24.9.1 (FreeTubeApp#4397) Translated using Weblate (Portuguese) Translated using Weblate (French) Fix bug (FreeTubeApp#4392) Translated using Weblate (Spanish) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Serbian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Italian) Cleanup SponsorBlock video id hashing (FreeTubeApp#4384) ... # Conflicts: # src/renderer/scss-partials/_ft-list-item.scss
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









Channel subscribe button in search results (and minor improvements to grid & list views)
Pull Request Type
Related issue
closes #1968
Description
ft-list-playlistnot respecting appearanceVideo
This video completes the testing steps below:
simplescreenrecorder-2023-09-20_19.22.02-2023-11-23_08.26.28.mp4
Testing
My search of choice for testing these:
mafia channel. For hashtags:#meow.Desktop