CCExtractor / Flood_Mobile

GSoC 21' @CCExtractor. A modern mobile UI for various torrent clients with a Node.js backend and Flutter frontend.
MIT License
100 stars 124 forks source link

issue 132 display size of traker in filter torrent menu #219

Closed amitamrutiya closed 1 year ago

amitamrutiya commented 1 year ago

Adding a size tracker similar to Flood Web

Fixes #132

Screenshots of the changes (If any) - Screenshot 2023-05-12 201524 (New size 1)

In PR #188, there is an unresolved issue related to RangeError (index) that has persisted for a long time. Therefore, I have created a new PR to fix this issue.

Akshatji800 commented 1 year ago

@amitamrutiya2210 the size is not getting displayed in filter by tags. Please check the web version how it is done. Also can you try to change the size displaying text colour to blueGrey or something else and see if it looks better.

amitamrutiya commented 1 year ago

Okay i will implement it.

amitamrutiya commented 1 year ago

@Akshatji800 you can review my PR I changed it according to your suggestion. It's look like this.

image (Custom)

Akshatji800 commented 1 year ago

@amitamrutiya2210 check why the CI is failing there is something called SText is used which is making the issues. Suspect it to be a typo.

amitamrutiya commented 1 year ago

Okay I fix those issue and squash it. Additionally, I removed old flutter_client_sse package folder in this PR that is not relevant to our project.

Akshatji800 commented 1 year ago

@amitamrutiya2210 for me the PR still shows these as the current version after building it locally image