We gotta fix this, it's missing a few things that I think need fixing; it's most prominent to me because of the theme work I've been doing.
* when in the board index, there's nothing in the linktree, and it should really have something
(site name > Community?)
* when in a given category specifically
(site name > Community > Category?)
And it could be argued, for instance, that the owner wants the forum homepage to point to other areas that aren't maintained by Wedge and as such don't use a breadcrumb system.
Just had a look and... Heck, looks like the category links are not even working...?!!Quote * when in a given category specifically
(site name > Community > Category?)
| 1. | See in the Wuthering skin... |
- it's pointed to the left, not to the right. It goes against the 'established standards'.
// The navigation list (i.e. linktree)
#linktree
background: transparent
margin: 0 -math($sidebar-width + 20) 0 0 // This is to allow the linktree to use the sidebar space...
ul
border-radius: 8px
background: linear-gradient(0deg, #fdfdfd, #ededed)
padding: 0
border: 1px solid #ccc
margin: 8px 0 12px
height, line-height: 30px
overflow: hidden
li
position: relative
margin-right: -11px
padding-left: 8px
padding-right: 18px
background: linear-gradient(0deg, #fdfdfd, #ededed)
box-shadow: -2px 0 5px
border-radius: 20px 0 0 20px
:first-child
border-radius: 0
:hover
background: linear-gradient(10deg, #fff0f0, #efe0e0)
:nth-last-child(even)
background: linear-gradient(0deg, darken(#fdfdfd, 5%), darken(#ededed, 5%))
:hover
background: linear-gradient(0deg, darken(#fffdfd, 5%), darken(#efeded, 5%))It's quiet because it only depends on you and Arantor to realease the beast :)
For sure everybody wants to get involved and starting to test wedge.
So if both of you think the world is ready for an alpha, let's go :)
What I'm trying to do is change the boring Weaving linktree to the arrow version you see above. I'm trying to determine if it's "neutral" enough to be used in default skins. If yes, then it might be worth including.