neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

Fixed issue #282 // Fixed issue #275 #284

Closed FabianSimonGross closed 1 year ago

FabianSimonGross commented 1 year ago

Okay here are multiple errors fixed:

First of all issue #282 second of all issue #275. Why is issue 275 here again? Well i fucked up something with my fork last time...

🤖 Generated by Copilot at 29e6335

Summary

🪄🚀🎨

This pull request refactors the dashboard feature of the rogue-thi-app by using a context and a hook to manage and share the dashboard state across components. It also removes an unused dependency, marks another one as optional, and fixes some minor UI issues. The affected files are DashboardModal.js, package-lock.json, _app.js, index.js, and personal.js.

Walkthrough