feat: save files
ci-front / build (push) Successful in 2m15s

This commit is contained in:
nikita
2026-04-05 01:37:10 +03:00
parent e024f91111
commit f71a3b1a03
@@ -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();