glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.56k stars 297 forks source link

Markets widget rendering issue #239

Closed bloomberg21 closed 1 month ago

bloomberg21 commented 1 month ago

Using snippet for markets from the examples listed:

- name: Markets
    columns:
      - size: small
        widgets:
          - type: markets
            title: Indices
            markets:
              - symbol: SPY
                name: S&P 500
              - symbol: DX-Y.NYB
                name: Dollar Index

          - type: markets
            title: Crypto
            markets:
              - symbol: BTC-USD
                name: Bitcoin
              - symbol: ETH-USD
                name: Ethereum

          - type: markets
            title: Stocks
            sort-by: absolute-change
            markets:
              - symbol: NVDA
                name: NVIDIA
              - symbol: AAPL
                name: Apple
              - symbol: MSFT
                name: Microsoft

result looks like: image

svilenmarkov commented 1 month ago

This is an issue caused by the extension Dark Reader, might be worth submitting a bug report over at their repository. A simple workaround is to simply toggle dark mode off from the extension just for the domain where your instance of Glance is hosted.

bloomberg21 commented 1 month ago

Confirmed Disabling dark reader corrects the issue. Thanks.