new ui changes
This commit is contained in:
@@ -65,7 +65,7 @@ The UI definition of "peers at 100%" is an absolute count of `peers[]` entries w
|
||||
|
||||
## Frontend Architecture
|
||||
|
||||
The frontend is a single page with module-level state in `web/app.js`. It polls every 3 seconds and fetches torrents and stats in parallel.
|
||||
The frontend is a single page with module-level state in `web/app.js`. It polls on a user-selectable interval, defaults to 3 seconds, and fetches torrents and stats in parallel.
|
||||
|
||||
Important patterns:
|
||||
|
||||
@@ -83,6 +83,7 @@ Current sort keys:
|
||||
- `progress`
|
||||
- `ratio`
|
||||
- `size`
|
||||
- `speed`: orders by combined download and upload speed descending, then download speed, upload speed, and name.
|
||||
- `peer100`: orders by peers at 100% descending, then connected peers descending, progress descending, and name ascending.
|
||||
|
||||
## UI And Design Rules
|
||||
|
||||
Reference in New Issue
Block a user