Page 5 of 8

Shift, a new web UI - UPDATE 2015.08.30

Posted: Sun Aug 30, 2015 3:58 pm
by killemov
Changelog
  • Made bandwidthPriority input a selectbox.

Re: Shift, a new web UI - UPDATE 2015.05.09

Posted: Fri Oct 02, 2015 10:33 pm
by hardy8888
killemov wrote:Changelog
  • Created new stylesheet.
  • Percentages can be colorized.
  • Current row is vertically centered when using keyboard to scroll.
How can be colorized I can not. Please explain me.

Re: Shift, a new web UI - UPDATE 2015.05.09

Posted: Sun Oct 04, 2015 2:40 pm
by killemov
hardy8888 wrote:How can be colorized I can not. Please explain me.
Selected fields displaying percentages, percentDone for example, have additional css classes for styling purposes.

Code: Select all

.pct0 { color: #ff0000; }
.pct25 { color: #ff7f00; }
.pct50 { color: #ffbf00; }
.pct75 { color: #ffff00; }
.pct100 { color: #00ff00; }

Shift, a new web UI - UPDATE 2015.10.30

Posted: Sat Oct 31, 2015 8:33 am
by killemov
Changelog
  • Updated to new version of prototype.js.

Shift, a new web UI - UPDATE 2015.12.06

Posted: Sun Dec 06, 2015 11:01 pm
by killemov
Changelog
  • Check waiting / download waiting / upload waiting now keyboard selectable.
  • Implemented sorting torrents by keyboard.

Shift, a new web UI - UPDATE 2015.12.21

Posted: Tue Dec 22, 2015 7:49 am
by killemov
Changelog
  • Made some buttons buttons and some labels labels.

Shift, a new web UI - UPDATE 2016.01.01

Posted: Fri Jan 01, 2016 3:51 pm
by killemov
Happy new year!

Changelog
  • Replaced main style-sheet with a shiny white new one.
  • Added screenshotMode to shift settings to obfuscate identifying content.
  • Removed select.png and used css-based arrow instead.
  • Added asc and desc classes for enabling visual indication of sort order.
  • Removed label properties where the content was equal to the capitalized parent key.
  • Rewrite of menu rendering.

Shift, a new web UI - UPDATE 2016.01.10

Posted: Sun Jan 10, 2016 7:53 am
by killemov
Changelog
  • Added "start now" to torrent actions.
  • Made URL in torrent comment a link.

Re: Shift, a new web UI - UPDATE 2016.01.10

Posted: Wed Jan 13, 2016 3:59 pm
by gecko
really like the updated version

how to display all torrents by default:
shift.js
line 383
torrentStatusDefault: 4 ---> change value to -1

Re: Shift, a new web UI - UPDATE 2016.01.10

Posted: Thu Jan 14, 2016 8:41 am
by killemov
gecko wrote:really like the updated version
If you like it, put a on it.

Re: Shift, a new web UI - UPDATE 2016.01.10

Posted: Sun Mar 06, 2016 11:01 pm
by fractalsystems
Does Shift work when the transmission-daemon requires credentials? I'm not sure what I'm missing. I've exported the transmission web path as described in the OP, but I just get a blank page. I can connect with transmission-remote and default transmission-web but I use username/password...I don't see how to do this with Shift. What am I missing, I'd really like to use this? Great work, this solves all problems and fulfills my entire wishlist for a transmission frontend. Thank you.

Re: Shift, a new web UI - UPDATE 2016.01.10

Posted: Mon Mar 07, 2016 5:52 am
by killemov
Did you get transmission-daemon up and running with the standard web UI?
No: Get that to run first.

Have you tried running transmission-daemon manually after the export mentioned in the OP?
If that works it probably means you have edited the wrong startup script.
If that does not work it probably means you have not checked the file permissions for transmission daemon.

It could also be as simple as refreshing the browser cache. [CTRL]+[F5]

Shift, a new web UI - UPDATE 2017.01.01

Posted: Sun Jan 01, 2017 10:12 am
by killemov
Happy new year!

Changelog
  • Implemented renaming files and folders in a torrent.
  • The pieces bit field is now displayed in Torrent / Files and Torrent / Details
  • The peersFrom structure is now displayed in Torrent / Peers.
  • Webseeds are now displayed in Torrent / Trackers.
  • Split up stylesheets into a structural one (base.css) and a decorative one.
file_rename.png
file_rename.png (64.97 KiB) Viewed 93401 times

Re: Shift, a new web UI - UPDATE 2017.01.01

Posted: Sun Jan 01, 2017 5:49 pm
by cfpp2p
8-) thanks

Shift, a new web UI - UPDATE 2017.02.24

Posted: Fri Feb 24, 2017 5:51 am
by killemov
Changelog
  • Fixed tracker removal.