moodle-an-hochschulen / moodle-local_boostnavigation

Moodle plugin which tries to overcome some fixed appearance behaviours of Boost's nav drawer in a clean way
GNU General Public License v3.0
39 stars 28 forks source link

Course node sections icon is not correct #52

Closed adpe closed 4 years ago

adpe commented 4 years ago

Why did you don't set an icon for this root node? It looks really weird:

image

abias commented 4 years ago

Hi Adrian,

This node doesn't have an icon by purpose. I mainly built it as a heading for a collapsible "sections" section. If you look at Ulm's navigation (on the right), you will notice what I mean:

sections

In this usage scenario, an icon would be counterproductive. The same goes for the activities node, for the my courses node and for custom parent nodes.

So, if you want to add an icon to this node - and I would agree that there might be reasons for doing that in other usage scenarios than ours, you should

Based on this feedback, I am closing #53 for now and will be happy to get another contribution from you which addresses my feedback :)

Thanks, Alex

adpe commented 4 years ago

Thanks for your feedback @abias

You're right and I understand your scenario as well. In our case we have the opposite, the sections underneath have no icons and only the heading has an icon.

I'll look to rework my code and make a new request.

Greets, Adrian

adpe commented 4 years ago

Hi @abias

I reworked it as you suggested and would be happy to hear what you think about this implementation.

I know we have other priorities at the moment, but I think this should not stop other already ongoing, nearby finished work.

Cheers, Adrian

abias commented 4 years ago

This issue was closed by #57.