hypothetical/resources/views
2021-08-04 16:29:20 -04:00
..
auth Use "??" instead of "or" to fall back on a default value as this is now what laravel expects 2018-11-02 18:32:24 -04:00
dashboard 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
email Add a space to the contact email 2017-09-26 18:18:07 -04:00
errors Use custom styling for the laravel-based error pages 2018-04-15 21:54:43 -04:00
templates Fix highlighting the settings page while inside it 2021-08-04 16:29:20 -04:00