Commit Graph

5 Commits

Author SHA1 Message Date
AderKonstantin
7c3071cf0d 🎨 feat(toolbar): add bottom border to toolbar
Adds a bottom border to the toolbar component to create a more
distinct separation between the toolbar and the content below it.
This change improves the visual hierarchy and overall design of
the page.
2025-03-26 14:00:10 +03:00
AderKonstantin
1dcf21738b feat(header): add animated links to toolbar
Adds `AnimatedLink` component to the toolbar, allowing for
animated links to different sections of the website. This
improves the user experience and provides a more visually
appealing way to navigate the site.
2025-03-26 00:33:37 +03:00
AderKonstantin
63e4981a5c 🎨 feat(header): add language switcher and update icons
Adds a language switcher icon to the header toolbar and updates the email and
RSS icons. This change improves the user experience by providing a way for
users to switch between different language versions of the site.
2025-03-25 23:48:59 +03:00
AderKonstantin
719fa4f19f 🎨 feat(toolbar): Enhance toolbar with icons and links
Adds new icons and links to the toolbar component, including email, RSS feed, support, and settings. The icons are now displayed as images using the Next.js `Image` component, and the links are wrapped in `Link` components for better navigation. The overall layout and styling of the toolbar have also been improved.
2025-03-25 22:48:31 +03:00
AderKonstantin
106fad8fa6 🎨 feat(header): add toolbar component
Adds a new toolbar component to the header section. This component
displays the user's profile information and provides links to various
sections of the application, such as email, RSS, support, and settings.
The toolbar is designed to be responsive and visually appealing, with a
clean and modern layout.
2025-03-25 21:41:09 +03:00