pairofdimes
|
7502a664dd
|
hover intent and click speed menu to focus on input
|
14 years ago |
pairofdimes
|
b492bf702f
|
fix plush history to default to Show All rather than Show Failed
|
14 years ago |
pairofdimes
|
fb35583ad0
|
new modal for multi-operations queue deletions, adding 2nd option of deleting files
|
14 years ago |
pairofdimes
|
9f82ed0cc0
|
new modal for queue purge, adding 2nd option of deleting files
|
14 years ago |
pairofdimes
|
1c2d646046
|
remove Purge All; add Purge Failed with Files
|
14 years ago |
pairofdimes
|
fff892ea63
|
add option to Show Failed jobs only in history
|
14 years ago |
pairofdimes
|
0a7bdea96b
|
add modal for multiple history purge options
|
14 years ago |
pairofdimes
|
9f9fdb123a
|
queue modal to prompt to optionally delete files along with nzb
|
14 years ago |
pairofdimes
|
55d0b1c691
|
history nzb removal modal + option to delete files
|
14 years ago |
pairofdimes
|
4df047c834
|
new modal for history retry file upload so it doesnt interfere with auto-refresh
|
14 years ago |
pairofdimes
|
503c6e988a
|
move loadavg out of history
|
14 years ago |
pairofdimes
|
9e917375aa
|
plush: plethora of layout updates, mostly config
|
15 years ago |
pairofdimes
|
90c9990951
|
plush: add latest warning back into header
|
15 years ago |
pairofdimes
|
8d240553d6
|
plush: new navigation for all pages
|
15 years ago |
pairofdimes
|
db15599319
|
plush: default 5/page pagination queue/history
|
15 years ago |
pairofdimes
|
84e583b9ae
|
plush: tweak pagination to allow clicking next page queue/history
|
15 years ago |
pairofdimes
|
0e92776cf6
|
mono-spaced font for user-script log modal only
|
15 years ago |
pairofdimes
|
1aeefba638
|
plush: revert individual nzb pause/resume icons (swap)
|
15 years ago |
pairofdimes
|
453c9d7912
|
default queue multi-ops menu to hidden
|
15 years ago |
pairofdimes
|
a41332d570
|
batch of plush layout improvements
|
15 years ago |
pairofdimes
|
1673781a12
|
shorten pagination num_display_entries
|
15 years ago |
pairofdimes
|
fcf2024ccf
|
fix changing queue options IE8
|
15 years ago |
pairofdimes
|
20a070ab6c
|
update colorbox; prevent snapping on modal open
|
15 years ago |
pairofdimes
|
6ae417cf0e
|
change $.live bindings to $.delegate so fewer events get bound for each refresh (apparently binds to parent once instead of continuously rebinding to dynamic content)
|
15 years ago |
pairofdimes
|
0d05a88446
|
upgrade jquery colorbox plugin; change theme that is used
|
15 years ago |
pairofdimes
|
a02edf297f
|
clear nzb file upload field on upload
|
15 years ago |
pairofdimes
|
1337ef6c5c
|
fix nzbname setting for adding nzbs
|
15 years ago |
pairofdimes
|
3e7ec00a3c
|
button and loading graphic for nzb upload
|
15 years ago |
pairofdimes
|
0fcd2c1657
|
misc ui tweaks
|
15 years ago |
pairofdimes
|
f305489a0a
|
add disconnect/restart buttons to main menu; minor changes in styling/redirect methods
|
15 years ago |
pairofdimes
|
01ab67d410
|
queue multi-operations checkbox persistence between refreshes
|
15 years ago |
pairofdimes
|
e3a921999c
|
Make queue multi-operations toggle-able. Currently checkbox values reset every queue refresh, will need to determine best way to handle (block refreshes? save checked statuses?)
|
15 years ago |
pairofdimes
|
11543ef969
|
Remove new modal for Custom Pause Interval, would be a lot of work for a rare use case. Remove styling fixes that were meant to fix Chrome/Safari white footer problems because they didn't work.
|
15 years ago |
dime
|
e0b1c240a9
|
queue multi-operations: functional delete
|
15 years ago |
dime
|
5284b3abd4
|
add Multi-Operations menu for setting options on multiple queued nzbs at same time (half functional); requires api updates; menu will be toggle-able
|
15 years ago |
dime
|
57ae8e49b4
|
basic history verbosity modal when nzbname clicked, so all information can be viewed at once rather than relying on tooltips
|
15 years ago |
dime
|
11bbf8b5f8
|
allow entering custom nzbname before adding nzb by url/fileupload
|
15 years ago |
dime
|
5474e7240b
|
more responsive pause interval, does not wait for refresh
|
15 years ago |
dime
|
ea4a2f7c3b
|
snapper hover menus main screen, no delays/animations
|
15 years ago |
dime
|
4d934bc9f6
|
move queue ETAs into tooltips behind Time Left
|
15 years ago |
dime
|
abf1f2041d
|
add new plush option to set container width percentage (lets you adjust layout for wide screens); plush options modal layout improvements
|
15 years ago |
dime
|
b4835f5f56
|
fix nzb upload; layout improvements of Add NZB modal; remove Fetch Bookmarks button until another index is supported
|
15 years ago |
dime
|
24f1d3511a
|
Placeholder history verbosity modal; click history nzb titles to open fully expanded download details all at once, rather than having to hover icons for tooltips
|
15 years ago |
dime
|
cee583afde
|
Move max speed option next to speed indicator -- placeholder pending layout updates
|
15 years ago |
dime
|
5badf3245f
|
Custom Pause Interval modal - placeholder for new options
|
15 years ago |
dime
|
ad3ed791e3
|
Move Add-NZB options out of menu and into a new modal (no more menu hover mayhem) -- worry about layout later -- think about having quick-add buttons (or keyboard shortcuts) for adding by url or fetching bookmarks with default settings
|
15 years ago |
dime
|
009e6fb6f0
|
Convert Plush Options to a modal (instead of nested menu) will make way for more options later
|
15 years ago |
dime
|
7fcf084298
|
Re-stripe queue items after a drag and drop (reset background colors immediately rather than waiting for next refresh) -- would have animated color transitions if jquery supported this without extra plugins
|
15 years ago |
dime
|
91ae41ea98
|
Changed initial queue/history loading gif (very subtle) so that layout will only expand out, compared to contracting with empty queue or history... could later be used for refreshes
|
15 years ago |
dime
|
11ac058c31
|
Updates to tooltip implementation (fliptip), works on more elements now; implementation still messy, buggy in conjunction with superfish menu
|
15 years ago |