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
|
03963f56b9
|
Update to bootstrap 5
|
2021-05-21 22:33:55 -04:00 |
|
Kevin MacMartin
|
b19db9b709
|
Reset the error count on contact form submission success
|
2019-04-28 23:43:51 -04:00 |
|
Kevin MacMartin
|
fba477581f
|
Fix some validation errors in the blog
|
2019-03-19 14:44:20 -04:00 |
|
Kevin MacMartin
|
4952ec27c0
|
Fix some linter errors in the subscription form
|
2019-03-19 14:43:43 -04:00 |
|
Kevin MacMartin
|
8dcc8c3d08
|
Fix linter errors in the contact form
|
2019-03-11 20:15:39 -04:00 |
|
Kevin MacMartin
|
91515a6ca8
|
Key the nav router-links
|
2019-02-14 22:44:29 -05:00 |
|
Kevin MacMartin
|
5895333e7e
|
Include support for the multi-language feature in vue components, and move the env variables into the public template since it's only being included once
|
2018-04-29 23:27:44 -04:00 |
|
Kevin MacMartin
|
a9aca7d4fe
|
Amalgamate the api route controller functionality into a single ApiController, and implement both vue component and traditional blade versions of a blog page on the public facing part of the site
|
2018-04-26 20:26:18 -04:00 |
|
Kevin MacMartin
|
b83213c16e
|
Fix the error box on the contact page and remove the space from the bottom of the page
|
2018-04-26 20:09:00 -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
|
da3d521824
|
Give the vue-based error page some basic styles
|
2018-04-15 22:02:06 -04:00 |
|
Kevin MacMartin
|
71e8146f9c
|
Include a bunch of information about the public-facing side of the site in the readme, and create empty folders for partial components
|
2018-04-15 21:31:31 -04:00 |
|
Kevin MacMartin
|
30c001cc6f
|
Allow special characters in the appname to be rendered in the footer
|
2018-02-04 18:15:42 -05:00 |
|
Kevin MacMartin
|
b1ef53f845
|
Upgrade to bootstrap 4 for the public site
|
2018-01-09 22:00:45 -05:00 |
|
Kevin MacMartin
|
1b2a3aa3f0
|
Update the vue-based nav to use a bootstrap-free implementation
|
2017-12-14 22:24:49 -05:00 |
|
Kevin MacMartin
|
795e8335c2
|
Create a equal-featured vue variant of the public portion of the site
|
2017-11-21 23:12:31 -05:00 |
|