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

Torrent Search Not Displaying Correctly On Mobile #156

Closed
LukePrior opened this issue Feb 16, 2021 · 12 comments
Closed

Torrent Search Not Displaying Correctly On Mobile #156

LukePrior opened this issue Feb 16, 2021 · 12 comments

Comments

@LukePrior
Copy link

Torrent search doesn't seem to work as it should on mobile. The torrent name will be cut off and the sort text does not appear. I have attached an image. I'm not sure what the best UI solution would be, I did see this design.

IMG_20210216_220201

images (14)

Let me know if I can help in any design or testing way.

@WDaan
Copy link
Collaborator

WDaan commented Feb 17, 2021

Just made it usable for now, might redesign in the future

image

@WDaan WDaan closed this as completed Feb 17, 2021
@LukePrior
Copy link
Author

I still seem to be running into the issue, I can confirm I am running 0.6.0. Any ideas?

@LukePrior
Copy link
Author

I also noticed that the bottom plugin manager and X aren't always at the bottom of the screen.

IMG_20210217_214803

Thanks for all the time and effort you are putting into making this project.

@LukePrior
Copy link
Author

Is there anything I can do to help you debug?

@WDaan WDaan reopened this Feb 17, 2021
@WDaan
Copy link
Collaborator

WDaan commented Feb 17, 2021

Thanks a lot for the appreciation!!

Woah I don't understand 😅
I've tested with Chrome/Firefox on a bunch of different sizes.
Tested on my phone itself (OnePlus Nord) with both Chrome & Firefox.

My 'window' is allways fullscreen for mobile devices & entries fit just fine (as in my screenshot)

Classic 'But it works on my machine'.... I know, but I don't know how I can (realistically) test any more

@LukePrior
Copy link
Author

LukePrior commented Feb 17, 2021

The screenshot was taken on Brave Android 10 on my Oppo Reno 10X Zoom. I find the same behaviour when using Chrome and Firefox.

That leads me to believe it is something with my particular device which is causing the issue. The screen resolution is 2340*1080 if that helps.

@WDaan
Copy link
Collaborator

WDaan commented Feb 18, 2021

I don't think that should be an issue, I'm kinda clueless here 😅

@LukePrior
Copy link
Author

I just tested it on my desktop by resizing the browser window and I see the same behavior as on my phone.

The behavior seems to be dependent on what I'm searching for, when I search for Ubuntu all the torrent names are short and the interface is displayed correctly. If I search for something different like "test" the torrent names are different lengths so I'm guessing this is the cause?

Does that help point you in the right direction?

Cheers

@WDaan
Copy link
Collaborator

WDaan commented Feb 19, 2021

image
image
image

I would like to see it occur for myself 😅 It's kinda hard fixing something without seeing it yourself.
Anyone else also having issues with this?

@LukePrior
Copy link
Author

Yeah this is what I see:

image

@0xMshari
Copy link

0xMshari commented Mar 11, 2021

the problem occurs when the file name is too long, for an example if a file name is :
" tvshowname.s01.e01.somestuff.alotmore.stuff.andstuff.andstuff-x64.mkv "
the problem would occur because the string can't be divided to two lines until the "-" sign.
a simple and a good fix would be to replace every dot "." in the file name ,with a space or a blank so it can be divided to multiple lines with no issues .
thanks , I love your work ! <3

@WDaan
Copy link
Collaborator

WDaan commented Mar 11, 2021

Thank you for your interest in the project!

And a massive thank you for analysing the problem and suggesting a great way to fix it!

I'll implement it as soon as I can.

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

No branches or pull requests

3 participants