[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.

fix: add warning message on connector modal (#17)

authored by

Mainasara Al-amin Tsowa and committed by
GitHub
449c2d04 132c4e8d

+11
+11
app/components/ConnectorModal.vue
··· 165 165 {{ error }} 166 166 </div> 167 167 168 + <!-- Warning message --> 169 + <div 170 + role="alert" 171 + class="p-3 text-sm text-red-400 bg-red-500/10 border border-red-500/20 rounded-md" 172 + > 173 + <p class="font-mono text-sm text-fg font-bold">WARNING</p> 174 + <p class="text-sm text-fg-muted"> 175 + This allows npmx to access your npm cli and any authenticated contexts. 176 + </p> 177 + </div> 178 + 168 179 <button 169 180 type="submit" 170 181 :disabled="!tokenInput.trim() || isConnecting"