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
We recently added beautiful file icons for JS,TS,JSX and other extensions. The issue is that we used inline svgs which are slow when there are hundreds of files.
We should be able to easily convert them to img tags and CSS like what we do for the file icon. When we do i think we'll see a nice perf win
We recently added beautiful file icons for JS,TS,JSX and other extensions. The issue is that we used inline svgs which are slow when there are hundreds of files.
We should be able to easily convert them to
imgtags and CSS like what we do for the file icon. When we do i think we'll see a nice perf win