@@ -106,6 +106,17 @@ export const TabBar: React.FC<TabBarProps> = ({
|
|||||||
>
|
>
|
||||||
<GoFile />
|
<GoFile />
|
||||||
<span>{file.name}</span>
|
<span>{file.name}</span>
|
||||||
|
{file.dirty && (
|
||||||
|
<span
|
||||||
|
style={{
|
||||||
|
width: "8px",
|
||||||
|
height: "8px",
|
||||||
|
borderRadius: "50%",
|
||||||
|
backgroundColor: "#fbbf24",
|
||||||
|
marginLeft: "-4px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
<button
|
<button
|
||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user