Max Nötzold

Results 3 issues of Max Nötzold

Add my new [MongoDB Provider](https://github.com/MaxNoetzold/y-mongodb-provider) to the provider list in the README file so users can find it if they need one.

Basically, I did two things in this fork: 1. I made the positions of the MessageBox buttons (reply, delete, forward) dynamic using css. This now allows any number of buttons...

The `TabHome` and `TabDetails` page components were large files containing numerous React components, making the code difficult to understand and extend. To improve readability and maintainability, I split them into...