mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
276738b620
- Adds UserLinks__more template to process the list of user links. - Simplifies styles in UserLinks.less, and namespace them under .vector-user-menu-more - Add i18n for the label of the new navigation menu - Update storybook and typing Bug: T284584 Change-Id: I92290815869dcb939f01d9aff4aa202f6f004894
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
<div class="vector-user-links">
|
|
{{#data-user-more}}{{>Menu}}{{/data-user-more}}
|
|
{{#data-user-menu}}{{>Menu}}{{/data-user-menu}}
|
|
</div>
|