Skip to content

Commit

Permalink
Optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
jae-jae committed May 29, 2018
1 parent 465ee75 commit 514ff96
Show file tree
Hide file tree
Showing 10 changed files with 411 additions and 342 deletions.
712 changes: 378 additions & 334 deletions AriaNg/src/index.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions AriaNg/src/scripts/core/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@
});

aria2TaskService.onFirstSuccess(function () {
ariaNgNotificationService.notifyInPage('', 'Connection Succeeded', {
type: 'success'
});
// ariaNgNotificationService.notifyInPage('', 'Connection Succeeded', {
// type: 'success'
// });
$('.footer-aria2-status').hide();
$('.global-status').show();
});

aria2TaskService.onConnectSuccess(function () {
Expand Down
2 changes: 2 additions & 0 deletions AriaNg/src/styles/controls/global-status.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* global-status */
.global-status {
cursor: pointer;
display: none;
}

.global-status > .realtime-speed {
Expand All @@ -18,3 +19,4 @@
.global-status span.realtime-speed > i {
padding-right: 2px;
}

2 changes: 1 addition & 1 deletion AriaNg/src/styles/core/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ td {

.navbar-static-top {
max-height: 42px;
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ $ gulp serve
## 1.2 - 2018-05-28
### Fixed
- Fixed filter
- Optimization siderbar
- Optimization status notice

## 1.1 - 2018-05-11
### Fixed
Expand Down
4 changes: 4 additions & 0 deletions app/ui/css/aria-ng-5e6c3fa700.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions app/ui/css/aria-ng-7400556f48.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/ui/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app/ui/index.manifest
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CACHE MANIFEST

CACHE:
css/aria-ng-8e1c9c2ec8.min.css
css/aria-ng-7400556f48.min.css
css/bootstrap-3.3.7.min.css
css/plugins-c689a788e3.min.css
js/angular-packages-1.6.5.min.js
js/aria-ng-97e1810f50.min.js
js/aria-ng-27f695e589.min.js
js/bootstrap-3.3.7.min.js
js/echarts-common-3.7.1.min.js
js/jquery-2.2.4.min.js
Expand All @@ -20,4 +20,4 @@ NETWORK:
SETTINGS:
prefer-online

# hash: eab7d84b9a6240b427179dc55425de9d52ee2f589bb67e757d2abd16bbadf726
# hash: e18e6964bffe2db8a3e78b87680b7a669666bc6b5b11716a603799a35ae0bf29
11 changes: 11 additions & 0 deletions app/ui/js/aria-ng-27f695e589.min.js

Large diffs are not rendered by default.

0 comments on commit 514ff96

Please sign in to comment.