Alan Hardman

Results 51 comments of Alan Hardman

I found it while trying to build my own similar app using gmusiapi, then finding this and giving up on mine 😋

I would particularly like the ability to exclude certain directories from the Problems list (e.g. `vendor`), while retaining Go to Definition functionality. I'm not sure if that would be considered...

I really like this. The one thought I have is that the `a` should have `text-decoration: underline` for `:focus` as well as `:hover`, so that keyboard navigation still has visual...

It is currently possible to drag an item from the menu into the panel, though a right-click option could still be beneficial.

This is implemented in Whisker Menu by making the Favorites category the default view, as is recommended in #75. Seems like the simplest way to implement this functionality to me.

Currently there is no simple way of changing the hotkeys, everything is hard-coded in [global.js](https://github.com/Alanaktion/phproject/blob/master/js/global.js#L121). If you are going to create a PR, it's probably easier if you use something...

Date formats are not currently changed by locale, this could be implemented though. If anyone wants to contribute code for this I'd welcome a pull request!

There is the Issue Tree widget on the dashboard that shows a hierarchical view of your assigned tasks, but that may not be quite what you're looking for.

Due to a limitation in the Fat-Free framework, the code for the most part doesn't directly use any SQL `JOIN`s in the model system. Because of that, we use a...

This could be a side effect of caching. Try clearing the cache from the Administration panel. If that doesn't work, check the PHP error logs, which should have more detail...