Procházet zdrojové kódy

Adds files icon for graph changes column

main
Ramin Tadayon před 1 rokem
rodič
revize
4976b43aea
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 79D60DDE3DFB95F5
2 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx
  2. +8
    -0
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx Zobrazit soubor

@ -133,6 +133,7 @@ const createIconElements = (): { [key: string]: ReactElement } => {
'datetime',
'message',
'changes',
'files',
];
const miniIconList = ['upstream-ahead', 'upstream-behind'];

+ 8
- 0
src/webviews/apps/plus/graph/graph.scss Zobrazit soubor

@ -752,6 +752,14 @@ button:not([disabled]),
content: '\eb43';
}
}
&--files {
&::before {
// codicon-files
font-family: codicon;
content: '\eaf0';
}
}
}
.titlebar {

Načítá se…
Zrušit
Uložit