Skip to content

Commit

Permalink
Rewritten Settings View - Fixes #38
Browse files Browse the repository at this point in the history
Completely rewritten the Settings View Page. Now it is cleaner and is completely responsive.
  • Loading branch information
optiroot committed May 21, 2019
1 parent 0f2d6d4 commit 12f7bf6
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 435 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ _ide_helper_models.php
.env-example
data/
coverage.xml
public/js/app.js
public/js/app.js
4 changes: 2 additions & 2 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27097,8 +27097,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

__webpack_require__(/*! C:\laragon\www\short\resources\js\app.js */"./resources/js/app.js");
module.exports = __webpack_require__(/*! C:\laragon\www\short\resources\sass\app.scss */"./resources/sass/app.scss");
__webpack_require__(/*! C:\laragon\www\urlhum\resources\js\app.js */"./resources/js/app.js");
module.exports = __webpack_require__(/*! C:\laragon\www\urlhum\resources\sass\app.scss */"./resources/sass/app.scss");


/***/ })
Expand Down
Loading

0 comments on commit 12f7bf6

Please sign in to comment.