Bug 360885

Summary: KTorrent WebInterface Skin
Product: [Applications] ktorrent Reporter: Md. Minhazul Haque <mdminhazulhaque>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Bootstrap Skin for WebInterface Plugin

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