feat: ✨ add refresh button
by Sivritkin Dmitriy
1@@ -58,7 +58,7 @@ export default function CommitModal({
2 router.back();
3 }}
4 >
5- <DialogContent className="max-h-[70vh]">
6+ <DialogContent className="h-full max-h-[70vh] max-w-[70vw]">
7 {loading ? (
8 <h1>Loading...</h1>
9 ) : (@@ -6,7 +6,7 @@ import { GitGraphIcon } from "lucide-react";
10
11 export const Header = () => {
12 return (
13- <header className="sticky top-0 h-16 border-b bg-background px-4 md:px-6">
14+ <header className="sticky top-0 z-50 h-16 border-b bg-background px-4 md:px-6">
15 <div className="container flex h-full items-center justify-between gap-4">
16 <nav className="flex flex-row items-center gap-6 text-lg text-xs font-medium md:gap-5 md:text-sm lg:gap-6">
17 <Link