A more opinionated flavor of Lightning for building decoupled applications. Support ended on November 2, 2021 and this project is no longer maintained.
Take for example admin/access-control which has the followin link titles:
API Settings
Clients
Roles
Tokens
Users
If I click on API Settings, I end up on a tab ("Settings") with two siblings, Tokens and Clients. It's a little confusing that Roles and Users aren't there. Similarly, if I click on Roles, I end up with "List" and "Permissions" as siblings.
I understand how we go here - essentially the parent list pages are collections of disparate content. But I want to see if we can improve this. Thoughts? Create new routes that duplicate each page and connect them to the siblings via tabs? Remove the tabs altogether somehow?
...and it's kind of jarring.
Take for example admin/access-control which has the followin link titles:
If I click on API Settings, I end up on a tab ("Settings") with two siblings, Tokens and Clients. It's a little confusing that Roles and Users aren't there. Similarly, if I click on Roles, I end up with "List" and "Permissions" as siblings.
I understand how we go here - essentially the parent list pages are collections of disparate content. But I want to see if we can improve this. Thoughts? Create new routes that duplicate each page and connect them to the siblings via tabs? Remove the tabs altogether somehow?