Commit Graph

126 Commits

Author SHA1 Message Date
hamza zia
23591212b0 Added Per download specific settings along with more UI tweaks 2014-06-01 01:32:46 +08:00
hamza zia
3589434d97 Merge branch 'nmaier' 2014-05-31 20:43:55 +08:00
hamza zia
3d6df1d5f5 Merge branch 'rpc-token' of git://github.com/nmaier/webui-aria2 into nmaier 2014-05-31 18:10:16 +08:00
hamza zia
884de1ed22 completely removed restart as its broken for most cases 2014-05-31 18:01:57 +08:00
hamza zia
3ca6abe3be added collapse animation back again 2014-05-31 17:53:44 +08:00
Nils Maier
b83c4de0ca Fix "Enable SSL/TLS" display 2014-05-24 17:02:23 +02:00
Nils Maier
cea5f8bd12 Implement --rpc-secret support 2014-05-24 16:59:35 +02:00
Nils Maier
23773bac0d Consolidate titles 2014-05-24 16:55:42 +02:00
Nils Maier
9b40770f45 Remove superfluous "Download List" headline 2014-05-24 16:55:42 +02:00
Nils Maier
7e984339ca Improve Quick Access prefs 2014-05-24 16:55:42 +02:00
Nils Maier
2b584f2fe1 Improve filters display...
and do not hide filters, ever.
2014-05-24 16:55:42 +02:00
Nils Maier
12fb096a5b Use different color for upload speed 2014-05-24 16:55:41 +02:00
Nils Maier
e4326a4394 Persist category filters 2014-05-24 16:55:41 +02:00
Nils Maier
5d1af829fd Link metadata with the actual downloads 2014-05-24 16:55:41 +02:00
Nils Maier
7ca141a41f Waiting downloads should be pausable 2014-05-16 01:17:26 +02:00
Nils Maier
00799bc6f6 Use ng-switch instead of ng-show for some stuff (perf)
ng-switch does not actually generate and insert DOM nodes when
unswitched while ng-show=false does. This improves performance quite a
bit, but sacrifices collapsed animations (although this would be
fixable).
2014-05-16 01:17:26 +02:00
Nils Maier
1ee0a95d76 Do not use [METADATA] label, but an icon 2014-05-16 01:17:26 +02:00
Nils Maier
2712b236ba Allow to filter for running downloads
i.e. downloads with some speed.
2014-05-15 09:39:24 +02:00
Nils Maier
f859a0f806 Do not autocomplete search box 2014-05-15 09:39:24 +02:00
Nils Maier
65be558722 Fix overflow issues
By making fields potentially wide again
2014-02-28 13:30:45 +01:00
Nils Maier
37a8307027 IE compat 2014-02-28 13:30:45 +01:00
Nils Maier
499e1caa24 Style Quick Access save button 2014-02-28 13:30:44 +01:00
Nils Maier
6027005616 Use angular-ui pagination 2014-02-28 13:30:44 +01:00
Nils Maier
a773d03dc4 Right-float the main download graph 2014-02-28 13:30:44 +01:00
Nils Maier
8eed4e162f More quick-access stuff to the bottom. 2014-02-28 13:30:44 +01:00
Nils Maier
aa147cc93f Rewrite search 2014-02-28 13:30:44 +01:00
Nils Maier
753e80936c Hide dgraph on phones 2014-02-28 13:30:44 +01:00
Nils Maier
38a413e95b Performance improvements
* Pre-compute name, formatted sizes and speeds.
* Handle name edge-cases such as no-path and no-uris better.
* Unroll getCtx.
* Improve performance of mergeMap.
* Delay the search filter.

As indicated by Chrome/Gecko profilers.
2014-02-28 13:30:44 +01:00
Nils Maier
4ab27fb503 Pimp the speed graphs
- Upgrade jquery-flot.
- Disable actual local time.
- Use colors more in line with the current theme.
- Scale the y-axis (bytes) ticks.
2014-02-28 13:05:24 +01:00
Nils Maier
55dea0f0dd Pimp pagination
* Better active color
* Prev/Next items
2014-02-28 13:05:24 +01:00
Nils Maier
09120284c5 Cache relative paths instead of using an angular filter.
This will improve the performance a lot. First load performance may
suffer a bit, though.

Also, the leading "./" is skipped now, as this causes additional string
ops, which turn out to be particularly harmful in some cases (slots vs
heaps aka. shortstrings in spidermonkey, allocation overhead). And the
leading "./" is not really required anymore.
2014-02-28 13:05:24 +01:00
Nils Maier
89005aa168 Re-style
* Fix alignment issues
* Use fixed width for label
* Iconize labels
* Colorize speeds
* Simplifications
* Re-arragements
2014-02-28 13:05:24 +01:00
Nils Maier
dc9bd97eb4 Upgrade Libraries.
* Latest JQuery 2.x
* Latest angular
* Last 2.x bootstrap
* Last 3.x font-awesome
* Last compatible angular-bootstrap UI (0.8)

This fixes some nasty display issues, such as items starting out at
uncollapsed, to be immediately collapsed after the load.

Also it seems to improve performance a bit in certain areas, while
performance regressions in other areas are neglectable.
2014-02-28 12:25:23 +01:00
Florent Viard
d3d9b6fd42 Re-organization of the main page: mini graph is on top of download list (one click on it to enlarge / reduce it) + fixed message when nothing on download list. 2014-02-18 01:10:45 +01:00
Florent Viard
b1da2b0a84 Moved miscallenous info out of the main page. Added "server info" and "about" modals as settings sub-menus. 2014-02-17 01:13:25 +01:00
Florent Viard
e006e06507 Improve UI by having larger modal windows for all modals except torrent and metalink windows.
+ Show the tip in top of fields in modals.
2014-02-15 20:37:04 +01:00
hamza zia
1f988e30d8 small link fix for the project 2013-06-23 22:04:18 +02:00
hamza zia
6d9162442f TONS of features and refinements, quick access settings finally landed :) 2013-06-23 22:02:50 +02:00
hamza zia
3b893edfaa resume glitch fix 2013-04-18 08:24:23 +01:00
hamza zia
3cc42f1626 minor fixes and remove statistics when no downloads, better way to hide them comming soon 2013-03-24 09:57:56 +01:00
hamza zia
d272f1d086 feature detection for compiled support for bittorrent and metalinks added 2013-03-20 08:45:28 +01:00
hamza zia
80581ad7db added global download search and finally made angular the default implementationgit add . 2013-03-19 21:57:52 +01:00
hamza zia
d2f82365f1 refactored old js core in a separate folder 2013-01-22 12:59:52 +05:00
hamza zia
73dbcb67e0 added directives for chunkbar and graphs, with overall fixes in improvement in angular implementation 2013-01-21 19:07:55 +05:00
hamza zia
6481737c61 changed download ctx with angular templates updated 2013-01-19 22:46:22 +05:00
hamza zia
e33ffbf8bb change download ui control styles 2013-01-18 20:46:22 +05:00
hamza zia
617eed5efd changed ui controls arrangement 2013-01-18 20:18:44 +05:00
hamza zia
121d3eef2d download ui improvements 2013-01-18 20:10:03 +05:00
hamza zia
59b5f2fdb5 graph centered and progress bar click fix 2013-01-18 17:01:35 +05:00
hamza zia
dcb8886963 progress bar now clickable for more info 2013-01-18 16:47:18 +05:00