-
Notifications
You must be signed in to change notification settings - Fork 37
Improve Dashboard design #13
Comments
|
@stevenrombauts can you give it a try? And have a look at the last two points in the description? |
|
@tomjanssens This is working great! Much better now :) I fixed two items of your list (phpmyadmin + dashboard redirect), but we can't do anything about the Mailcatcher issue. I'll be replacing Mailcatcher with Mailhog anyway, so maybe that will fix it automatically. If not, we'll just have to link directly. |
|
@tomjanssens Can we also add the command line to the dashboard for larger screens so it's available immediately? This saves an extra click and window. |
|
@johanjanssens this would be a drastic change not part of the scope of this issue. The UI is tab-based and won't open a new window for the terminal so that will be already solved. Let's focus on the remaiming tasks at hand. |
Little workaround to easily merge with master.
- It always asks to enable desktop notificiations, even if NOTIFICATIONS is set to false. - If you leave it running in the background in Firefox it will start to consume all resources.

$cfg['AllowThirdPartyFraming'] = true;toconfig.inc.phpto allow phpMyAdmin to open in an iFrameX-Frame-Optionsis set toSAMEORIGIN/dashboardit is now available from the root folder: http://joomla.box/joomlatools-vagrant/puppet/modules/scripts/files/scripts/Instructions on how to easily work on the dashboard HTML can be found in the wiki.
The text was updated successfully, but these errors were encountered: