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 |
|
Kevin MacMartin
|
d2c7da70d3
|
Update the base theme to something a bit more enjoyable to look at until it gets changed
|
2018-04-25 23:47:20 -04:00 |
|
Kevin MacMartin
|
6fc479c1a9
|
Clean up the subscription styles a bit
|
2018-04-25 23:47:09 -04:00 |
|
Kevin MacMartin
|
e02d57ad17
|
Move the user api_token migration to its original migration, add website and social media columns to the original user migration, hook up user profile edit functionality on the dashboard settings page, name the user password function userPasswordUpdateInit to reflect its form name, clean up the dashboard settings layout and improve it on mobile, add a repeating pattern background to the dashboard so it's not so sparse, and sync the traditional-bootstrap routes/web.php with the main one
|
2018-04-25 23:27:45 -04:00 |
|
Kevin MacMartin
|
25f65772d5
|
Tweak comment explaining the error class application in the traditional bootstrap contact and subscription form javascript
|
2018-04-25 22:47:50 -04:00 |
|
Kevin MacMartin
|
758672024c
|
Add a bunch of additional detail to the readme
|
2018-04-25 21:29:25 -04:00 |
|
Kevin MacMartin
|
9fa8479ed8
|
Improve the functionality surrounding the REGISTRATION variable in the .env file so it can continue to enable registration globally by setting its value to "true", but now also enable registration for a single IP address by setting its value to that address
|
2018-04-25 21:22:39 -04:00 |
|
Kevin MacMartin
|
70a8b83b85
|
Redirect to the dashboard after logging in
|
2018-04-25 21:21:09 -04:00 |
|
Kevin MacMartin
|
f1ce1e0a8a
|
Only use BrowserSync when both the APP_ENV=local and APP_DEBUG=true
|
2018-04-25 21:17:58 -04:00 |
|
Kevin MacMartin
|
1c90c0b214
|
Use slightly more logical organization for dashboard images
|
2018-04-25 10:37:37 -04:00 |
|
Kevin MacMartin
|
c0e1673b14
|
Use a fixed height for the image upload and delete buttons because the aspect ratio was behaving strangely on mobile
|
2018-04-25 01:44:24 -04:00 |
|
Kevin MacMartin
|
33cb7434ff
|
Center the profile image upload container on mobile
|
2018-04-25 01:41:45 -04:00 |
|
Kevin MacMartin
|
bdaf63d3dd
|
Move the profile image upload and delete button text into title attributes
|
2018-04-25 01:34:59 -04:00 |
|
Kevin MacMartin
|
d7f3e449fb
|
Use the same surface to render both the default and active profile image so transparent pngs don't show the default image behind them
|
2018-04-25 01:33:17 -04:00 |
|
Kevin MacMartin
|
6afe85c2d9
|
Use a common trait to provide the timestamp function to both the DashboardModel and User classes, add an optional license key to the dashboard library_credits that adds a (license) link beside the project and add the license (as required by their license) to the fontawesome entry, and implement user profile image view, upload and deletion (with a default black question mark fallback) in the dashboard settings page
|
2018-04-25 01:22:33 -04:00 |
|
Kevin MacMartin
|
83a8dede40
|
Link to the dashboard credits page from a new footer element instead of the user dropdown, organize the dashboard blades by folder now that we have so many of them, and implement user password reset functionality
|
2018-04-24 20:38:04 -04:00 |
|
Kevin MacMartin
|
d06cae1c67
|
Fine-tune the dashboard edit-item layout
|
2018-04-24 00:17:42 -04:00 |
|
Kevin MacMartin
|
a71404bb09
|
Remove app/Models/Dashboard.php (this should have been done in the previous commit)
|
2018-04-23 23:47:29 -04:00 |
|
Kevin MacMartin
|
51c04ab1e4
|
Move app\Models\Dashboard to app\Dashboard
|
2018-04-23 23:39:40 -04:00 |
|