Commit graph

583 commits

Author SHA1 Message Date
Kevin MacMartin
d458798cce Add babel-core to the package.json dependencies as it's now required separately from gulp-babel 2017-09-04 18:31:47 -04:00
Kevin MacMartin
2e6229c56b Update dependencies 2017-09-04 18:22:07 -04:00
Kevin MacMartin
eb205235aa Use flex-grow instead of flex for the sticky footer to fix an issue where main-content never expands past 100vh on ie11 2017-08-29 13:57:06 -04:00
Kevin MacMartin
e6d8259f25 Only reload changed files 2017-08-03 19:48:25 -04:00
Kevin MacMartin
bea70a1c00 Update composer and npm dependencies and upgrade blade-extensions to 7.0 2017-05-02 16:55:08 -04:00
Kevin MacMartin
8678e98709 Go back to the dashboard page once a new item has been created 2017-04-29 01:12:01 -04:00
Kevin MacMartin
3cadd8b957 Move the font normalization into the font mixins 2017-03-29 22:56:25 -04:00
Kevin MacMartin
095b4f54a8 Don't apply the font-style and font-weight a second time in the mixin 2017-03-29 22:54:37 -04:00
Kevin MacMartin
7626ab325b Update dependencies 2017-03-21 19:59:48 -04:00
Kevin MacMartin
5273f58b0a Update dependencies 2017-03-18 18:10:34 -04:00
Kevin MacMartin
e70dda2e6c Pull in fix for laravel 5.4 migrations when using older versions of mysql and mariadb 2017-03-06 17:34:55 -05:00
Kevin MacMartin
abfb4a675a Update dependencies 2017-02-16 18:59:07 -05:00
Kevin MacMartin
7d6e43c85f Add SCSS to the editorconfig 2017-02-16 13:28:45 -05:00
Kevin MacMartin
d727ec9d18 Set a mobile chrome theme colour 2017-02-13 22:42:12 -05:00
Kevin MacMartin
9ce2c865a7 Prune node_modules before installing/updating them 2017-02-09 23:31:01 -05:00
Kevin MacMartin
54613bf60b Add multi-language functionality and don't create unnecessary variables in the contact controller 2017-02-06 23:44:07 -05:00
Kevin MacMartin
93ac8b5697 Update dependencies 2017-01-31 15:46:12 -05:00
Kevin MacMartin
ff35415672 Override bootstrap variables correctly 2017-01-30 22:55:33 -05:00
Kevin MacMartin
3715826049 Use the api for contact and subscription form post routes 2017-01-30 21:00:05 -05:00
Kevin MacMartin
631d29956b Update dependencies 2017-01-30 18:22:17 -05:00
Kevin MacMartin
6ee1313bb7 Pull in updated init.sh and remove the space after function in the routes files 2017-01-26 20:07:54 -05:00
Kevin MacMartin
6985cc501c Update .laravel-commit 2017-01-26 19:29:18 -05:00
Kevin MacMartin
baa0c8b56a Replace the sticky footer with flexbox 2017-01-26 19:25:22 -05:00
Kevin MacMartin
ce9973caab Upgrade to Laravel 5.4 2017-01-26 19:17:37 -05:00
Kevin MacMartin
f218aba35b Update composer dependencies 2017-01-26 18:13:28 -05:00
Kevin MacMartin
458bb18e8b Update dependencies 2017-01-25 12:05:42 -05:00
Kevin MacMartin
69f75e72f0 Fill in the bottom pixel of the logo 2017-01-22 21:55:30 -05:00
Kevin MacMartin
9f7f93aa91 Update gulp-sass 2017-01-10 00:10:29 -05:00
Kevin MacMartin
f51e4afbb7 Show outlines when navigating with a keyboard but not with touch or a mouse 2017-01-09 18:15:39 -05:00
Kevin MacMartin
8ba8a0e810 Improve the dashboard edit-list page on mobile 2017-01-04 23:50:17 -05:00
Kevin MacMartin
1292201b05 Skip empty columns in the dashboard edit-list title block 2017-01-04 23:28:37 -05:00
Kevin MacMartin
01fcbd5cef Implement functionality that allows an additional button with customizable functionality to be added to dashboard edit-list pages 2017-01-04 23:23:26 -05:00
Kevin MacMartin
bbd6aeb68d Add a more feature-specific body class to dashboard pages 2017-01-04 22:42:11 -05:00
Kevin MacMartin
40f4ca4f7f Remove dashboard edit-list title columns after the second column on screen-sm-max and below, and all but the first column on screen-xs-max and below 2017-01-03 23:33:24 -05:00
Kevin MacMartin
26bbfd557c After creating a new item from the dashboard edit-item create page, send the user to the edit item edit page 2017-01-03 23:28:03 -05:00
Kevin MacMartin
880a578454 Display the correct failed operation on the dashboard edit-item page when it fails to edit/create a record 2017-01-03 22:55:12 -05:00
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