tanmuhittin / nova-collapsible-groups
Makes nova core theme navigation collapsible
Installs: 153 666
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 3
Forks: 5
Open Issues: 15
Language:Blade
Requires
- php: >=7.1.0
- dev-master
- 0.3
- 0.2
- 0.1
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ws-6.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
This package is auto-updated.
Last update: 2024-11-06 23:37:22 UTC
README
Inspired by https://github.com/alexbowers/nova-categorise-resources. Makes Nova core theme navigation collapsible using core functionality of resources $groups
.
If you have lots of groups you might end up with a long list of resources. You can group them but again it will be a long list.
With this package groups are displayed as collapsed menu items. All you need to do is keep using the $groups
and install this package via:
composer require tanmuhittin/nova-collapsible-groups
Credits
Changelog
- Add +/- (credit: https://github.com/Journeytojah)
- Fix styling indentation to match other indentation
- Set top group to be expanded on start
- Upgraded some node packages