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

Fix channel file-search not available in mobile #4527

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

infinite-persistence
Copy link
Contributor

@infinite-persistence infinite-persistence commented Jul 14, 2020

(1) Fix channel file-search not available in mobile

Issue

Fixes #4524 [mobile] in channel search not available

Changes

There are currently 3 wunderbars: (1) header (2) channel list (3) downloaded list.

The additional wrapperStyle in the header made it hard to find a solution that works for all 3, so I split 2 and 3 into wunderbar__input--inline.

(2) Fix "More" toggle button not having bottom space.

Issue

This button is usually placed beside the Trending|New|Top selector, so it should have the same bottom margin. If not, anything that flows below it (e.g. in mobile) will be touching it.

image

@infinite-persistence
Copy link
Contributor Author

Adding changelog:

ui/scss/component/_button.scss Outdated Show resolved Hide resolved
@lbry-bot lbry-bot assigned neb-b and unassigned neb-b Jul 15, 2020
@lbry-bot lbry-bot assigned neb-b and unassigned neb-b Jul 15, 2020
## Issue
Fixes 4524 `[mobile] in channel search not available`

## Changes
There are currently 3 wunderbars: (1) header (2) channel list (3) downloaded list.

The additional `wrapperStyle` in the header made it hard to find a solution that works for all 3, so I split 2 and 3 into `wunderbar__input--inline`.
@neb-b neb-b force-pushed the ip-4524-channel-search-missing branch from 68cfd0d to c6e023c Compare July 20, 2020 14:24
@neb-b neb-b merged commit 60af367 into master Jul 20, 2020
@neb-b neb-b deleted the ip-4524-channel-search-missing branch July 20, 2020 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mobile] in channel search not available
2 participants