
Anyone know how to remove the shadows from Liquid Glass elements?
This is what my app is looking like currently, and I don't like the shadows from liquid glass. It doesn't look very good in light mode but is fine in dark mode.

This is what my app is looking like currently, and I don't like the shadows from liquid glass. It doesn't look very good in light mode but is fine in dark mode.
For about 4 months, I've been working on a Bitwarden Client because the current Bitwarden Desktop client is Electron and doesnt look very good. This is the design I've landed on so far, but I feel like it could be better. What do y'all think?
Source: https://github.com/Cherrytree56567/ClientWarden
Mac Source: https://github.com/Cherrytree56567/ClientWarden/tree/main/src/Platforms/MacOS/UI/Clientwarden
For pretty much the past month or two, I've been working on my alternative Bitwarden client. It aims to work on all platforms natively without using electron. It does this by having a universal Vault Backend which works on all platforms, and then a platform specific UI for each platform. It aims to use less resources, look better and work reliably.
I was looking for a bunch of people to beta test my app, since I would like it to be stable before releasing it. Please do not sign into your Personal or Work Account since this is a beta app, and it may mess with your vault. From my tests, it hasn't messed with mine, but I would still be cautious and not use your own account.
By default, it doesnt allow you to take screenshots, so go to settings (Command + ,) and enable screenshots.
Currently it only has support for MacOS, but I'm going to make a Windows and Linux one soon, and an Android and iOS one as well.
https://github.com/Cherrytree56567/ClientWarden/releases/tag/beta-functional
I facing around 1-8mbps uploading to immich. Sometimes it gets up to 12 mbps. Im using Immich connected to Caddy which goes through Tailscale so that I can connect to it securely. I get about 150 mbps down and 40 mbps up. Im running it on a pc with an intel i5 10th gen with 24gb of DDR4 and 1tb gen 3 ssd.
I've been working on my own Bitwarden Client for the past 2 months since I really don't like the Bitwarden Desktop look. It looks really unpolished and takes up a lot of resources. The project is called Clientwarden and it aims to make a separate UI for each platform. The backend will be kept the same across platforms, but the UI will be separate for each platform and will be created in the platform's own UI Framework so that it will match the look of each platform and use less resources.
I've already finished the backend, and I am currently working on the front end. So far there is Windows support (kinda buggy), and I'm currently working on Mac OS Support. I've already finished the UI for MacOS and I just need to link up the front end and backend.
Here is the link if anyone wants to check it out: https://github.com/Cherrytree56567/ClientWarden