[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(ui): reorganize sidebar on Package page (#1010)

authored by

Wojciech Maj and committed by
GitHub
26f139b0 7c886548

+6 -6
+6 -6
app/pages/package/[...package].vue
··· 1192 1192 <div 1193 1193 class="sidebar-scroll sticky top-34 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(top-22 pt-2 max-h-[calc(100dvh-6rem)])" 1194 1194 > 1195 - <!-- Maintainers (with admin actions when connected) --> 1196 - <PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" /> 1197 - 1198 1195 <!-- Team access controls (for scoped packages when connected) --> 1199 1196 <ClientOnly> 1200 1197 <PackageAccessControls :package-name="pkg.name" /> 1201 1198 </ClientOnly> 1202 - 1203 - <!-- Keywords --> 1204 - <PackageKeywords :keywords="displayVersion?.keywords" /> 1205 1199 1206 1200 <!-- Agent Skills --> 1207 1201 <ClientOnly> ··· 1250 1244 :peer-dependencies-meta="displayVersion.peerDependenciesMeta" 1251 1245 :optional-dependencies="displayVersion.optionalDependencies" 1252 1246 /> 1247 + 1248 + <!-- Keywords --> 1249 + <PackageKeywords :keywords="displayVersion?.keywords" /> 1250 + 1251 + <!-- Maintainers (with admin actions when connected) --> 1252 + <PackageMaintainers :package-name="pkg.name" :maintainers="pkg.maintainers" /> 1253 1253 </div> 1254 1254 </div> 1255 1255 </article>