Alicia Sykes

Results 313 comments of Alicia Sykes
trafficstars

You can fix this by using the puppeteer directly, so in your code just update it like so: ```diff - const browser = await chromium.puppeteer.launch({ + const browser = await...

Try left-clicking...?

But yeah, it is a bug. The closing of the context menu is handled with a custom directive, here: [`directives/ClickOutside.js`](https://github.com/Lissy93/dashy/blob/master/src/directives/ClickOutside.js). Listening for right-clicks is harder, since users often accidentality right-click...

I think that there is a bug with iconSize at the moment, I've seen that too. Not with layoutOrientation though. I'll take a look...

I'm seeing this issue to, also on a `.to` domain (https://dashy.to) (workflow run logs [here](https://github.com/Lissy93/dashy/actions/runs/8126828428/job/22211008902)) Seems WHOIS data is returned in a different format for some TLDs (like `.to`). This...

> It looks like this missed 2.1.2. Should I try again? Lots of auth/permissions config could use server side help to limit information leak. Sorry @toddejohnson, this slipped my mind....

@rxunique - You're absolutely correct, shouldn't be triggering a page reload there (not sure why I put that?!). I've updated. I'm just looking into the header auth feature at the...

Thanks for the clear ticket @jimblex :) I've fixed with 4594c99b57f7c60e2f23e46afbd46a74191c977b in #1542 and released in [3.0.1](https://github.com/Lissy93/dashy/releases/tag/3.0.1)

This should now be fixed, thanks Denior

It would be a nice feature if upon clicking the Update button, a confirmation modal was shown before the update began - maybe also including short a changelog of what's...