116 Commits

Author SHA1 Message Date
StarAppeal d411246381 chore: update deployment workflows to use heavy and light runners
Build and Deploy Frontend / build (push) Successful in 3m0s
Build and Deploy Frontend / deploy (push) Successful in 1m20s
2026-04-29 12:02:50 +02:00
StarAppeal 24f96e1c2b chore: update dependencies in package-lock.json 2026-04-29 02:26:27 +02:00
StarAppeal 2080ba9020 chore: add Docker login and logout commands in deployment scripts
Build and Deploy Frontend / build-and-deploy (push) Successful in 8m38s
2026-04-29 00:06:04 +02:00
StarAppeal 5af63d8e7d chore: specify services in docker-compose up commands for backend and frontend
Build and Deploy Frontend / build-and-deploy (push) Successful in 9m16s
2026-04-28 23:48:58 +02:00
StarAppeal eb0a6a55e4 chore: remove cache configuration from deploy.yml
Build and Deploy Frontend / build-and-deploy (push) Successful in 10m22s
2026-04-28 17:38:53 +02:00
StarAppeal a9f6391802 change workflow from github specific to gitea
Build and Deploy Frontend / build-and-deploy (push) Failing after 9m28s
2026-04-28 17:13:07 +02:00
StarAppeal 33e859164e change workflow folder name to gitea
Build and Deploy Frontend / build-and-deploy (push) Failing after 2m54s
2026-04-28 12:33:04 +02:00
StarAppeal 2b9a891462 feat: add location search and update functionality in user settings 2026-01-23 00:37:40 +01:00
StarAppeal 1a21280e08 chore: downgrade react and react-dom to version 19.0.0 and add overrides 2026-01-22 22:54:37 +01:00
StarAppeal d3e682c404 chore: update npm install commands to remove legacy-peer-deps option 2026-01-22 22:48:33 +01:00
StarAppeal 6d8b82d875 chore: update react version in package-lock.json and remove extraneous yaml entries 2026-01-22 22:47:24 +01:00
StarAppeal b285ce8550 Merge branch 'main' of https://github.com/StarAppeal/matrix-frontend 2026-01-22 22:41:59 +01:00
StarAppeal be9c4ab6a8 Merge branch 'temp-rettung' 2026-01-22 22:40:35 +01:00
StarAppeal 18834d6f71 Fix dependencies npm audit 2026-01-22 22:40:28 +01:00
StarAppeal 1a06971549 Merge pull request #3 from StarAppeal/snyk-upgrade-e245bb963c23b3ac4da118023f8374c6
[Snyk] Upgrade react from 19.0.0 to 19.2.3
2026-01-19 01:24:29 +01:00
snyk-bot 624dc07ae0 fix: upgrade react from 19.0.0 to 19.2.3
Snyk has created this PR to upgrade react from 19.0.0 to 19.2.3.

See this package in npm:
react

See this project in Snyk:
https://app.snyk.io/org/starappeal/project/cc7ce8ec-d352-4d3a-8656-5e9cf3c6377d?utm_source=github&utm_medium=referral&page=upgrade-pr
2026-01-10 09:48:19 +00:00
StarAppeal 698f9ea660 chore: remove racoon from splashscreen 2025-12-31 00:16:03 +01:00
StarAppeal fce74f74a8 chore: update background color handling and splash logic for improved theming 2025-12-27 17:39:02 +01:00
StarAppeal a16efd8f59 feat: Add HTML root component with theme initialization and improve theme state retrieval 2025-12-27 16:14:46 +01:00
StarAppeal dcab4be87d feat: Improve dark mode support and splash screen handling across app
- Add dark mode background to splash and global styles
- Replace LoadingScreen with SplashScreenComponent for unified splash handling
- Ensure navigation and paper themes sync with dark mode
- Set initial theme based on system preference
- Apply background color to navigation containers and scenes
2025-12-27 16:09:15 +01:00
StarAppeal 9cd53ca7ab chore: Delay splash screen hide until auth and theme stores are hydrated 2025-12-27 05:57:06 +01:00
StarAppeal 9c886b7dfb chore: Update background color to white and refactor loading screen logic 2025-12-27 05:51:19 +01:00
StarAppeal e7ec46ea41 chore: Update loading screen and background color for improved user experience 2025-12-27 05:43:02 +01:00
StarAppeal b5bc291fbd chore: Update Dockerfile and deploy workflow to utilize environment variables for API configuration 2025-12-27 05:27:01 +01:00
StarAppeal 63e2463c20 chore: Refactor RestService usage into a singleton pattern and remove redundant JWT token dependency 2025-12-27 05:06:37 +01:00
StarAppeal c1034b1c21 chore: Remove SaveToMatrixButton in image for now 2025-12-27 04:49:43 +01:00
StarAppeal 295654f5cf chore: Refactor UI components and improve styling across various screens 2025-12-27 04:33:25 +01:00
StarAppeal 63e30d3c4d chore: Remove Qodana configuration file from frontend directory 2025-12-27 01:46:48 +01:00
StarAppeal b75d20ef9b chore: Update label for stay logged in checkbox to improve clarity 2025-12-27 01:31:32 +01:00
StarAppeal 9d45298b56 chore: Update docker-compose commands to use the new syntax 2025-12-27 01:27:17 +01:00
StarAppeal cd8aa2dc54 fix: Update label for Stay logged in checkbox to German translation 2025-12-27 01:15:23 +01:00
StarAppeal 97b3f1e78e chore: Update docker compose commands to use the correct syntax 2025-12-27 00:53:05 +01:00
StarAppeal acde6056da fix: Update label for stay logged in checkbox to English 2025-12-27 00:48:57 +01:00
StarAppeal 462c506699 feat: Add GitHub Actions workflows for building and deploying frontend and backend services 2025-12-27 00:47:49 +01:00
StarAppeal 8f3c652299 feat: Refactor matrix state management and integrate zustand for better state handling 2025-12-27 00:12:16 +01:00
StarAppeal 2a3dc9f0e0 feat: Integrate NativeWind for styling and implement theme management with Zustand 2025-12-26 23:51:28 +01:00
StarAppeal 1e355d5d8e feat: Enable composite projects in TypeScript configuration 2025-09-29 06:56:18 +02:00
StarAppeal c6cd0b4519 feat: Enhance development setup with Babel config and Dockerfile improvements 2025-09-27 08:18:43 +02:00
StarAppeal fabb73d737 feat(docker): Add .dockerignore and update Dockerfile for production build 2025-09-27 05:02:39 +02:00
StarAppeal 2bef9dbaad fix: refactor image upload logic and improve formatting consistency 2025-09-26 06:16:57 +02:00
StarAppeal 03eb983abc fix: update FormData creation for image upload and improve error logging 2025-09-26 06:07:52 +02:00
StarAppeal f4719de8fa fix: remove leading space in upload file endpoint URL 2025-09-26 06:00:36 +02:00
StarAppeal 4ef03858f3 fix: correct API response types for stored files and update delete file endpoint 2025-09-26 05:58:45 +02:00
StarAppeal 0f59223596 feat: add confirmation modal for file deletion and improve error handling 2025-09-26 05:54:56 +02:00
StarAppeal 0544ce505b fix: update file retrieval logic to handle response data correctly 2025-09-26 05:49:51 +02:00
StarAppeal 7b2a4d22bf implement image upload and file management features in ImageScreen 2025-09-26 05:46:57 +02:00
StarAppeal 2207be649d update Dockerfile to streamline build process with environment variables 2025-09-26 02:56:59 +02:00
StarAppeal df6ae582f6 add build-time environment variables for API URL and Spotify client ID 2025-09-26 02:47:47 +02:00
StarAppeal be947e0823 add dockerfile 2025-09-26 02:19:59 +02:00
StarAppeal ec3093cbf3 small refactoring 2025-09-24 02:43:29 +02:00