Skip to content

Show topics in the project list

Jonas Wälter requested to merge siemens/gitlab:project-list-topics into master

Introduction

In GitLab, you can add arbitrary topics to a project (in the project settings). But as far as I know, these topics are not yet so well known. So let's give a boost to the use of project topics!

What does this MR do?

In !62443 (merged), a new Explore topics page will be added. In a further step I would like to make project topics even more visible:

As discussed in #25369 (closed), this MR extends the projects lists (Your projects, Starred projects, Explore projects) and displays the topics of a project below its description. By clicking on a topic, you will get to the Explore projects page containing the corresponding projects of the topic.

The design of the topic badges was taken from the project home panel, respectively a partial view was extracted and used for both.

Solves #25369 (closed)

🛠 with at Siemens

/cc @bufferoverflow

Screenshots

Mobile 320px Tablet 768px Desktop 992px Desktop 1200px On hover
Project_list_topics_320_after Project_list_topics_768_after Project_list_topics_992_after Project_list_topics_1200_after Project_list_topics_hover

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports

Loading