5259c41b13
Merge branch 'dev' into debian12
2026-01-27 21:29:08 +01:00
5aa8a32020
d
2026-01-27 21:26:31 +01:00
b58a04b030
edited contact page and header
2026-01-27 21:26:18 +01:00
a72fabc0a0
Merge branch 'dev' into debian12
2026-01-16 17:11:30 +01:00
5546401aa4
refactored dialogue component
2026-01-07 15:44:44 +01:00
808b3fd5c4
Merge branch 'dev' into debian12
2025-11-30 21:07:32 +01:00
31960d1ff8
fixed footer message
2025-11-25 18:02:05 +01:00
75ff4aadc1
fixed color bug
2025-11-24 14:16:55 +01:00
a138190cc6
fixed bugs
2025-11-23 20:32:14 +01:00
993e0cd74b
fixed bugs
2025-11-23 20:29:31 +01:00
dab004a7b6
changed docker config
2025-11-23 20:26:27 +01:00
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
238cd9254a
added user card. Not yet designed!
2025-11-21 17:22:32 +01:00
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
084a0fa2e2
refactor: update API endpoints and enhance loan management features
2025-11-17 22:49:54 +01:00
a75ba12897
improved error handling
2025-10-30 17:32:55 +01:00
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
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
3358c8f669
fixed render bug
2025-10-26 14:40:51 +01:00
d3f7a7570f
feat: add Footer component and integrate it into App and LoginPage
2025-10-26 14:37:41 +01:00
c502601a2f
feat: add language change functionality and update translations in Header and locale files
2025-10-26 14:22:19 +01:00
7e668e17d3
added german translation
2025-10-26 13:37:15 +01:00
965a4b97ee
translated greeting
2025-10-26 12:53:07 +01:00
e9319b49ec
enhanced Header component with mobile menu and password change dialog; updated HomePage layout
2025-10-25 22:31:54 +02:00
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
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
770025f8fc
added changelog mock (not yet functionaning)
2025-10-25 00:23:56 +02:00
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