Bug 360885 - KTorrent WebInterface Skin
Summary: KTorrent WebInterface Skin
Status: REPORTED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-23 06:03 UTC by Md. Minhazul Haque
Modified: 2016-03-23 06:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Bootstrap Skin for WebInterface Plugin (259.09 KB, patch)
2016-03-23 06:05 UTC, Md. Minhazul Haque
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Md. Minhazul Haque 2016-03-23 06:03:43 UTC
KTorrent WebInterface comes with several skins. There is a skin named "mobile" which isn't mobile friendly at all (doesn't resize/respond to media queries).

So I created a skin based on Bootstrap and tested it by myself. It is working fine. Torrent listing, upload torrent, add from URL, login, logout, shutdown and setting up parameters - all are working fine.

Is it possible to submit this skin to KTorrent original repository? Here is the final version of the skin made.

https://github.com/minhazul-haque/KTorrentBootstrapUI

Here is 2 screenshots.

https://raw.githubusercontent.com/minhazul-haque/KTorrentBootstrapUI/master/img/desktop_all_torrent.png

https://raw.githubusercontent.com/minhazul-haque/KTorrentBootstrapUI/master/img/mobile_all_torrent.png

I cloned ktorrent repo and put the skin into `plugins/webinterface/www` path. I also have a patch ready to be applied.

So can anyone tell me how can I make this skin available with official KTorrent app?

Reproducible: Always
Comment 1 Md. Minhazul Haque 2016-03-23 06:05:12 UTC
Created attachment 98038 [details]
Bootstrap Skin for WebInterface Plugin