Skip to content

Commit 124b17a

Browse files
David IngrahamDavid Ingraham
David Ingraham
authored and
David Ingraham
committed
update plugin list with deprecated plugins
1 parent 84a5a93 commit 124b17a

File tree

3 files changed

+351
-396
lines changed

3 files changed

+351
-396
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ Each plugin submitted to the plugins list should have the following:
143143

144144
Plugins are listed in in the following order to for users:
145145

146-
- official
147-
- verified
148-
- community
149-
- experimental
146+
- official (Cypress owned)
147+
- verified (community owned and verified by Cypress)
148+
- community (community owned and unverified)
149+
- deprecated (npm registry missing, source repo archived or incompatible with v10+)
150150

151151
### Adding Pages
152152

src/components/plugins-list/style.module.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ ul.pluginsList li p {
8181
color: white;
8282
}
8383

84-
.badgePill.badgeCommunity {
85-
background-color: #737373;
86-
}
87-
88-
.badgePill.badgeExperimental {
89-
background-color: #965cc1;
90-
}
91-
9284
.badgePill.badgeOfficial {
9385
background-color: #257e8e;
9486
}
@@ -97,6 +89,14 @@ ul.pluginsList li p {
9789
background-color: #00805b;
9890
}
9991

92+
.badgePill.badgeCommunity {
93+
background-color: #737373;
94+
}
95+
96+
.badgePill.badgeDeprecated {
97+
background-color: #870b2a;
98+
}
99+
100100
.keyword {
101101
font-weight: 300;
102102
color: #777;

0 commit comments

Comments
 (0)