Commit graph

197 commits

Author SHA1 Message Date
Kevin MacMartin
d667c39af9 Don't show display columns in the dashboard edit-item view 2017-01-03 22:51:16 -05:00
Kevin MacMartin
6e42a86ad2 Implement optional edit-list filter support 2016-12-22 00:20:44 -05:00
Kevin MacMartin
6ec9531074 Allow edit-list title-columns to be specified as arrays for multiple items and use monospaced fonts so the same number of characters will take the same amount of space 2016-12-20 23:26:10 -05:00
Kevin MacMartin
5336c21a93 Remove height: 100% from the body and html elements to fix auto-scrolling on (at least) chrome 2016-12-20 14:26:58 -05:00
Kevin MacMartin
54508b4ebe Add the 'display' type to the edit-item blade, allowing printed information that can't be edited 2016-12-19 22:59:19 -05:00
Kevin MacMartin
61233c887e Make the 'new' button on the edit-list page optional 2016-12-19 22:45:11 -05:00
Kevin MacMartin
c031c6d18a Organize the readme a bit better 2016-12-19 22:35:38 -05:00
Kevin MacMartin
a9455f99a0 Add export functionality to the dashboard edit-list feature, and clean up the edit-list blade a bit 2016-12-19 22:31:04 -05:00
Kevin MacMartin
318ca8a80c Add an option to enable/disable the delete button on edit-list dashboard items 2016-12-19 22:17:13 -05:00
Kevin MacMartin
2819ed5582 Use false instead of 'false' to disable the sort col 2016-12-19 22:03:43 -05:00
Kevin MacMartin
b4523938f5 Space dashboard blades out a bit better 2016-12-19 21:21:14 -05:00
Kevin MacMartin
4daba21001 Comment the init file better 2016-12-14 23:03:42 -05:00
Kevin MacMartin
cd4316b601 Update npm dependencies 2016-12-13 23:00:29 -05:00
Kevin MacMartin
45123fdb14 Update gulp-sass and gulp-sass-glob 2016-12-11 21:06:20 -05:00
Kevin MacMartin
262d0003cc Update dependencies 2016-11-20 20:39:38 -05:00
Kevin MacMartin
9089ae21ac Pull in upstream laravel updates 2016-10-26 11:05:43 -04:00
Kevin MacMartin
df7676ece8 Add a body class based on whether a desktop or mobile device has been detected 2016-10-16 21:32:07 -04:00
Kevin MacMartin
961120131e Replace the abandoned laravel-head with a native implementation 2016-10-15 16:53:14 -04:00
Kevin MacMartin
a28a3bfe3f Setup scss wildcards to only include *.scss 2016-10-12 23:44:00 -04:00
Kevin MacMartin
073e9ddf4f Use $(window).on("load" instead of $(window).load as this no longer exists in jquery 3 2016-10-12 21:34:31 -04:00
Kevin MacMartin
1f10f1a8ca Add --no-artisan command to the init.sh script so it can be run outside homestead without issues 2016-10-12 21:24:14 -04:00
Kevin MacMartin
7da1c8c99a Update jquery to 3.1.1 2016-10-12 20:55:27 -04:00
Kevin MacMartin
952e0c12ec Update npm dependencies 2016-10-12 20:54:33 -04:00
Kevin MacMartin
c9d6b0a29c Run bower prune before running bower install in init.sh 2016-10-12 20:54:16 -04:00
Kevin MacMartin
26848d1f07 Pull in upstream laravel changes 2016-09-22 13:40:58 -04:00
Kevin MacMartin
fadd1ea054 Update composer and npm dependencies 2016-09-22 10:59:07 -04:00
Kevin MacMartin
bd1f0ef4df Pull in latest upstream laravel updates 2016-09-14 11:23:45 -04:00
Kevin MacMartin
a99eca5162 Update composer dependencies 2016-09-08 11:31:55 -04:00
Kevin MacMartin
1c920c8c4c Pull in the latest laravel upstream updates 2016-09-08 11:30:08 -04:00
Kevin MacMartin
3d186815bc Pull in latest laravel upstream updates 2016-09-06 12:01:36 -04:00
Kevin MacMartin
2d9e500ebe Format Models like the updated User model 2016-09-03 00:30:02 -04:00
Kevin MacMartin
28a82ad735 Remove spaces after the function keyword in the default migrations 2016-09-02 22:53:01 -04:00
Kevin MacMartin
def7030f70 Update composer and npm dependencies 2016-09-02 16:05:38 -04:00
Kevin MacMartin
944684ac54 Pull in the latest upstream laravel changes 2016-09-02 12:02:24 -04:00
Kevin MacMartin
021e7a2107 Update composer dependencies 2016-08-31 22:06:50 -04:00
Kevin MacMartin
d388b02903 Update babel-preset-es2015 and add debug stripping support to the gulpfile 2016-08-29 15:49:35 -04:00
Kevin MacMartin
6074935742 Pull in the latest laravel updates 2016-08-28 20:33:46 -04:00
Kevin MacMartin
ce009c74dd Pull in latest laravel upstream changes 2016-08-24 12:09:21 -04:00
Kevin MacMartin
81842245d1 Use units for the nav height calc 2016-08-23 22:54:11 -04:00
Kevin MacMartin
780114ba60 Pull in the latest updates from upstream laravel master branch 2016-08-23 22:46:13 -04:00
Kevin MacMartin
6c6556233d Revert "Pull in the latest updates from upstream laravel"
This reverts commit 5ee5f1d94d.
2016-08-23 22:43:15 -04:00
Kevin MacMartin
5ee5f1d94d Pull in the latest updates from upstream laravel 2016-08-23 22:34:27 -04:00
Kevin MacMartin
d295cf83f1 Run livereload on changes to php files in the routes folder 2016-08-23 22:32:16 -04:00
Kevin MacMartin
5cf20c3424 Pull in changes from laravel upstream 2016-08-22 14:34:21 -04:00
Kevin MacMartin
3788e412d5 Pull in changes from laravel upstream 2016-08-20 18:49:30 -04:00
Kevin MacMartin
fa6ebd134f Fix dashboard CSV export 2016-08-19 19:44:30 -04:00
Kevin MacMartin
d5179305b5 Add a file containing the laravel commit hash for reference in future updates 2016-08-19 19:21:20 -04:00
Kevin MacMartin
8c922a9717 Remove laravelcollective/bus as this isn't required for 5.3 2016-08-19 19:04:54 -04:00
Kevin MacMartin
f82f9d130e Update composer dependencies, update laravel-excel, add get logout route, and replace Route::controller instance with pure routes 2016-08-19 18:50:08 -04:00
Kevin MacMartin
ec186a4edb Make a few additional changes that were missed before 2016-08-19 16:54:28 -04:00