Commit graph

85 commits

Author SHA1 Message Date
Kevin MacMartin
75e8637421 Remove popper.js as it wasn't being used and had a major version upgrade 2024-05-21 16:39:49 -04:00
Kevin MacMartin
40dd19c183 Update npm dependencies and use the new gulp 5 sass plugin 2024-05-21 16:35:48 -04:00
Kevin MacMartin
6bd95e31a8 Fix the fonts gulp task to work with v5 2024-04-01 16:40:55 -04:00
Kevin MacMartin
9809d803da Update npm dependencies and migrate to gulp v5 2024-04-01 00:54:53 -04:00
Kevin MacMartin
e6a488e59a Define __VUE_PROD_HYDRATION_MISMATCH_DETAILS__ to avoid warnings 2024-02-01 18:19:00 -05:00
Kevin MacMartin
e4a4dbbedb Fix sass minification 2023-12-13 15:52:17 -05:00
Kevin MacMartin
23a1bf6ab8 Upgrade to the latest sass, mr hope's gulp-sass, the bootstrap 5.2 beta and the latest font awesome, update other dependencies, organize styles a bit better, and use pxrem on the error page 2022-07-06 13:44:25 -04:00
Kevin MacMartin
b2e8a5cf86 Prepare for migration to mr hope's gulp-sass 3.x 2022-07-06 13:08:39 -04:00
Kevin MacMartin
ef617ac409 Upgrade to Vue 3, replace vue-resource with axios, update other libraries, set the NODE_ENV to production in the gulpfile when --production is specified rather than in the init.sh, and improve the README 2022-06-13 18:04:19 -04:00
Kevin MacMartin
2a615b75a7 Use a non-static function for getDashboardHeader so we can use getTable and not have to worry about sending the model, pull file and image saving and deletion into the dashboard model so it can be used by seeders and other things, allow filetype to be specified for images so more than just jpg is possible, if the image filetype isn't svg also save a webp version of a given image, add a dashboard model method to get the uploads path so we aren't hard-coding that to one degree or another in a whole bunch of places, allow a max width and/or height to be specified for image uploads to avoid giant images, don't send unnecessary parameters from the back-end to the front-end and through the api back to the back-end, add the ability to show error text to the dashboard alert model, show an error if a file of an incorrect type is uploaded, add webp suport detection logic to the vue-based front end as well as a method that selects the appropriate format of image (falling back on the provided format) 2021-07-29 16:40:55 -04:00
Kevin MacMartin
afdf63710f Use Mr Hope's gulp-sass 2021-05-06 13:01:52 -04:00
Kevin MacMartin
490bebbf30 Fix the location of the sortable script 2021-04-20 21:24:42 -04:00
Kevin MacMartin
d78c06867d Update dependencies and make some changes to keep things working with the newer versions of things 2020-12-07 00:06:20 -05:00
Kevin MacMartin
65bc4d8f4b Replace the CACHE_BUST in the init with a gulp-managed one so we can update the value with gulp watch 2020-04-24 22:09:23 -04:00
Kevin MacMartin
7f9f9bce1b Add support for linking dashboard tables, adding lists connected to other tables, formatted currency inputs, multi-line text fields without markdown, paginated edit lists (with working search), errors for columns not being unique or required (with modal popup), improve comments, and use links instead of javascript for the edit and new buttons 2020-04-24 00:22:42 -04:00
Kevin MacMartin
1e2432d254 Update spinkit and the dashboard loading animation 2020-02-25 18:08:27 -05:00
Kevin MacMartin
586fcb6066 Replace simplemde with easymde as it's actually maintained, and include fontawesome 5 as it's supported by easymde and makes the project fully MIT again 2020-02-25 17:43:02 -05:00
Kevin MacMartin
774bc5da0d Remove the dependency on bower 2020-01-17 00:43:25 -05:00
Kevin MacMartin
b54ad4ba28 Use the correct gsap include 2019-11-15 14:46:44 -05:00
Kevin MacMartin
964c6b9186 Pull in gsap-core instead of tweenmax 2019-11-15 14:28:08 -05:00
Kevin MacMartin
e3dcafc623 Move resources/assets content to resources to match upstream laravel 2019-11-14 21:14:53 -05:00
Kevin MacMartin
8b6f1e5111 Remove the bootstrap javascript from the public js as it makes more sense to include as needed 2019-11-14 21:07:47 -05:00
Kevin MacMartin
af9b3ea026 Sync the traditional-bootstrap with the date picker update, and upgrade sortablejs by switching to npm 2019-10-14 21:32:11 -04:00
Kevin MacMartin
ab3803fe59 Don't include both the production and dev versions of vue when targeting one or the other 2019-09-28 01:50:06 -04:00
Kevin MacMartin
d96f37737a Fix variable name spelling 2019-09-20 15:10:25 -04:00
Kevin MacMartin
41abe474f2 Update dependencies and remove the browsers option from autoprefixerSettings as this is now handled by .browserlistrc 2019-08-28 14:21:03 -04:00
Kevin MacMartin
6237b500ff Replace pickadate with flatpickr so we can also pick time 2019-07-17 01:11:09 -04:00
Kevin MacMartin
92cb98c396 Fix --production builds (the new babel setup doesn't pipe things nicely to uglify), update dependencies, and update the traditional bootstrap 2019-01-14 14:28:02 -05:00
Kevin MacMartin
3dc316f727 Update dependencies (including babel to 7.x) 2019-01-10 14:45:54 -05:00
Kevin MacMartin
103ab67b4d Don't send clicks with browser-sync 2018-06-18 16:31:28 -04:00
Kevin MacMartin
f89d61f977 Use a more appropriate name for the dashboard css libs 2018-05-24 22:57:42 -04:00
Kevin MacMartin
2162c403e9 Use expanded instead of nested for sass 2018-05-08 17:17:25 -04:00
Kevin MacMartin
830fb4e79b Group sass and css packages in the gulpfile 2018-05-02 14:30:29 -04:00
Kevin MacMartin
6c43d2d886 Include CSS files separate from sass as this functionality is now deprecated, and update dependencies 2018-05-02 14:25:40 -04:00
Kevin MacMartin
298df303b2 Fix gulp watch for app.js and dashboard.js 2018-04-23 23:11:45 -04:00
Kevin MacMartin
9a01ce94be Use template literals in the gulpfile 2018-04-23 23:08:50 -04:00
Kevin MacMartin
679ef84d55 Add the bootstrap dependency popper.js to the dashboard libs 2018-04-18 23:00:05 -04:00
Kevin MacMartin
d09fa8fdec Use npm to install pickadate instead of bower and remove the jquery dependency from bower 2018-04-18 22:50:22 -04:00
Kevin MacMartin
664ba48e68 Update most of the dashboard to bootstrap 4, with the nav still to go 2018-04-16 00:45:32 -04:00
Kevin MacMartin
d335a3d587 Use custom styling for the laravel-based error pages 2018-04-15 21:54:43 -04:00
Kevin MacMartin
3c048f6096 Move traditional-website files to a new bootstrap folder and use vue as the default public facing front-end rather than trying to offer both simultaneously 2018-04-15 21:05:42 -04:00
Kevin MacMartin
eb946e26cb Remove fontawesome (it can be included as needed in projects that would take advantage of it) 2018-04-15 20:45:31 -04:00
Kevin MacMartin
2bea7127bb Don't watch libraries 2018-04-10 10:59:46 -04:00
Kevin MacMartin
4e026b1dc6 Remove bootstrap fonts from the project as they're not used and are no longer supported (as of now) in 4.x 2018-04-09 23:07:15 -04:00
Kevin MacMartin
87ccb893ec Update gulp to 4.x and use $(npm bin)/gulp to avoid requiring the latest gulp to be installed system-wide 2018-04-09 23:04:09 -04:00
Kevin MacMartin
c25375b951 Disable browsersync ghost mode for scrolling and enable it for clicks and form input 2018-04-09 16:33:50 -04:00
Kevin MacMartin
e83bdcb937 Replace livereload with browser-sync 2018-04-06 00:29:22 -04:00
Kevin MacMartin
4144db3693 Replace (now deprecated) gulp-util with minimist and fancy-log 2018-04-05 23:58:26 -04:00
Kevin MacMartin
0b3a322bf3 Use pickadate instead of the jquery datetimepicker to select dates in the dashboard, initialize new dates with the current date, and tweak input styles a bit 2018-01-15 23:43:20 -05:00
Kevin MacMartin
60241d2ed7 Use npm for fontawesome, include jquery in npm for the public site, and fix popper -> popper.js 2018-01-09 22:21:59 -05:00