You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This applies specifically to <site>/resources/views/user/characters.blade and <site>/resources/views/user/sublist.blade.
It looks like sublist.blade does pretty much the same thing as characters.blade, aside from the obvious difference that the former shows sublists only. I'm unfortunately unsure how to do this at the current time, but I'm sure there should be some possibility to merge the two.. or.. reuse the functions somehow?
A change I did recently on one of the sites I maintain (Didn't realize sublist was a different function until I found out it didn't work there...) as well as a recent PR (Noticed the PR only affected characters.blade, not sublist.blade...) make me realize that there might in fact be some necessity to this..
The text was updated successfully, but these errors were encountered:
Noting here as well that it's prob wise to make the character-containing portion of those views a separate widget and incorporate it into both views...
Feature Request
This applies specifically to
<site>/resources/views/user/characters.blade
and<site>/resources/views/user/sublist.blade
.It looks like
sublist.blade
does pretty much the same thing ascharacters.blade
, aside from the obvious difference that the former shows sublists only. I'm unfortunately unsure how to do this at the current time, but I'm sure there should be some possibility to merge the two.. or.. reuse the functions somehow?A change I did recently on one of the sites I maintain (Didn't realize sublist was a different function until I found out it didn't work there...) as well as a recent PR (Noticed the PR only affected
characters.blade
, notsublist.blade
...) make me realize that there might in fact be some necessity to this..The text was updated successfully, but these errors were encountered: