Florian Heft

Results 16 comments of Florian Heft

I think this is already fixed and will be released with v0.18, although I can't verify it (having trouble running the latest _main_ locally). In v0.17 there was a weak...

Can you please post a screenshot of the gray reply button? For me, most buttons on Lemmy are green and I also haven't found a 'Reply' button at all.

Thanks, I didn't think about dark mode. But I agree, some kind of visual hierarchy would be helpful, especially when replying to a comment (3 button choices). I think there...

Like that? ![third](https://github.com/LemmyNet/lemmy-ui/assets/787786/ff13fcb5-01d5-46fb-a05a-43dd4527ba41) (curious that the dark theme has slightly smaller font size for everything...)

The current light theme has these colors set: * primary action: orange * secondary action: green While "post reply" is the primary action, I agree that in this case the...

Somehow this comment does not have a `path`, which breaks the [getDepthFromComment](https://github.com/LemmyNet/lemmy-ui/blob/6227b63ad0ca0382deb2c92a5e8fadccfffb3b92/src/shared/utils.ts#L1179) function. I've looked into the JSON data of that comment and it seems like it's both a _comment_...

Maybe we could simply use the _primary color_ (orange in light theme)? The alternative would be using our _secondary color_, which is be green – that might be interpreted as...

Rebased onto current main

Fixed the wrong colors in `litely-red`. Now all colors should be the same as before this branch or at least match visually. There are some very minor deviations that previously...

I think limitting the blurred area would be an easy fix using `overflow: hidden` on the wrapping container: ![image](https://github.com/LemmyNet/lemmy-ui/assets/787786/f84c0456-de89-4fff-a86c-92b79fde34b2) I'll add a PR.