Loading
Add feature-addition icon
Problem
The feature library currently reuses the applications icon (4 quad squares), which doesn't convey a distinct identity for the feature library.
Proposal
Add a new feature-addition icon that builds on the quad squares visual but replaces the top right square with a plus symbol, giving the feature library a unique, recognizable identity distinct from applications.
What does this MR do?
- Add
packages/gitlab-svgs/sprite_icons/feature-addition.svg. - Add the corresponding
feature-additionentry topackages/gitlab-svgs/sprite_icons/icons.meta.json(keywords/description metadata).
Screenshots or screen recordings
Integrations
NA
Does this MR meet the acceptance criteria?
This checklist encourages the authors, reviewers, and maintainers of merge requests (MRs) to confirm changes were analyzed for conformity with the project's guidelines, security and accessibility.
Toggle the acceptance checklist
Conformity
- The "What does this MR do?" section in the MR description is filled out, explaining the reasons for and scope of the proposed changes, per "Say why not just what".
- For example, if the MR is focused on usage guidelines, addressing accessibility challenges could be added in a separate MR.
- Relevant label(s) are applied to the MR.
- The MR is added to a milestone.
- Added the
~"component:*"label(s) if applicable. - A changeset is added when this MR will do a patch, minor, or major update. More information can be found in doc/changesets.md.
Components
- GitLab UI's contributing guidelines.
- If the MR changes a component's API, integration MR(s) have been opened (see integrations above).
Documentation
-
If creating a new component pagefrom scratch, it follows thepage template structure. - Content follows the GitLab Documentation Style Guide when appropriate.
-
Related pages are cross-linked, where helpful. Component pages haverelated components and patternsdefined in their Markdown front matter. - If embedding a Figma file, it follows the Figma embed guide.
- Review requested from any GitLab designer or directly from a maintainer or trainee maintainer.
- Maintainer review follows the Pajamas UX maintainer review checklist.
Security
NA
Accessibility
If this MR adds or modifies a component, take a few moments to review the following:
-
All actions and functionality can be done with akeyboard. -
Links, buttons, and controls have a visiblefocus state. -
All content is presented in text or with a text equivalent. For example, alt text for SVG, oraria-labelfor icons that have meaning or perform actions. -
Changes in a component's state are announced by a screen reader. For example, changingaria-expanded="false"toaria-expanded="true"when an accordion is expanded. -
Color combinations havesufficient contrast.
Edited by Austin Regnery