added icon to header and updated changelog

This commit is contained in:
2026-04-19 22:04:49 +02:00
parent 5d0134017a
commit 3de877dd2b
2 changed files with 21 additions and 3 deletions
+8
View File
@@ -1,6 +1,7 @@
import {
Button,
Flex,
Image,
Heading,
Stack,
Text,
@@ -190,6 +191,13 @@ export const Header = () => {
<Stack gap={1}>
{/* Titelzeile ohne Mobile-Menu (wurde nach oben verlegt) */}
<Flex align="center" justify="space-between" gap={2}>
<Image
src="/icon_borrow-system-frontend_dark.png"
alt="borrow-system logo"
boxSize="10"
objectFit="contain"
flexShrink={0}
/>
<Heading
size="2xl"
className="tracking-tight text-slate-900 dark:text-slate-100"
+13 -3
View File
@@ -3,15 +3,18 @@
This update provides some new features for the design. It also contains some improvements and I have also fixed some bugs.
## New features
- The overview page now has the note column and is overall better organised
- I also addded the regular header to the page
- I have added three animations to the Borrow System
- I have added a new icon for the frontend, which is now also used in the header and the favicon. It is a dark version of the old icon, which fits better to the overall design. I have made it with Icon Composer. The old icon is still used for the admin panel, which has a light design. (Maybe I will change the admin panel design in the future...)
## Improvements
- I updated the small web icons of the borrow system. I have made them with Icon Composer.
- I have also improved the error logging for the API route wehre you can take loans
- I have the error logging for the API route wehre you can take loans improved.
## Fixed bugs
- Fixed bug: #13
- Fixed bug for messaging when server has an error
- Fixed footer height
@@ -19,6 +22,13 @@ This update provides some new features for the design. It also contains some imp
---
## Next version numbers
**Backend:** v2.1.2
**Frontend:** v2.2
**Admin panel:** v1.3.2
**Admin panel:** v1.3.2
---
-[Theis](https://portfolio-theis.de)