Gonna share my use case below.
I have some apps with the need for having multiple inline lists sourcing from the same table, which obviously will show different sides of the same dataset.
The native “See all” links to a screen with the same configurations for all inline list so it limited me from showing the exact configuration I had for the original inline lists.
So I created my own see all, use different “Link to screen” actions to configure whatever I want.
<div class="see-all-custom">→ See all</div>
<pre><span><style>
.see-all-custom {
font-weight: 600;
font-size: 0.875rem;
line-height: 1.0625rem;
color: rgb(236, 169, 176);
position: relative;
float: right;
}