Kevin MacMartin
|
103ab67b4d
|
Don't send clicks with browser-sync
|
2018-06-18 16:31:28 -04:00 |
|
Kevin MacMartin
|
a63b133420
|
Normalize the filter style on firefox and chrome
|
2018-06-18 15:27:07 -04:00 |
|
Kevin MacMartin
|
babf02b010
|
Update dependencies
|
2018-06-18 15:16:00 -04:00 |
|
Kevin MacMartin
|
c2e3610638
|
Remove a second blank line in DashboardModel
|
2018-06-17 23:55:40 -04:00 |
|
Kevin MacMartin
|
abecbf062d
|
Don't have classes that extend DashboardModel include Illuminate\Database\Eloquent\Model when DashboardModel already does this
|
2018-06-17 23:36:28 -04:00 |
|
Kevin MacMartin
|
256c0b179a
|
Add in functionality to set a different column type on creation than when being edited
|
2018-06-17 23:31:24 -04:00 |
|
Kevin MacMartin
|
3545378192
|
Catch the traditional bootstrap up with the main package
|
2018-06-15 23:28:45 -04:00 |
|
Kevin MacMartin
|
893e85471d
|
Update dependencies
|
2018-06-14 22:40:56 -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
|
a645dc214b
|
Update dependencies
|
2018-05-14 22:50:35 -04:00 |
|
Kevin MacMartin
|
c48db55fb5
|
Version the blog entry images to bust the cache
|
2018-05-11 00:31:34 -04:00 |
|
Kevin MacMartin
|
75f0b2705a
|
Sync the traditional-bootstrap package.json with the default one
|
2018-05-10 23:23:08 -04:00 |
|
Kevin MacMartin
|
f15fb617ff
|
Allow dashboard updates for models that have only files or images
|
2018-05-10 23:22:09 -04:00 |
|
Kevin MacMartin
|
1082c0f39b
|
Import page components before the router instance (which uses them) instead of having the global components between them
|
2018-05-10 23:00:06 -04:00 |
|
Kevin MacMartin
|
3a260dceec
|
Fix the dashboard loading modal
|
2018-05-10 13:21:29 -04:00 |
|
Kevin MacMartin
|
2162c403e9
|
Use expanded instead of nested for sass
|
2018-05-08 17:17:25 -04:00 |
|
Kevin MacMartin
|
04881cf5b1
|
Update dependencies
|
2018-05-08 16:21:39 -04:00 |
|
Kevin MacMartin
|
243e5e27f6
|
Sync the traditional-bootstrap package.json
|
2018-05-07 15:49:35 -04:00 |
|
Kevin MacMartin
|
dee6c34fcb
|
The flexbox fix class is called flex-fix, not flex-wrapper
|
2018-05-04 23:58:43 -04:00 |
|
Kevin MacMartin
|
3872ef1e51
|
Update gulp-clean-css
|
2018-05-04 21:01:29 -04:00 |
|
Kevin MacMartin
|
8448312702
|
Reflect browser-sync downgrade in the traditional-bootstrap
|
2018-05-02 17:12:46 -04:00 |
|
Kevin MacMartin
|
2c58e2dbe5
|
Downgrade browser-sync due to an issue that breaks updates on firefox when font-family is being set
|
2018-05-02 17:11:22 -04:00 |
|
Kevin MacMartin
|
45e0f05412
|
Catch the traditional-bootstrap up with the latest changes
|
2018-05-02 14:52:05 -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
|
3a3ddd09d3
|
Consider the reorder column if present when adding and deleting new rows
|
2018-05-01 20:14:00 -04:00 |
|
Kevin MacMartin
|
734268c1dd
|
Use the $sort_direction variable to determine the orderBy direction so setting $dashboard_reorder to true will always use 'desc'
|
2018-05-01 19:58:37 -04:00 |
|
Kevin MacMartin
|
eb69d2fbd7
|
Include stylesheets in the partials folder in app.scss and source mixins before classes
|
2018-04-30 23:23:14 -04:00 |
|
Kevin MacMartin
|
05bbb38368
|
Clarify dashboard_sort_column instructions in the readme a bit
|
2018-04-30 12:27:15 -04:00 |
|
Kevin MacMartin
|
7639423469
|
Fix language string wrapping
|
2018-04-30 12:10:15 -04:00 |
|
Kevin MacMartin
|
b0fbd6fc1a
|
Add note about using the node_modules version of gulp if the system version doesn't exist or is 3.x or lower
|
2018-04-29 23:46:02 -04:00 |
|
Kevin MacMartin
|
3419f8d789
|
Show the image after the text on blog posts at viewport widths where text and image are shown horizontally together so the titles for posts with images are lined up with titles for posts without them
|
2018-04-29 23:30:47 -04: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
|
59f6444cd2
|
Make comment about gulp in the init.sh section of the readme a bit more clear
|
2018-04-27 18:06:25 -04:00 |
|
Kevin MacMartin
|
e94764a5c7
|
Improve the dashboard javascript comments
|
2018-04-26 22:36:35 -04:00 |
|
Kevin MacMartin
|
57170cd6d4
|
Re-order a couple things at the top of the dashboard js
|
2018-04-26 22:33:18 -04:00 |
|
Kevin MacMartin
|
1646479448
|
Center blog titles so they don't look randomly aligned
|
2018-04-26 20:35:24 -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
|
9a0df81d81
|
Update dependencies
|
2018-04-26 18:45:53 -04:00 |
|
Kevin MacMartin
|
df086422cf
|
Fix a typo in the updated description
|
2018-04-26 18:32:21 -04:00 |
|
Kevin MacMartin
|
d22c5d2da8
|
Tweak description in the readme a bit more
|
2018-04-26 18:31:39 -04:00 |
|
Kevin MacMartin
|
b8d50a995e
|
Update the description in the readme
|
2018-04-26 18:30:53 -04:00 |
|
Kevin MacMartin
|
172e247559
|
Improve the dashboard nav dropdown styles a bit
|
2018-04-26 01:28:49 -04:00 |
|
Kevin MacMartin
|
5c6d86405f
|
Use keydown instead of keyup and preventDefault for the dashboard modals so other input can be ignored, and only reset the submitting variable after the dialog has been closed to avoid the possibility of re-submitting before the dialog is closed
|
2018-04-26 01:21:14 -04:00 |
|
Kevin MacMartin
|
cbe6a5eac6
|
Don't allow file upload text to overflow outside the container
|
2018-04-26 01:20:49 -04:00 |
|
Kevin MacMartin
|
a7d37ec5ff
|
Fix edit-list padding on mobile
|
2018-04-26 01:01:11 -04:00 |
|
Kevin MacMartin
|
6ea47a7de2
|
Use the bold sans font instead of font-weight: bold
|
2018-04-26 00:03:16 -04:00 |
|
Kevin MacMartin
|
42c76f0699
|
Clean up the colors and styles for the bootstrap public site a bit more
|
2018-04-26 00:02:56 -04:00 |
|
Kevin MacMartin
|
68e78d2853
|
Don't restrict the accent colour by declaring as the subscription input border color and instead use the text color for that, and set a yellow as the default accent
|
2018-04-25 23:48:40 -04:00 |
|