feat: add template#1
Conversation
qamarq
left a comment
There was a problem hiding this comment.
kilka uwag mam ale ogolnie mega robota <3
| "dev": "next dev", | ||
| "format": "prettier --write .", | ||
| "format:check": "prettier --check .", | ||
| "lint": "next lint", |
There was a problem hiding this comment.
trzymalbym sie jedenj konwencji czyli jak mamy format i format:check to zeby lint fixowal a lint:check sprawdzal, tylko wtedy update github actions, albo w druga strone, lint i lint:fix i format i format:fix. jak wolisz ale jednolicie
| "lint": "next lint", | |
| "lint": "next lint --fix", | |
| "lint:check": "next lint --max-warnings=0", |
There was a problem hiding this comment.
uuuu fajnie batdzo ze tailwind v4
| <QueryProvider> | ||
| <body className={`${space_grotesk.variable} font-sans antialiased`}> | ||
| {children} | ||
| </body> | ||
| </QueryProvider> |
There was a problem hiding this comment.
wydzielibym queryprovider to osobnego pliku /components/providers.tsx zeby od razu bylo to w pliku i zeby moc pozniej dodawac nastepne providery i nie smiecic tu, dodatkowo moze pomysl nad ciemnym i jasnym motywem od razu, moim zdaniem fajnie by bylo juz go miec: https://ui.shadcn.com/docs/dark-mode/next
| <footer className="absolute right-0 bottom-0 left-0 p-4 text-center text-white"> | ||
| <p className="text-sm"> | ||
| Made with ❤️ by{" "} | ||
| <Link href="https://solvro.pwr.edu.pl/pl/"> Solvro </Link> |
There was a problem hiding this comment.
wez wywal to /pl na koncu zeby sie odpalalo autoamtcyznie w dobrym jezyku
qamarq
left a comment
There was a problem hiding this comment.
dobra pozniej to ogarniesz, merguje bo potrzebujemy, good job :*
Jest templatka webowa, nie wiem czy cos jeszcze jest tutaj potrzebne