Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:navbar stylization #64

Merged
merged 5 commits into from
Feb 12, 2025
Merged

feat:navbar stylization #64

merged 5 commits into from
Feb 12, 2025

Conversation

Konzum59
Copy link
Member

@Konzum59 Konzum59 commented Jan 6, 2025

No description provided.

@Konzum59 Konzum59 force-pushed the feat/navbar-stylization branch from c6f9a14 to 7942f8c Compare January 6, 2025 01:09
@Konzum59 Konzum59 requested a review from Octopus4344 January 7, 2025 13:01
Copy link
Collaborator

@Octopus4344 Octopus4344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Póki co zmień to co napisałam, jak chcesz możesz pokombinować z sheetem za shdcna, jeśli chcesz zachować swoj komponent customowy to trzeba do niego jeszcze przysiąść.

<div className="flex gap-[25px] text-lg font-semibold lowercase leading-6">
kup bilet
<div className="flex h-[25px] w-[25px] shrink-0 items-center justify-center">
<svg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Troche nie rozumiem konceptu uzywania svg w ten sposob w kodzie, w przypadku tego przycisku kup bilet moze lepiej uzyc stylizowanego diva? Pamiętaj też że docelowo kup bilet to link stylizowany na przycisk

</div>
</div>
</div>
<svg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tutaj tez to svg, nie wydaje mi sie zeby to byl dobry koncept zeby sam wektor byl przyciskiem, raczej uzyj taga button i wewnatrz umieszczaj ikonki. Obecne rozwiazanie psuje dostepnosc i nie jest to do konca poprawne semantycznie.

@Octopus4344
Copy link
Collaborator

I staraj się też używać tych tailwindowych wartości nie sztywnych w px, tam gdzie sie da

@Octopus4344 Octopus4344 force-pushed the feat/navbar-stylization branch from 7942f8c to 3aa7c29 Compare January 21, 2025 16:42
@kguzek kguzek added the enhancement New feature or request label Jan 21, 2025
@Konzum59 Konzum59 force-pushed the feat/navbar-stylization branch from 3aa7c29 to 12f8e0c Compare January 23, 2025 01:03
@Konzum59 Konzum59 requested a review from Octopus4344 January 23, 2025 01:05
Copy link
Collaborator

@Octopus4344 Octopus4344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dużo lepiej, ciesze sie ze ci shan/cn pomogl :)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wieksze odleglosci miedzy linkami dla sm i md

</div>
</div>
</div>
<SheetDescription></SheetDescription>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To mozna usunac, po co pusty tag

Aktualności
</Link>
</div>
<div className="absolute bottom-20 flex rounded-[30px] bg-gradient-main px-8 py-5 text-white">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Czemu nie uzyjesz zdefiniowanej klast dla border radiusa? Nie lubie uzywania tych sztywnych wartosci

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mniejszy font, taki zeby nic nie lamalo sie na dwie linijki w standardowej moblice

@Konzum59 Konzum59 requested a review from Octopus4344 January 25, 2025 23:33
<Link
href="/artists"
aria-label="Przejdź do strony z artystami"
className="rounded-full hover:bg-gradient-main sm:p-1 lg:p-2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proponuje dodac jakis maly komponent do tego albo customowa klase tailwindowa, bo to sa powtarzalne elementy

/>
</SheetHeader>
<div className="flex flex-1 flex-col items-center justify-end gap-2.5 px-3 py-7">
<div className="w-62 flex h-20 shrink-0 items-center justify-between"></div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

czemu tu jest pusty div? Jeśli jest tylko przerwa to lepiej zwiększyć odległości po prostu. Trochę też to nestowanie wielu divów nieładne, zobacz czy nie możesz tego jakoś elegancko

</div>
<div className="absolute bottom-2 right-4">
<NavbarMobile onButtonClick={changeLogoState} />
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W sumie to może być hidden nie w moblice

@Konzum59 Konzum59 requested a review from Octopus4344 January 28, 2025 21:44
@Octopus4344 Octopus4344 force-pushed the feat/navbar-stylization branch from 747dae4 to ed45324 Compare January 29, 2025 15:03
Copy link
Collaborator

@Octopus4344 Octopus4344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Po rebasie styl calkiem do naprawy niestety

@Konzum59 Konzum59 requested a review from Octopus4344 February 5, 2025 12:51
@Octopus4344 Octopus4344 force-pushed the feat/navbar-stylization branch from 529cb77 to 35d05d3 Compare February 12, 2025 20:13
@Octopus4344 Octopus4344 merged commit caf4e13 into main Feb 12, 2025
1 check passed
@Octopus4344 Octopus4344 deleted the feat/navbar-stylization branch February 12, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants