0.6.31 • Published 7 months ago

@backstage/plugin-org v0.6.31

Weekly downloads
1,530
License
Apache-2.0
Repository
github
Last release
7 months ago

Org Plugin for Backstage

Features

  • Show Group Page
  • Show User Profile
  • Quick access to Groups

Group Page

Here's an example of what the Group Page looks like:

Group Page example

User Profile

Here's an example of what the User Profile looks like:

Group Page example

MyGroupsSidebarItem

The MyGroupsSidebarItem provides quick access to the group(s) the logged in user is a member of directly in the sidebar.

To use the MyGroupsSidebarItem you'll need to add it to your Root.tsx - found at packages\app\src\components\Root - like this:

+ import { MyGroupsSidebarItem } from '@backstage/plugin-org';
+ import GroupIcon from '@material-ui/icons/People';

<SidebarPage>
    <Sidebar>
      //...
      <SidebarGroup label="Menu" icon={<MenuIcon />}>
        {/* Global nav, not org-specific */}
        //...
        <SidebarItem icon={HomeIcon} to="catalog" text="Home" />
+       <MyGroupsSidebarItem
+         singularTitle="My Squad"
+         pluralTitle="My Squads"
+         icon={GroupIcon}
+       />
       //...
      </SidebarGroup>
    </ Sidebar>
</SidebarPage>

Once added MyGroupsSidebarItem will work in three ways:

  1. The user is not logged in or the logged in user is not a member of any group: the MyGroupsSidebarItem will not display anything in the sidebar
  2. The user is logged in and a member of only one group: the MyGroupsSidebarItem will display a single item in the sidebar like this:

    MyGroupsSidebarItem single example

  3. The user is logged in and a member of more than one group: the MyGroupsSidebarItem will display a single items with a sub-menu with all the related groups like this:

    MyGroupsSidebarItem multiple example

0.6.32-next.1

8 months ago

0.6.32-next.0

8 months ago

0.6.31

8 months ago

0.6.31-next.1

8 months ago

0.6.31-next.2

8 months ago

0.6.30

9 months ago

0.6.30-next.0

9 months ago

0.6.29-next.0

10 months ago

0.6.29-next.2

9 months ago

0.6.29-next.1

9 months ago

0.6.29

9 months ago

0.6.28-next.2

10 months ago

0.6.28-next.3

10 months ago

0.6.28-next.0

11 months ago

0.6.28-next.1

11 months ago

0.6.26-next.0

1 year ago

0.6.26-next.1

1 year ago

0.6.26-next.2

1 year ago

0.6.28

10 months ago

0.6.27

11 months ago

0.6.26

12 months ago

0.6.27-next.2

11 months ago

0.6.27-next.1

12 months ago

0.6.27-next.0

12 months ago

0.6.25

1 year ago

0.6.25-next.2

1 year ago

0.6.25-next.1

1 year ago

0.6.25-next.0

1 year ago

0.6.24

1 year ago

0.6.24-next.1

1 year ago

0.6.24-next.0

1 year ago

0.6.23

1 year ago

0.6.22

1 year ago

0.6.21

1 year ago

0.6.21-next.2

1 year ago

0.6.21-next.1

1 year ago

0.6.21-next.0

1 year ago

0.6.20

1 year ago

0.6.20-next.3

1 year ago

0.6.20-next.2

1 year ago

0.6.20-next.1

1 year ago

0.6.20-next.0

1 year ago

0.6.19

1 year ago

0.6.19-next.2

1 year ago

0.6.19-next.1

1 year ago

0.6.19-next.0

1 year ago

0.6.18

1 year ago

0.6.18-next.3

2 years ago

0.6.18-next.2

2 years ago

0.6.18-next.1

2 years ago

0.6.11-next.2

2 years ago

0.6.11-next.1

2 years ago

0.6.11-next.0

2 years ago

0.6.14-next.3

2 years ago

0.6.14-next.2

2 years ago

0.6.14-next.1

2 years ago

0.6.10-next.1

2 years ago

0.6.10-next.2

2 years ago

0.6.15-next.2

2 years ago

0.6.15-next.0

2 years ago

0.6.15-next.1

2 years ago

0.6.18-next.0

2 years ago

0.6.10

2 years ago

0.6.13-next.0

2 years ago

0.6.12

2 years ago

0.6.11

2 years ago

0.6.17

2 years ago

0.6.14

2 years ago

0.6.13

2 years ago

0.6.16

2 years ago

0.6.15

2 years ago

0.6.16-next.0

2 years ago

0.6.16-next.2

2 years ago

0.6.16-next.1

2 years ago

0.6.10-next.0

2 years ago

0.6.9

2 years ago

0.6.9-next.3

2 years ago

0.6.9-next.2

2 years ago

0.6.8

2 years ago

0.6.8-next.1

2 years ago

0.6.8-next.2

2 years ago

0.6.9-next.0

2 years ago

0.6.9-next.1

2 years ago

0.6.7

2 years ago

0.6.8-next.0

2 years ago

0.6.7-next.3

2 years ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.6-next.0

2 years ago

0.6.6-next.1

2 years ago

0.6.6-next.2

2 years ago

0.6.7-next.0

2 years ago

0.6.7-next.2

2 years ago

0.6.7-next.1

2 years ago

0.6.4-next.1

2 years ago

0.6.4-next.2

2 years ago

0.6.4

2 years ago

0.6.5-next.0

2 years ago

0.6.5-next.2

2 years ago

0.6.5-next.1

2 years ago

0.6.2-next.4

2 years ago

0.6.2-next.3

3 years ago

0.6.2-next.2

3 years ago

0.6.4-next.0

2 years ago

0.6.3

2 years ago

0.6.2-next.1

3 years ago

0.6.2

2 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.6.1-next.0

3 years ago

0.5.10

3 years ago

0.5.11-next.0

3 years ago

0.6.0-next.1

3 years ago

0.5.10-next.1

3 years ago

0.5.10-next.0

3 years ago

0.5.10-next.2

3 years ago

0.5.9-next.0

3 years ago

0.5.9-next.1

3 years ago

0.5.9-next.2

3 years ago

0.5.9-next.3

3 years ago

0.5.9

3 years ago

0.5.7-next.0

3 years ago

0.5.7-next.1

3 years ago

0.5.7-next.2

3 years ago

0.5.7-next.3

3 years ago

0.5.6

3 years ago

0.5.6-next.1

3 years ago

0.5.6-next.2

3 years ago

0.5.6-next.0

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.8-next.0

3 years ago

0.5.8-next.1

3 years ago

0.5.5-next.1

3 years ago

0.5.5-next.0

3 years ago

0.5.5-next.3

3 years ago

0.5.5-next.2

3 years ago

0.5.5

3 years ago

0.5.2-next.0

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.4-next.1

3 years ago

0.5.4-next.2

3 years ago

0.5.4-next.0

3 years ago

0.5.4-next.3

3 years ago

0.5.1

3 years ago

0.4.1-next.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.3.31

3 years ago

0.3.30

4 years ago

0.3.35-next.0

3 years ago

0.3.34

3 years ago

0.3.33

3 years ago

0.3.32

3 years ago

0.4.2-next.0

3 years ago

0.5.0

3 years ago

0.3.29

4 years ago

0.3.28

4 years ago

0.3.27

4 years ago

0.3.26

4 years ago

0.3.25

4 years ago

0.3.24

4 years ago

0.3.23

4 years ago

0.3.22

4 years ago

0.3.21

4 years ago

0.3.20

4 years ago

0.3.19

4 years ago

0.3.18

4 years ago

0.3.17

4 years ago

0.3.16

4 years ago

0.3.15

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago