Florent Viard
4566c9a9f3
Reworked getUris/getTorrents/getMetalinks to be nicer and to have the advanced options as a collapsable block.
2014-06-10 01:59:23 +02:00
Florent Viard
9fbb10e96c
Little icon fix
2014-06-09 14:42:42 +02:00
Florent Viard
1b5f6af2c4
Put the small speed graph on top of the nav bar.
2014-06-09 04:35:04 +02:00
Florent Viard
238caa94be
Change alert to be floating notifications popup on the top right of the screen. (Nota: i disabled the last error staying open until manually closed by personal taste that it is nicer like that)
2014-06-09 04:21:02 +02:00
Florent Viard
12f161a158
Switched font-awesome to newer version 4.1.0 + modified icons for some items.
2014-06-09 03:35:50 +02:00
hamza zia
3e5e353ce1
add download specific default properties
2014-06-07 21:34:32 +08:00
hamza zia
202c7b7783
fixed navbar bug on small resolutions
2014-06-07 21:19:06 +08:00
hamza zia
864e6f81eb
fixed global graph bug when empty download list
2014-06-03 13:16:59 +08:00
hamza zia
1b6969cf81
changed the controls ordering in the sidebar
2014-06-03 12:29:54 +08:00
Nils Maier
463e745ce7
Fast fix for broken filters and/or quick access stuff
...
ng-if will create a new scope, so any `set` operations are on that new
scope and not reflected in the parent scope.
Using ng-show instead will not create a new scope and therefore does not
have this issue. But different from ng-if, ng-show still creates a DOM
but just hides it...
2014-06-03 02:28:55 +02:00
Nils Maier
7b37e69283
Fix perf issue with collapse animations
2014-06-03 02:05:30 +02:00
hamza zia
36c282536f
support for tweaking download page size in the webui configuration
2014-06-03 04:02:23 +08:00
hamza zia
b85de64746
added global statistics to tweat the webui
2014-06-03 03:36:21 +08:00
hamza zia
50567d98fa
increased tick size again for graph overview
2014-06-02 20:07:56 +08:00
hamza zia
2a35277100
added screenshot and reduced overview graph tick size
2014-06-02 19:59:07 +08:00
hamza zia
26e8055317
more ui refinements, global statistics moved to the new sidebar
2014-06-02 18:58:58 +08:00
hamza zia
5aca5ed8d4
fixed restart functionality and added again
2014-06-02 16:06:39 +08:00
hamza zia
8e4dd9ca37
refined the UI more for a sub bar
2014-06-02 00:27:19 +08:00
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