Skip to content

Commit

Permalink
Fixed the today issue & updated colors; Closes #263
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaaarc committed May 15, 2019
1 parent 12b7a4c commit 36e93b2
Show file tree
Hide file tree
Showing 10 changed files with 1,864 additions and 333 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This release contains new migrations and requires to run the `migrate` command a

### Changed

+ [#263](https://github.com/luyadev/luya-module-admin/issues/263) Moved angularjs-datepicker from vendor to vendorlibs. Fixed the "today" issue & updated colors.
+ [#293](https://github.com/luyadev/luya-module-admin/issues/293) Added new request log table for api calls in order to make metrics about request, this must be enabled in the admin area.
+ [#46](https://github.com/luyadev/luya-module-admin/issues/46) Updated bootstrap to 4.3.1.
+ [#268](https://github.com/luyadev/luya-module-admin/issues/268) Deprecated classes, methods and properties has been removed.
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"twbs/bootstrap": "~4.3.0",
"bower-asset/angular" : "^1.7",
"bower-asset/angular-loading-bar" : "^0.9",
"bower-asset/angularjs-datepicker" : "^2.0",
"bower-asset/ui-router" : "~0.4.0",
"bower-asset/ng-file-upload" : "~12.2.0",
"bower-asset/ng-flow" : "~2.7.0",
Expand Down
59 changes: 20 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/resources/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/dist/main.unglue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../js/scheduler.js"
],
"css" : [
"../../../vendor/bower-asset/angularjs-datepicker/dist/angular-datepicker.min.css",
"../vendorlibs/angularjs-datepicker/angular-datepicker.min.css",
"../scss/admin.scss"
]
}
Loading

0 comments on commit 36e93b2

Please sign in to comment.