You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code tab has many UX problems, one of them is not using <a> tags for links (breadcrumb + displayed code tree).
This makes it impossible to use middle/wheel-click to open a file in a new tab.
.
Probably related to the fact that the opened file is not persisted in querystring so it's not possible to deep-link to a given file (issue npm/feedback#946)
All this makes it super unconvenient and time-consuming to browse multiple files at once: we must open multiple tabs from the code tree root, and navigate them one by one to the desired file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The code tab has many UX problems, one of them is not using
<a>
tags for links (breadcrumb + displayed code tree).This makes it impossible to use middle/wheel-click to open a file in a new tab.
.
Probably related to the fact that the opened file is not persisted in querystring so it's not possible to deep-link to a given file (issue npm/feedback#946)
All this makes it super unconvenient and time-consuming to browse multiple files at once: we must open multiple tabs from the code tree root, and navigate them one by one to the desired file.
Beta Was this translation helpful? Give feedback.
All reactions