theis.gaedigk
3de877dd2b
added icon to header and updated changelog
2026-04-19 22:04:49 +02:00
theis.gaedigk
07503ec079
added animations to borrow-system
2026-04-19 21:32:56 +02:00
theis.gaedigk
581cd4a1fd
changed link of help wiki
2026-02-22 23:41:25 +01:00
theis.gaedigk
1fa8b4a9a7
refactor: clean up layout components and improve footer styling
2026-02-20 16:30:20 +01:00
theis.gaedigk
38c647c62f
Fixed bug/issue: #13
2026-02-09 15:49:51 +01:00
theis.gaedigk
d05e9ab3ee
deleted unused changelog
2026-02-09 13:42:06 +01:00
theis.gaedigk
5aa8a32020
d
2026-01-27 21:26:31 +01:00
theis.gaedigk
b58a04b030
edited contact page and header
2026-01-27 21:26:18 +01:00
theis.gaedigk
5546401aa4
refactored dialogue component
2026-01-07 15:44:44 +01:00
theis.gaedigk
31960d1ff8
fixed footer message
2025-11-25 18:02:05 +01:00
theis.gaedigk
c6571033b0
Fix routing and update translations: change landing page route to '/landingpage', update user info dialog, and enhance localization strings.
2025-11-21 23:31:41 +01:00
theis.gaedigk
238cd9254a
added user card. Not yet designed!
2025-11-21 17:22:32 +01:00
theis.gaedigk
ca8030afbd
Enhance user management: update User context and API to include first name, last name, and admin status
2025-11-21 17:10:48 +01:00
theis.gaedigk
084a0fa2e2
refactor: update API endpoints and enhance loan management features
2025-11-17 22:49:54 +01:00
theis.gaedigk
a75ba12897
improved error handling
2025-10-30 17:32:55 +01:00
theis.gaedigk
b52fe07618
refactor: update @tanstack/react-query to version 5.90.5 and restructure Footer component
...
feat: edited imports
2025-10-30 17:27:35 +01:00
theis.gaedigk
1db4e69322
Remove unused components and files from the frontend, including Form4, Header, LoginForm, Object, Sidebar, and related utility functions. Clean up the project structure by deleting unnecessary CSS, TypeScript configuration files, and Vite configuration. This refactor aims to streamline the codebase and improve maintainability.
2025-10-27 20:40:53 +01:00
theis.gaedigk
3358c8f669
fixed render bug
2025-10-26 14:40:51 +01:00
theis.gaedigk
d3f7a7570f
feat: add Footer component and integrate it into App and LoginPage
2025-10-26 14:37:41 +01:00
theis.gaedigk
c502601a2f
feat: add language change functionality and update translations in Header and locale files
2025-10-26 14:22:19 +01:00
theis.gaedigk
7e668e17d3
added german translation
2025-10-26 13:37:15 +01:00
theis.gaedigk
965a4b97ee
translated greeting
2025-10-26 12:53:07 +01:00
theis.gaedigk
e9319b49ec
enhanced Header component with mobile menu and password change dialog; updated HomePage layout
2025-10-25 22:31:54 +02:00
theis.gaedigk
d94d68aa33
added password input component and integrated password change functionality in Header; updated LoginPage for localized labels
2025-10-25 21:49:28 +02:00
theis.gaedigk
cc0dcaf664
added MyLoansPage component and integrated loan deletion functionality; updated routing in App and added Header component
2025-10-25 21:27:08 +02:00
theis.gaedigk
770025f8fc
added changelog mock (not yet functionaning)
2025-10-25 00:23:56 +02:00
theis.gaedigk
b99f52f09a
feat: Initialize FrontendV2 project with React, Vite, and Tailwind CSS
...
- Add package.json with dependencies and scripts for development and build
- Include Vite logo and React logo SVGs in public/assets
- Set up Tailwind CSS in App.css and index.css
- Create main App component with routing for Home and Login pages
- Implement LoginPage with authentication logic and error handling
- Add HomePage component as a landing page
- Create MyAlert component for displaying alerts using Chakra UI
- Implement color mode toggle functionality with Chakra UI
- Set up global state management using Jotai for authentication
- Create ProtectedRoutes component to guard routes based on authentication
- Add utility components for Toaster and Tooltip using Chakra UI
- Configure Tailwind CSS and TypeScript settings for the project
- Implement AddLoan component for selecting loan periods and fetching available items
2025-10-24 20:21:32 +02:00